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

« back to all changes in this revision

Viewing changes to hotel/hotel_wizard.xml

  • Committer: nel
  • Date: 2008-06-30 10:08:55 UTC
  • Revision ID: nel-1b5e620223399a90d1ec6b552c6a45f2e4a10d3c
added the module for hotel booking

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<terp>
 
3
        <data>
 
4
                
 
5
                <wizard
 
6
                        string="Folio Total"
 
7
                        model="hotel.folio"
 
8
                        name="hotel.folio.total_folio"
 
9
                        menu="False"
 
10
                        id="wizard_hotel_total"/>
 
11
                
 
12
                <menuitem
 
13
                        name="Hotel Management/Reports" 
 
14
                        action="wizard_hotel_total" 
 
15
                        type="wizard"
 
16
                        
 
17
                        id="wizard_hotel_menu"/>
 
18
        </data>
 
19
</terp>
 
 
b'\\ No newline at end of file'