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#12288
X-original-commit: 14de18996e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>