~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_override/account_invoice_workflow.xml

UF-359 [ADD] Account override module integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
    <!-- Invoice workflow -->
 
6
        <record id="account.act_open" model="workflow.activity">
 
7
            <field name="wkf_id" ref="account.wkf"/>
 
8
            <field name="action">action_open_invoice()</field>
 
9
        </record>
 
10
 
 
11
    </data>
 
12
</openerp>