summaryrefslogtreecommitdiff
path: root/fixco_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2026-01-28 15:28:19 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2026-01-28 15:28:19 +0700
commit2f0031eee133ce8d0683a3d527fc492dba4aac60 (patch)
tree2d934cd5cbdc43f514e88221fc5048a6db399430 /fixco_custom/views
parente9b9be0af8edef9b3ae26143c1783870e099d262 (diff)
parentef46de403cd90ca29f0e7df772fbc7dc7a2c9110 (diff)
Merge branch 'main' of bitbucket.org:altafixco/fixco-addons
pull
Diffstat (limited to 'fixco_custom/views')
-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"/>