Skip to content

Commit

Permalink
[FIX] Workflow ordem de pagamento
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Jul 24, 2017
1 parent 518b7ec commit 1616a0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ write({'state':'generated'})</field>
<record id="account_payment.trans_open_done" model="workflow.transition">
<field name="act_from" ref="account_payment.act_open"/>
<field name="act_to" ref="account_payment.act_done"/>
<field name="signal">generated</field>
<field name="condition">tipo_exportacao=='BANKMAN'</field>
</record>

Expand Down

0 comments on commit 1616a0e

Please sign in to comment.