Skip to content

Commit

Permalink
Merge 2ee58d1 into 82076db
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Nov 16, 2015
2 parents 82076db + 2ee58d1 commit e059313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_account_product/account_invoice_workflow.xml
Expand Up @@ -30,7 +30,7 @@ action_move_create()</field>
<record id="account.act_open" model="workflow.activity">
<field name="wkf_id" ref="account.wkf"/>
<field name="name">open</field>
<field name="action">write({'state':'open'})</field>
<field name="action">invoice_validate()</field>
<field name="kind">function</field>
</record>

Expand Down

0 comments on commit e059313

Please sign in to comment.