mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP sale_line_change make button only available to Sales Managers.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user