diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-05 08:35:39 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-05 08:35:39 +0700 |
| commit | fa2c8cc7b00e963e740307484c174961f61ffc84 (patch) | |
| tree | 52971fd5d0ae1d05df4c472055b93715992cbca8 /indoteknik_custom/views/purchase_order.xml | |
| parent | 3882ee6c3299525eeb8924cd9c7245f65cd15a28 (diff) | |
(andri) add field Journal Uang Muka di PO dan Purchase Order pada CAB
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 0fbbb5e7..99362798 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -65,6 +65,7 @@ <field name="total_cost_service" attrs="{'required': [('partner_id', 'in', [9688, 29712])]}"/> <field name="total_delivery_amt" attrs="{'required': [('partner_id', 'in', [9688, 29712])]}"/> <field name="product_bom_id"/> + <field name="move_id" domain="[('move_type','=','entry')]" context="{'form_view_ref': 'account.view_move_form'}" options="{'no_create': True}"/> </field> <field name="amount_total" position="after"> <field name="total_margin"/> |
