mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] stock_picklist: to Odoo 14.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
'name': 'Stock Picklist',
|
'name': 'Stock Picklist',
|
||||||
'version': '13.0.1.0.0',
|
'version': '14.0.1.0.0',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
'depends': [
|
'depends': [
|
||||||
'stock_picking_batch',
|
'stock_picking_batch',
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<record id="stock_picking_batch_form_inherit" model="ir.ui.view">
|
<record id="stock_picking_batch_form_inherit" model="ir.ui.view">
|
||||||
<field name="name">stock.picking.batch.form.form</field>
|
<field name="name">stock.picking.batch.form.form</field>
|
||||||
<field name="model">stock.picking.batch</field>
|
<field name="model">stock.picking.batch</field>
|
||||||
<field name="inherit_id" ref="stock_picking_batch.stock_picking_batch_form" />
|
<field name="inherit_id" ref="stock_picking_batch.stock_picking_batch_form" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//button[@name='print_picking']" position="after">
|
<xpath expr="//button[@name='action_print']" position="after">
|
||||||
<button name="print_pick_list" string="Picklist" type="object" class="oe_highlight"/>
|
<button name="print_pick_list" string="Picklist" type="object" class="oe_highlight"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
Reference in New Issue
Block a user