~openerp-chinese-team/openobject-addons/V6

« back to all changes in this revision

Viewing changes to lunch/lunch_wizard.xml

  • Committer: Vir (Open ERP)
  • Date: 2010-01-18 12:52:11 UTC
  • mto: (2770.1.9 trunk) (2855.1.8 trunk)
  • mto: This revision was merged to the branch mainline in revision 2772.
  • Revision ID: vir@tinyerp.com-20100118125211-r3nfcsikheh76tkj
[ADD] lunch : Moduled added from trunk extra addons with new menu structure

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="Confirm Order"
 
6
            model="lunch.order"
 
7
            name="lunch.order.confirm"
 
8
            keyword="client_action_multi"
 
9
            id="lunch_order_confirm"/>
 
10
 
 
11
        <wizard
 
12
            string="Cancel Order"
 
13
            model="lunch.order"
 
14
            name="lunch.order.cancel"
 
15
            keyword="client_action_multi"
 
16
            id="wizard_id_cancel"/>
 
17
 
 
18
        <wizard
 
19
            string="Set CashBox to Zero"
 
20
            model="lunch.cashbox"
 
21
            name="lunch.cashbox.clean"
 
22
            keyword="client_action_multi"
 
23
            id="wizard_clean_cashbox"/>
 
24
    </data>
 
25
</openerp>