~serpent-consulting-services/openerp-usa/shipping_api_6-1

« back to all changes in this revision

Viewing changes to account_salestax_avatax/account_invoice_workflow.xml

  • Committer: npgllc
  • Date: 2012-08-02 17:13:27 UTC
  • Revision ID: npgllc-20120802171327-2xgyyjjb5d1kx26y
Removed all the 6.0 compatible modules

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
 
    <record id="account.act_open" model="workflow.activity">
6
 
            <field name="wkf_id" ref="account.wkf"/>
7
 
            <field name="name">open</field>
8
 
            <field name="action">action_date_assign()
9
 
action_move_create()
10
 
action_number()
11
 
write({'state':'open'})
12
 
action_commit_tax()</field>
13
 
            <field name="kind">function</field>
14
 
        </record>
15
 
 
16
 
    </data>
17
 
</openerp>
 
 
b'\\ No newline at end of file'