diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-10 15:53:35 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-10 15:53:35 +0700 |
| commit | 06180f02fd39a917b46a6218c465c0fe94e37610 (patch) | |
| tree | 06349e99e7110646188124d0743b0795dd63392d /indoteknik_custom/views/purchase_order.xml | |
| parent | 2926fbf40b0aefc5507d35276711227f23f7367e (diff) | |
Membuat view dan model purchase.pricelist, referensi harga ke purchase.pricelist untuk order_line di purchase.order
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rw-r--r-- | indoteknik_custom/views/purchase_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 8c2a3ae3..48a8cf6b 100644 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -10,7 +10,7 @@ <button name="sale_order_sync" string="Synchronize Sale Order" type="object" - class="oe_highlight" + class="oe_highlight oe_edit_only" attrs="{'invisible': [('sale_order_id', '=', False)]}" /> </div> |
