trytondo-optical_equipment/move.xml

21 lines
982 B
XML

<?xml version="1.0"?>
<!--This file file is part of Tryton. The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<record model="ir.ui.view" id="move_view_list_shipment">
<field name="model">stock.move</field>
<field name="inherit" ref="stock.move_view_list_shipment"/>
<field name="name">move_list_shipment</field>
</record>
<record model="ir.ui.view" id="move_view_form">
<field name="model">stock.move</field>
<field name="inherit" ref="stock.move_view_form"/>
<field name="name">move_form</field>
</record>
<record model="ir.action.report" id="report_shipment_out_picking_list">
<field name="name">Picking List</field>
<field name="model">stock.shipment.out</field>
<field name="report_name">stock.shipment.out.picking_list</field>
<field name="report">optical_equipment/report/Acta_Entrega.fodt</field>
</record>
</tryton>