~openerp-commiter/openobject-addons/stable-sja-branch

« back to all changes in this revision

Viewing changes to hotel_restaurant/hotel_restaurant_wizard.xml

  • Committer: sja-axelor
  • Date: 2009-10-13 09:52:57 UTC
  • Revision ID: suniljagyasi@gmail.com-20091013095257-8u26ww0r20z9y6ey
add

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<openerp>
 
3
        <data>
 
4
                <wizard
 
5
                        string="Make Kots"
 
6
                        model="hotel.restaurant.order"
 
7
                        name="hotel.kot.make_kot"
 
8
                        id="wizard_hotel_kot_make_kot"/>
 
9
                        
 
10
                <wizard
 
11
                        string="Reservation List"
 
12
                        model="hotel.restaurant.reservation"
 
13
                        name="hotel.table.reservation"
 
14
                        id="wizard_hotel_table_res"/>
 
15
                        
 
16
                <menuitem
 
17
                        name="Hotel Management/Reports/Table Reservation List" 
 
18
                        action="wizard_hotel_table_res" 
 
19
                        type="wizard"
 
20
                        id="wizard_list_menu"
 
21
                        sequence="30"/>
 
22
        </data>
 
23
</openerp>
 
 
b'\\ No newline at end of file'