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

« back to all changes in this revision

Viewing changes to finance/account_sequence.xml

  • Committer: Quentin THEURET
  • Date: 2011-11-30 13:31:37 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: qt@tempo-consulting.fr-20111130133137-mdf2fp6hkqmwbppn
UF-647 [ADD] Added a line in Purchase Order to have information about international transport costs

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
 
        <record forcecreate="1" id="account_move_reconcile_type" model="ir.sequence.type">  
5
 
            <field name="name">Account move reconcile</field>
6
 
            <field name="code">account.move.reconcile</field>
7
 
        </record>
8
 
        <record forcecreate="1" id="account_move_reconcile_sequence" model="ir.sequence">
9
 
            <field name="name">Account move</field>
10
 
            <field name="code">account.move.reconcile</field>
11
 
        </record>
12
 
   </data>
13
 
</openerp>
 
 
b'\\ No newline at end of file'