[FIX] res_lang : if value of thousands_sep is not present in language,method will...
[odoo/odoo.git] / addons / event / event_sequence.xml
1 <?xml version="1.0"?>
2 <openerp>
3 <data>
4
5         #
6         # Sequences for crm.case.section
7         #
8
9         <record model="ir.sequence.type" id="seq_section_code">
10                 <field name="name">Section Code</field>
11                 <field name="code">event.event</field>
12         </record>
13         <record model="ir.sequence" id="seq_section_code1">
14                 <field name="name">Section Code</field>
15                 <field name="code">event.event</field>
16                 <field name="prefix">C/</field>
17                 <field name="padding">3</field>
18         </record>
19
20 </data>
21 </openerp>