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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -