[FIX] account: Use the right xml id for the account workflow

bzr revid: stephane@openerp.com-20100309164311-4rwzo3rdx404yf28
This commit is contained in:
Stephane Wirtel 2010-03-09 17:43:11 +01:00
parent 6b01bd6f68
commit dc79eb07c6
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ write({'state':'proforma'})</field>
</record>
<record id="act_proforma2" model="workflow.activity">
<field name="wkf_id" ref="account.wkf"/>
<field name="wkf_id" ref="wkf"/>
<field name="name">proforma2</field>
<field name="action">write({'state':'proforma2'})</field>
<field name="kind">function</field>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="True">
<data noupdate="1">
<!--