trytond-stock_product_locat.../location.xml

15 lines
606 B
XML

<?xml version="1.0"?>
<!-- This file is part of the stock_product_location_sequence module for Tryton.
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="product_location_view_tree">
<field name="model">stock.product.location</field>
<field name="type" eval="None"/>
<field name="inherit" ref="stock_product_location.product_location_view_tree"/>
<field name="name">product_location_tree</field>
</record>
</data>
</tryton>