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

« back to all changes in this revision

Viewing changes to hotel_reservation/hotel_reservation_report.xml

  • Committer: Apa(Open ERP)
  • Date: 2009-04-27 13:38:52 UTC
  • Revision ID: apa@tinyerp.com-20090427133852-r2h309wkar0aobz2
Add hotel's module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
        <data>
 
4
                <report id="hotel_reservation_details"
 
5
                        string="Reservation Detail"
 
6
                        model="hotel.reservation"
 
7
                        name="reservation.detail"
 
8
                        rml="hotel_reservation/report/room_res.rml"
 
9
                        auto="False"
 
10
                        menu="False"/>
 
11
                        
 
12
                <report id="hotel_checkin_details"
 
13
                        string="CheckIn Detail"
 
14
                        model="hotel.reservation"
 
15
                        name="checkin.detail"
 
16
                        rml="hotel_reservation/report/checkinlist.rml"
 
17
                        menu="False"
 
18
                        auto="False"/>
 
19
                        
 
20
                <report id="hotel_checkin_details"
 
21
                        string="CheckOut Detail"
 
22
                        model="hotel.reservation"
 
23
                        name="checkout.detail"
 
24
                        rml="hotel_reservation/report/checkoutlist.rml"
 
25
                        menu="False"
 
26
                        auto="False"/>
 
27
                
 
28
                <report id="max_hotel_room"
 
29
                        string="Max Room Detail"
 
30
                        model="hotel.reservation"
 
31
                        name="maxroom.detail"
 
32
                        rml="hotel_reservation/report/maxroom.rml"
 
33
                        menu="False"
 
34
                        auto="False"/>
 
35
                
 
36
        </data>
 
37
</openerp>
 
 
b'\\ No newline at end of file'