~jgrandguillaume-c2c/openobject-addons/multi-company-cost-price

« back to all changes in this revision

Viewing changes to account/account_invoice_workflow.xml

  • Committer: Joël Grand-Guillaume
  • Date: 2010-04-08 09:00:10 UTC
  • mfrom: (2533.3.664)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100408090010-c0pqjan341s18bxs
[MRG] Merge from last trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        </record>
26
26
 
27
27
        <record id="act_proforma2" model="workflow.activity">
28
 
            <field name="wkf_id" ref="account.wkf"/>
 
28
            <field name="wkf_id" ref="wkf"/>
29
29
            <field name="name">proforma2</field>
30
30
            <field name="action">write({'state':'proforma2'})</field>
31
31
            <field name="kind">function</field>