mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of stock_picklist for 11.0
This commit is contained in:
committed by
Bhoomi Vaishnani
parent
8fa92cd1bd
commit
26c652f2ad
13
stock_picklist/views/stock_views.xml
Normal file
13
stock_picklist/views/stock_views.xml
Normal 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>
|
||||
Reference in New Issue
Block a user