mirror of
https://gitlab.com/datalifeit/trytond-stock_party_warehouse
synced 2023-12-14 06:32:52 +01:00
12 lines
No EOL
477 B
XML
12 lines
No EOL
477 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="stock_configuration_view_form">
|
|
<field name="model">stock.configuration</field>
|
|
<field name="inherit" ref="stock.stock_configuration_view_form"/>
|
|
<field name="name">stock_configuration_form</field>
|
|
</record>
|
|
</data>
|
|
</tryton> |