Skip to content
Snippets Groups Projects
Commit 7e8edaa9 authored by Naresh Choksy's avatar Naresh Choksy
Browse files

[IMP]:base setup modules installation wizard

bzr revid: nch@tinyerp.com-20100427084903-qunvhze3c1xegvwi
parent 09c68592
Branches
Tags
No related merge requests found
......@@ -21,15 +21,15 @@
If you don't think you need any of these right now, you can easily install them later on.</attribute>
</xpath>
<group colspan="8">
<separator string="Generic Modules" colspan="4"/>
<separator string="Install Generic Modules" colspan="4"/>
<field name="crm"/> <field name="sale"/>
<field name="project"/> <field name="knowledge"/>
<field name="stock"/> <field name="mrp"/>
<field name="account"/> <field name="purchase"/>
<field name="hr"/> <field name="point_of_sale"/>
<field name="marketing"/> <field name="misc_tools"/>
<field name="report_designer"/>
<separator string="Vertical Modules" colspan="4"/>
<field name="hr"/> <field name="point_of_sale" groups="base.group_extended"/>
<field name="marketing" groups="base.group_extended"/> <field name="misc_tools"/>
<field name="report_designer" groups="base.group_extended"/>
<separator string="Install Specific Businesses Modules" colspan="4"/>
<field name="profile_association"/>
<field name="profile_training"/>
<field name="profile_auction"/>
......
......@@ -69,7 +69,7 @@ class base_setup_installer(osv.osv_memory):
help="Helps you manage your marketing campaigns step by step."),
'misc_tools':fields.boolean('Miscellaneous Tools',
help="Lets you install various interesting but non-essential "
"tools."),
"tools like Survey, Lunch,..."),
'report_designer':fields.boolean('Advanced Reporting',
help="Lets you install various tools to simplify and enhance "
"OpenERP's report creation."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment