summaryrefslogtreecommitdiff
path: root/fixco_custom/views/purchase_order.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/views/purchase_order.xml')
-rw-r--r--fixco_custom/views/purchase_order.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixco_custom/views/purchase_order.xml b/fixco_custom/views/purchase_order.xml
index 12b7c4b..82b5c79 100644
--- a/fixco_custom/views/purchase_order.xml
+++ b/fixco_custom/views/purchase_order.xml
@@ -33,6 +33,9 @@
attrs="{'invisible': [('partner_id', '!=', 270)]}"
icon="fa-cloud-download"/>
</button>
+ <field name="currency_id" position="after">
+ <field name="bill_status" readonly="1" attrs="{'invisible': [('state', 'in', ['draft'])]}"/>
+ </field>
<field name="fiscal_position_id" position="after">
<field name="soo_number" readonly="1"/>
<field name="soo_price" readonly="1"/>