diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-28 15:27:16 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-28 15:27:16 +0700 |
| commit | ef46de403cd90ca29f0e7df772fbc7dc7a2c9110 (patch) | |
| tree | 569e8099c26fe745f95b0b41f8a8dbd0cc2da66b /fixco_custom/views | |
| parent | 87abb539133d4f97c8a9cb9708a472c00a64e069 (diff) | |
<Miqdad> add bill status PO
Diffstat (limited to 'fixco_custom/views')
| -rw-r--r-- | fixco_custom/views/purchase_order.xml | 3 |
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"/> |
