diff options
| author | AndriFP <andrifebriyadiputra@gmail.com> | 2025-04-23 08:59:23 +0700 |
|---|---|---|
| committer | AndriFP <andrifebriyadiputra@gmail.com> | 2025-04-23 08:59:23 +0700 |
| commit | 30382037882e15bb43f56fc0d81500faeb364fa5 (patch) | |
| tree | 00aec8b213095885947f06e844a1aca5e1c26728 /indoteknik_custom/views | |
| parent | 71e47cc88e250600c2975a114dd420f27fda36b3 (diff) | |
(andri) add field min amt tax vendor PO
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/vendor_payment_term.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/vendor_payment_term.xml b/indoteknik_custom/views/vendor_payment_term.xml index f7c7e4dc..7d16b129 100644 --- a/indoteknik_custom/views/vendor_payment_term.xml +++ b/indoteknik_custom/views/vendor_payment_term.xml @@ -9,6 +9,7 @@ <field name="name"/> <field name="parent_id"/> <field name="minimum_amount"/> + <field name="minimum_amount_tax"/> <field name="property_supplier_payment_term_id"/> </tree> </field> @@ -25,6 +26,7 @@ <field name="name"/> <field name="parent_id" readonly="1"/> <field name="minimum_amount"/> + <field name="minimum_amount_tax"/> <field name="property_supplier_payment_term_id"/> </group> </group> |
