Add default sequence when install this module.

043030
This commit is contained in:
Juanjo Garcia 2021-02-16 09:39:42 +01:00
parent 46d1d0663a
commit 7e5bd801db
1 changed files with 5 additions and 0 deletions

View File

@ -9,4 +9,9 @@ this repository contains the full copyright notices and license terms. -->
<field name="inherit" ref="production.production_configuration_view_form"/>
</record>
</data>
<data noupdate="1">
<record model="production.configuration" id="configuration_product_cost_plan_sequence">
<field name="product_cost_plan_sequence" ref="sequence_product_cost_plan"/>
</record>
</data>
</tryton>