[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / account_coda / account_coda_trans_type.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data noupdate="1">
4
5         <!-- account.coda.trans.type -->
6         <record id="actt_0" model="account.coda.trans.type">
7             <field name="type">0</field>
8             <field name="description">Simple amount without detailed data; e.g. : an individual credit transfer (free of charges).</field>
9         </record>
10         <record id="actt_1" model="account.coda.trans.type">
11             <field name="type">1</field>
12             <field name="description">Amount as totalised by the customer; e.g. a file regrouping payments of wages or payments made to suppliers or a file regrouping collections for which the customer is debited or credited with one single amount. As a matter of principle, this type is also used when no detailed data is following (type 5).</field>
13         </record>
14         <record id="actt_5" model="account.coda.trans.type">
15             <field name="type">5</field>
16             <field name="parent_id" ref="actt_1"/>
17             <field name="description">Detail of 1. Standard procedure is no detailing. However, the customer may ask for detailed data to be included into his file after the overall record (type 1).</field>
18         </record>
19         <record id="actt_2" model="account.coda.trans.type">
20             <field name="type">2</field>
21             <field name="description">Amount as totalised by the bank; e.g. : the total amount of a series of credit transfers with a structured communication As a matter of principle, this type will also be used when no detailed data (type 6 or 7) is following.</field>
22         </record>
23         <record id="actt_6" model="account.coda.trans.type">
24             <field name="type">6</field>
25             <field name="parent_id" ref="actt_2"/>
26             <field name="description">Detail of 2. Simple amount without detailed data. Normally, data of this kind comes after type 2. The customer may ask for a separate file containing the detailed data. In that case, one will speak of a â€˜separate application’. The records in a separate application keep type 6.</field>
27         </record>
28         <record id="actt_7" model="account.coda.trans.type">
29             <field name="type">7</field>
30             <field name="parent_id" ref="actt_2"/>
31             <field name="description">Detail of 2. Simple account with detailed data The records in a separate application keep type 7.</field>
32         </record>
33         <record id="actt_9" model="account.coda.trans.type">
34             <field name="type">9</field>
35             <field name="parent_id" ref="actt_7"/>
36             <field name="description">Detail of 7. The records in a separate application keep type 9.</field>
37         </record>
38         <record id="actt_3" model="account.coda.trans.type">
39             <field name="type">3</field>
40             <field name="description">Simple amount with detailed data; e.g. in case of charges for cross-border credit transfers.</field>
41         </record>
42         <record id="actt_8" model="account.coda.trans.type">
43             <field name="type">8</field>
44             <field name="parent_id" ref="actt_3"/>
45             <field name="description">Detail of 3.</field>
46         </record>
47
48     </data>
49 </openerp>