diff options
Diffstat (limited to 'fixco_custom/views')
| -rw-r--r-- | fixco_custom/views/print_picking_list.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/fixco_custom/views/print_picking_list.xml b/fixco_custom/views/print_picking_list.xml index 5e945ac..12892ab 100644 --- a/fixco_custom/views/print_picking_list.xml +++ b/fixco_custom/views/print_picking_list.xml @@ -17,7 +17,12 @@ <field name="arch" type="xml"> <tree editable="bottom"> <field name="invoice_marketplace"/> + <field name="product_id"/> <field name="picking_id"/> + <field name="qty_done"/> + <field name="qty_reserved"/> + <field name="uom_id"/> + <field name="schedule_date" optional="hide"/> </tree> </field> </record> @@ -27,13 +32,13 @@ <field name="model">print.picking.list</field> <field name="arch" type="xml"> <form> - <header> + <!-- <header> <button name="action_get_picking" string="Get Picking Number" type="object" class="oe_highlight" /> - </header> + </header> --> <sheet> <div class="oe_title"> <h1> |
