mirror of
https://gitlab.com/datalifeit/trytond-stock_party_warehouse
synced 2023-12-14 06:32:52 +01:00
17 lines
No EOL
764 B
XML
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> |