diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-02-06 11:22:06 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-02-06 11:22:06 +0700 |
| commit | f78fcf1c60160540221e240338acc54dfc9beb74 (patch) | |
| tree | 6d52a44ed54f847e422da5c2b3794e70cf83c3af /indoteknik_custom/views | |
| parent | e990d1d8af808fe2cc5f7218df12849f9ee370a9 (diff) | |
add po count on po and add validation duplicate contact
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 022937f4..f7f38686 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -51,6 +51,9 @@ <field name="approval_status" position="after"> <field name="approval_status_unlock" invisible="True"/> </field> + <field name="partner_id" position="after"> + <field name="purchase_order_count"/> + </field> <field name="incoterm_id" position="after"> <field name="amount_total_without_service"/> <field name="delivery_amt"/> |
