diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-10 13:10:35 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-10 13:10:35 +0700 |
| commit | c827294ee6dd613de089af846521cfdc76550e16 (patch) | |
| tree | 9483340f1c8465c35b9c6089890f2cd261b410fc /indoteknik_custom/views | |
| parent | 9200e74126c99410b79ef2c344915251bef6af19 (diff) | |
(andri) revisi mengenai onchange create reklas dan yang lain
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 07efc077..3a620a6a 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -38,6 +38,7 @@ <field name="ref" position="after"> <field name="sale_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> <field name="purchase_order_id" context="{'form_view_ref': 'purchase.purchase_order_form'}" options="{'no_create': True}"/> + <field name="bill_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> </field> <field name="partner_shipping_id" position="before"> <field name="real_invoice_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/> |
