python 2.7 - Access control in odoo/openerp -


how restrict users edit product attributes non owned products in odoo/openerp? can achieved through record rules or coding?

inherit write method of model , give raise when condition (in case not owned products) met. way user receive warning message , cannot save changed values.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -