[FIX] sale: force condtion True for workflow activity trans_ship_ship_except

This is related to fix 43b0a63
This commit is contained in:
Denis Ledoux 2014-10-21 18:31:30 +02:00
parent cf51c506f7
commit 9d5fb65128
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@
<field name="act_from" ref="act_ship"/>
<field name="act_to" ref="act_ship_except"/>
<field name="signal">ship_except</field>
<field name="condition" eval="True"/> <!-- Force empty -->
</record>
<record id="trans_ship_except_ship" model="workflow.transition">