Odoo 11 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Adding Access Security

When adding a new data model, you need to define who can create, read, update, and delete records. When creating a totally new application, this can involve defining new user groups.

This recipe builds on the Library Book Model from the previous recipes and defines a new group of users to control who can work book records.