~eduardo-bayardo-bias/bias-trunk/bias_trunk

« back to all changes in this revision

Viewing changes to bias_electronic_invoice_bf/invoice_sequence.xml

  • Committer: Jose Patricio
  • Date: 2010-09-10 00:15:14 UTC
  • Revision ID: josepato@ramona-20100910001514-pyvq1qhrwdui8h22
bias electronic invoice

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<terp>
 
3
<data><!-- noupdate="1">-->
 
4
 
 
5
        #
 
6
        # Sequences for Account Invoice Out Balance
 
7
        #
 
8
 
 
9
        <record model="ir.sequence.type" id="out_invoice_balance">
 
10
                <field name="name">Account Invoice Out Balance</field>
 
11
                <field name="code">account.invoice.out_invoice_bal</field>
 
12
        </record>
 
13
        <record model="ir.sequence" id="out_invoice_balance">
 
14
                <field name="name">Account Invoice Out Balance</field>
 
15
                <field name="code">account.invoice.out_invoice_bal</field>
 
16
                <field name="prefix"></field>
 
17
                <field name="padding">6</field>
 
18
        </record>
 
19
 
 
20
</data>
 
21
</terp>