diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-04 16:06:06 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-04 16:06:06 +0700 |
| commit | 92ef14b40d14222c9f9021c5778aed03ef90b73f (patch) | |
| tree | dd70b8b934749b13d3259913e2eb91c9de0192ae /indoteknik_custom/views | |
| parent | e03abf013bb24c6685fe5d2f24d9d3491d092188 (diff) | |
<Miqdad> add payment term in SP
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index bad85963..e1d9bd1f 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -185,6 +185,7 @@ }" /> <field name="so_num" attrs="{'invisible': [('picking_type_id', 'not in', [29,30,73,74])]}"/> + <field name="payment_term"/> </field> <field name="group_id" position="before"> <field name="date_reserved"/> @@ -481,4 +482,4 @@ <field name="target">new</field> </record> </data> -</odoo>
\ No newline at end of file +</odoo> |
