trytond-product_purchase_se.../configuration.xml
2013-03-21 15:25:00 +01:00

12 lines
546 B
XML

<?xml version="1.0"?>
<!-- This file is part of product_purchase_sequence. 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_configuration_view_form">
<field name="model">product.configuration</field>
<field name="name">product_configuration_form</field>
<field name="inherit" ref="product_configuration.product_configuration_view_form"/>
</record>
</data>
</tryton>