~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to hotel_reservation/hotel_reservation_sequence.xml

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
<data noupdate="1">
 
4
        #
 
5
        # Sequences for hotel.folio
 
6
        #
 
7
 
 
8
        <record model="ir.sequence.type" id="seq_type_hotel_reservation">
 
9
                <field name="name">Hotel Reservation</field>
 
10
                <field name="code">hotel.reservation</field>
 
11
        </record>
 
12
        <record model="ir.sequence" id="seq_hotel_reservation">
 
13
                <field name="name">Hotel Reservation</field>
 
14
                <field name="code">hotel.reservation</field>
 
15
                <field name="prefix">R/</field>
 
16
                <field name="padding">5</field>
 
17
        </record>
 
18
</data>
 
19
</openerp>