diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-05 09:52:27 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-05 09:52:27 +0700 |
| commit | 269121118201783f98db46e9aec1b2d2be875a2e (patch) | |
| tree | 4f38367457bd31703b806d665b4f0a2711ca2ae1 /indoteknik_custom/views/stock_picking.xml | |
| parent | 1b2261abbc341449e5f5fb8e988c746ef4350f78 (diff) | |
| parent | 92ef14b40d14222c9f9021c5778aed03ef90b73f (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -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> |
