comment out undefined wizard views

bzr revid: christophe@tinyerp.com-20080902140819-nssjay6fd13ht8lv
This commit is contained in:
Christophe Simonis 2008-09-02 16:08:19 +02:00
parent dba47f2ee1
commit fc4fb627f7
2 changed files with 9 additions and 8 deletions

View File

@ -19,13 +19,13 @@
name="wizard_event_registration"
id="wizard_event_registration"/>
<wizard
<!--<wizard
string="New child event"
model="event.event"
name="wizard_event_new"
keyword="client_action_multi"
menu="False"
id="wizard_event_new"/>
id="wizard_event_new"/>-->
<wizard
string="List Register Partners"
@ -38,7 +38,8 @@
name="event.reg_make_invoice"
id="event_reg_invoice"
menu="True"
/>
/>
<!--
<record model="ir.values" id="ir_open_new_event">
<field name="key2">tree_but_open</field>
<field name="model">event.event</field>
@ -46,6 +47,6 @@
<field name="value" eval="'ir.actions.wizard,%d'%wizard_event_new"/>
<field name="object" eval="True"/>
</record>
-->
</data>
</terp>

View File

@ -8,14 +8,14 @@
<wizard string="Payment" model="pos.order"
name="pos.payment" id="pos_payment" menu="False"/>
<wizard string="Create Invoices" model="pos.order"
name="pos.create_invoice" id="pos_invoice" multi="True"/>
<!--<wizard string="Create Invoices" model="pos.order"
name="pos.create_invoice" id="pos_invoice" multi="True"/>-->
<wizard string="Add products" model="pos.order"
name="pos.add_product" id="pos_add_product" menu="False"/>
<wizard string="Cancel" model="pos.order"
name="pos.cancel" id="pos_cancel" multi="True"/>
<!--<wizard string="Cancel" model="pos.order"
name="pos.cancel" id="pos_cancel" multi="True"/>-->
<wizard string="Confirm" model="pos.order"
name="pos.confirm" id="pos_confirm" multi="True"/>