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

« back to all changes in this revision

Viewing changes to hotel_reservation/hotel_reservation_sequence.xml

  • Committer: nel
  • Date: 2008-06-30 10:35:41 UTC
  • Revision ID: nel-03c45417b57316f5a70158417e86ae57f721f235
Hotel and dependencies

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
        # 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
</terp>
 
 
b'\\ No newline at end of file'