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
Post a Comment