diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 09:50:19 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 09:50:19 +0700 |
| commit | d71a8ead26eaf1d44da38b94b1a114f97f407bd8 (patch) | |
| tree | 3fef144891de61c23956fe2bd92ef86b0cef963f | |
| parent | b44f26591a67b1a33132bcbcb9190920eb52e6f3 (diff) | |
add po ids in fulfillment v2
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 676a822d..02531966 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -356,6 +356,7 @@ <field name="so_qty" readonly="1" optional="hide"/> <field name="reserved_stock_qty" readonly="1" optional="hide"/> <field name="delivered_qty" readonly="1" optional="hide"/> + <field name="po_ids" widget="many2many_tags" readonly="1" optional="hide"/> <field name="po_qty" readonly="1" optional="hide"/> <field name="received_qty" readonly="1" optional="hide"/> </tree> |
