Hello, is there a way to hide the confirm quotation button in odoo online v12 so that it only appears to selected users.
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello, is there a way to hide the confirm quotation button in odoo online v12 so that it only appears to selected users.
Thanks
can u add groups to the button?
<attribute name="groups">base.group_sale_manager</attribute>
Yes Omar. You can do this by doing the following:
Create a new Security Group to be used to control access to the confirm button
Assign the new group to the users who should be able to access the confirm button
Customize the Quotation/Sales Order form view using inheritance and add a groups attribute with the new security group to the confirm button.
Try this in your xml file... <field name="name" groups="base.group_userB"/>. Now the userB group only can view the field....
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
You can find here odoo tips: https://github.com/sehrishnaz/learnopenerp/wiki