mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
When readers follow the server framework 101 tutorial, it's common for them to set the model access rights the same as in the tutorial's example at chapter 4. Following this example they will have read only permissions and by chapter 6 they will not be able to create/update or delete objects in order to follow with the tutorial. This commit adds a warning for readers to remind them of the relation between the access rights set previously and what they can see and do using the UI. closes odoo/documentation#12237 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>