diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-11-22 10:07:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-11-22 10:07:50 +0700 |
| commit | 02746d8bb34a64fa5a1595925007e554fd2fcef7 (patch) | |
| tree | b88ed9c69fcfa1580fc2d58cbd4bd4c382500c41 /indoteknik_custom/views/purchase_order.xml | |
| parent | 9bee745fe999ae7feba61d23002bd88139048d80 (diff) | |
add field paid status 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 bc84bcd1..08dde8e1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -80,6 +80,7 @@ <field name="total_so_percent_margin"/> <field name="has_active_invoice" invisible="1" /> <field name="responsible_ids" widget="many2many_tags"/> + <field name="status_paid_cbd"/> </field> <field name="order_line" position="attributes"> |
