[ADD]: config wizard for lunch

bzr revid: ksa@tinyerp.co.in-20110407050958-k015asavo9bs2ik3
This commit is contained in:
ksa (Open ERP) 2011-04-07 10:39:58 +05:30
parent e544f257f0
commit 2004662aae
2 changed files with 20 additions and 0 deletions

View File

@ -49,6 +49,7 @@
'lunch_view.xml',
'lunch_report.xml',
'report/report_lunch_order_view.xml',
'installer_view.xml'
],
"demo_xml": ['lunch_demo.xml'],
"test": ['test/test_lunch.yml', 'test/lunch_report.yml'],

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record model="ir.actions.act_window" id="view_lunch_product_form_installer">
<field name="name">Lunch Products</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">lunch.product</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="lunch.view_lunch_product_form"/>
</record>
<record id="view_lunch_product_form_todo" model="ir.actions.todo">
<field name="action_id" ref="view_lunch_product_form_installer"/>
<field name="sequence">3</field>
<field name="restart">always</field>
</record>
</data>
</openerp>