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

« back to all changes in this revision

Viewing changes to hotel_restaurant/hotel_restaurant_wizard.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>
 
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="Reservation List" parent="menu_hotel_res"
 
18
                        action="wizard_hotel_table_res" 
 
19
                        type="wizard"
 
20
                        id="wizard_list_menu"/>
 
21
        </data>
 
22
</openerp>