trytond-stock_product_categ.../location.xml
Sergio Morillo ac5e2fc1cf Migrate to 4.0
This commit refs #1277
2016-08-19 14:11:05 +02:00

27 lines
1.3 KiB
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="location_view_form">
<field name="model">stock.location</field>
<field name="inherit" ref="stock.location_view_form"/>
<field name="name">location_form</field>
</record>
<record model="ir.ui.view" id="product_category_location_view_form">
<field name="model">stock.product.category.location</field>
<field name="type">form</field>
<field name="name">product_category_location_form</field>
</record>
<record model="ir.ui.view" id="product_category_location_view_tree">
<field name="model">stock.product.category.location</field>
<field name="type">tree</field>
<field name="name">product_category_location_tree</field>
</record>
<record model="ir.ui.view" id="product_category_location_location_detail_view_tree">
<field name="model">stock.product.category.location</field>
<field name="type">tree</field>
<field name="name">product_category_location_location_detail_tree</field>
</record>
</data>
</tryton>