trytond-stock_party_warehouse/shipment.xml
José Miguel Pardo Salar 4de14a97dd Initial commit.
This commit refs #19212"
2021-06-29 19:18:58 +02:00

17 lines
No EOL
764 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="shipment_internal_view_form">
<field name="model">stock.shipment.internal</field>
<field name="inherit" ref="stock.shipment_internal_view_form"/>
<field name="name">shipment_internal_form</field>
</record>
<record model="ir.ui.view" id="shipment_internal_view_list">
<field name="model">stock.shipment.internal</field>
<field name="inherit" ref="stock.shipment_internal_view_tree"/>
<field name="name">shipment_internal_list</field>
</record>
</data>
</tryton>