trytond-stock_shipment_retu.../shipment.xml

21 lines
848 B
XML

<?xml version="1.0"?>
<!-- This file is part stock_shipment_return module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.action.wizard"
id="create_shipment_out_return">
<field name="name">Create Return Shipment</field>
<field name="wiz_name">stock.shipment.out.return.create</field>
<field name="model">stock.shipment.out</field>
</record>
<record model="ir.action.keyword"
id="create_shipment_out_return_keyword">
<field name="keyword">form_action</field>
<field name="model">stock.shipment.out,-1</field>
<field name="action" ref="create_shipment_out_return"/>
</record>
</data>
</tryton>