IMP sale_line_change make button only available to Sales Managers.

This commit is contained in:
Jared Kipe
2018-09-20 15:23:07 -07:00
parent 2e3c2e5709
commit 38e4b1ee2b

View File

@@ -11,8 +11,8 @@
attrs="{'invisible': [('state', 'in', ('draft', 'sent', 'cancel'))]}" attrs="{'invisible': [('state', 'in', ('draft', 'sent', 'cancel'))]}"
string="Line Change" string="Line Change"
class="btn-secondary" class="btn-secondary"
context="{'default_order_id': active_id}"/> context="{'default_order_id': active_id}"
<!--class="oe_highlight"/>--> groups="sales_team.group_sale_manager"/>
</xpath> </xpath>
</field> </field>
</record> </record>