diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 6ad2e4cd..bc3f56d9 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -13,8 +13,12 @@ attrs="{'readonly': True}" force_save="1" /> + <field name="summary_qty_detail"/> + <field name="count_line_detail"/> </field> <field name="origin" position="after"> + <field name="summary_qty_operation"/> + <field name="count_line_operation"/> <field name="account_id" attrs="{ 'readonly': [['state', 'in', ['done', 'cancel']]], |
