diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-10 17:25:18 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-10 17:25:18 +0700 |
| commit | 2b3b0b8c0c54c9b63af16eaf011d925763021a83 (patch) | |
| tree | 5972b9a3cbca9970b2f330252f139cb207390e90 /indoteknik_custom/views | |
| parent | 06180f02fd39a917b46a6218c465c0fe94e37610 (diff) | |
Sync purchase_order_line.name to product.display_name, ubah state button view
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/purchase_order.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 48a8cf6b..f209d18a 100644 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -11,11 +11,11 @@ string="Synchronize Sale Order" type="object" class="oe_highlight oe_edit_only" - attrs="{'invisible': [('sale_order_id', '=', False)]}" + attrs="{'invisible': ['|', ('sale_order_id', '=', False), ('state', 'not in', ['draft'])]}" /> </div> <field name="date_order" position="before"> - <field name="sale_order_id"/> + <field name="sale_order_id" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/> </field> </field> </record> |
