diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-17 09:48:32 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-17 09:48:32 +0700 |
| commit | db4547a746308fe1498e36208c1821168183a7e2 (patch) | |
| tree | 8e02f3027345743b42adeae73960d85315270690 /indoteknik_custom/views/purchase_order.xml | |
| parent | 6d9ac5debfc7f8809e627900555301aac6ab6083 (diff) | |
add column note and description in purchase order
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 adcaaf43..a0614a56 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -75,6 +75,7 @@ </page> <field name="fiscal_position_id" position="after"> <field name="note_description"/> + <field name="description"/> <field name="total_so_percent_margin"/> <field name="has_active_invoice" invisible="1" /> </field> |
