changes
This commit is contained in:
@@ -13,10 +13,11 @@
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//form/header" position="before">
|
||||
<field name="x_fc_partner_account_hold" invisible="1"/>
|
||||
<div class="alert alert-danger py-1 px-2 mb-0 small"
|
||||
role="alert"
|
||||
invisible="not partner_id or not partner_id.x_fc_account_hold">
|
||||
<i class="fa fa-ban me-1"/>
|
||||
invisible="not x_fc_partner_account_hold">
|
||||
<i class="fa fa-ban me-1" title="Account hold"/>
|
||||
<strong>Account Hold</strong> — SO confirmation, invoicing
|
||||
and shipping are blocked for non-managers.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user