Hi !
I'am really new in Odoo 11 !
I would like to give some users the right to edit 1 or 2 pages of my website (like a presentation's page).
I have 3 groups : Group1, Group2, Group3. They all contains users.
I have 3 pages : Page1, Page2, Page3
I would like that the users in Group1 can edit the content of Page1 from the front-end interface, but only see the content in Page2 and Page3.
Same for Group2 and Group3.
I tried to play with the groups's access rights with no success.
I also tried to create a "rule" in which I give the " 'view_id', '=', id of the page's view" but all I managed to have is a ERROR 500.
It is possible to do what I want to do ? Do I have to code it ?
Thanks you in advance for your response,
Mel