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.
 
 
 
 
 

12 lines
562 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Record for Adding menu merge in action menu in list view -->
<record id="merge_picking_action" model="ir.actions.server">
<field name="name">Merge Records</field>
<field name="model_id" ref="stock.model_stock_picking"/>
<field name="binding_model_id" ref="stock.model_stock_picking"/>
<field name="binding_view_types">list</field>
<field name="state">code</field>
<field name="code">action = records.action_merge_picking()</field>
</record>
</odoo>