In Odoo 16, the “Readonly” attribute provides developers and administrators with the ability to control the accessibility of fields, ensuring that specific data remains unchangeable while still being visible to users. #odootutorials This attribute can be particularly useful in scenarios where you want to restrict editing privileges to maintain data integrity or to enforce business […]
In odoo, the read-only field is stored in the database only when adding the attribute of force_save. In this video, it explains the uses of force_save in Odoo. #odoovideos #odootutorials #odoodevelopmentvideos #odootechnicalvideos #force_save #Odoo #Read #Field #force_save #attribute #Odoo
Security – Groups and access rights in odoo Security access in Odoo is configured through security groups: permissions are given to groups and then groups are assigned to users. Odoo has a lot of groups. Once you know about groups, you can select groups from the list of groups. Security is a major concern when […]