Skip to content
Snippets Groups Projects
Commit 13be43f8 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] mrp: force default values for dropped fields

Those values were dropped at rev 9b343581 but
need to be forced to empty so older databases
get fixed when upgrading
parent 43b0a63f
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,9 @@
<field name="act_from" ref="prod_act_confirmed"/>
<field name="act_to" ref="prod_act_ready"/>
<field name="signal">moves_ready</field>
<field name="trigger_model" eval="False"/> <!-- Force empty -->
<field name="trigger_expr_id" eval="False"/> <!-- Force empty -->
<field name="condition">True</field> <!-- Force default -->
</record>
<record id="prod_trans_ready_in_production" model="workflow.transition">
<field name="act_from" ref="prod_act_ready"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment