[MIG] stock_picklist: to Odoo 14.0

This commit is contained in:
Jared Kipe
2021-12-08 13:10:46 -08:00
parent 0bc3dabb61
commit 0b7edc4398
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
'name': 'Stock Picklist',
'version': '13.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Tools',
'depends': [
'stock_picking_batch',

View File

@@ -1,13 +1,15 @@
<?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">
<xpath expr="//button[@name='action_print']" position="after">
<button name="print_pick_list" string="Picklist" type="object" class="oe_highlight"/>
</xpath>
</field>
</record>
</odoo>
</odoo>