Initial commit of stock_picklist for 11.0

This commit is contained in:
Jared Kipe
2018-05-09 09:39:57 -07:00
committed by Bhoomi Vaishnani
parent 8fa92cd1bd
commit 26c652f2ad
9 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="stock_picking_batch_form_inherit" model="ir.ui.view">
<field name="name">stock.picking.batch.form.form</field>
<field name="model">stock.picking.batch</field>
<field name="inherit_id" ref="stock_picking_batch.stock_picking_batch_form" />
<field name="arch" type="xml">
<xpath expr="//button[@name='print_picking']" position="after">
<button name="print_pick_list" string="Picklist" type="object" class="oe_highlight"/>
</xpath>
</field>
</record>
</odoo>