1
0
Fork 0
mirror of synced 2023-12-14 06:13:01 +01:00
trytond-sale_price_list_rec.../sale.xml
2015-06-09 10:47:21 +02:00

16 lines
567 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>
<!-- sale.change_line_quantity -->
<record model="ir.ui.view" id="recompute_price_start_view_form">
<field name="model">sale.recompute_price.start</field>
<field name="name">recompute_price_start_form</field>
<field name="inherit"
ref="sale_recompute_price.recompute_price_start_view_form"/>
</record>
</data>
</tryton>