mirror of
https://github.com/NaN-tic/trytond-product_purchase_sequence.git
synced 2023-12-14 04:02:54 +01:00
12 lines
546 B
XML
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>
|