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'))]}"
|
||||
string="Line Change"
|
||||
class="btn-secondary"
|
||||
context="{'default_order_id': active_id}"/>
|
||||
<!--class="oe_highlight"/>-->
|
||||
context="{'default_order_id': active_id}"
|
||||
groups="sales_team.group_sale_manager"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user