diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-13 15:10:42 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-13 15:10:42 +0700 |
| commit | 769d986194421f04b1ac06309d9a8cb64bcc6144 (patch) | |
| tree | a1897e679f6408bb24c0dda8ab52dcb662216468 /indoteknik_custom/views | |
| parent | 405da89e61fc9d1278d37fbd9793f5578992f1c1 (diff) | |
| parent | 770c6506de7ba5b1a3430695298f1001f6e9d48e (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 02531966..b8f2d08d 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -353,12 +353,13 @@ <field name="arch" type="xml"> <tree editable="top" create="false"> <field name="product_id" readonly="1"/> - <field name="so_qty" readonly="1" optional="hide"/> - <field name="reserved_stock_qty" readonly="1" optional="hide"/> + <field name="so_qty" readonly="1" optional="show"/> + <field name="reserved_stock_qty" readonly="1" optional="show"/> <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"/> + <field name="po_ids" widget="many2many_tags" readonly="1" optional="show"/> + <field name="po_qty" readonly="1" optional="show"/> + <field name="received_qty" readonly="1" optional="show"/> + <field name="purchaser" readonly="1" optional="hide"/> </tree> </field> </record> |
