trytond-sale_unit_load/sale_reporting.xml

13 lines
499 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>
<!-- Product -->
<record model="ir.ui.view" id="reporting_product_view_list">
<field name="model">sale.reporting.product</field>
<field name="inherit" ref="sale.reporting_product_view_list"/>
<field name="name">reporting_product_list</field>
</record>
</data>
</tryton>