You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
673 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Inherited stock_move for add a button -->
<record id="view_stock_move_operations" model="ir.ui.view">
<field name="name">stock.move.view.form.inherit.import.lot</field>
<field name="model">stock.move</field>
<field name="inherit_id" ref="stock.view_stock_move_operations"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='move_line_ids']" position="before">
<button string="Import Lots from Sheet" class="oe_highlight" type="object" name="action_return_lot_wizard"/>
</xpath>
</field>
</record>
</odoo>