mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Cannot unreconcile direct debit order due to workflow stop
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
another state, 'sent_wait' between sent and done.
|
another state, 'sent_wait' between sent and done.
|
||||||
-->
|
-->
|
||||||
<record id="account_payment.act_done" model="workflow.activity">
|
<record id="account_payment.act_done" model="workflow.activity">
|
||||||
<field name="flow_stop">False</field>
|
<field name="flow_stop" eval="False"/>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record id="trans_done_sent" model="workflow.transition">
|
<record id="trans_done_sent" model="workflow.transition">
|
||||||
|
|||||||
Reference in New Issue
Block a user