We have a requirement to add multiple user roles to an object in odoo.
Current requirement is with Partner Model. Odoo Partner Record can have multiple users assigned from organization with different roles. Based on the role individual can Create, Edit, Read or Delete the record.
For example:
Top Company is a record in odoo partner which has 3 users assigned.
- User 1 (Whos is Driver): Can Read this record. Cannot Edit or Delete
- User 2 (Who is Sales Person): Can Read this record. Can Edit. Cannot Delete
- User 3 (Who is Account Executive): Can Read this record. Can Edit. Can Delete
Can someone please guide how to achieve this in odoo 14 community edition.
Thanks in Advance.
Regards, KK