[FIX] base_setup: Remove the reference to the profile_training module in the configuration wizard

bzr revid: stephane@openerp.com-20100428114754-yltf2wy68fdq6jxz
This commit is contained in:
Stephane Wirtel 2010-04-28 13:47:54 +02:00
parent 393afb43b7
commit 54b33326a8
2 changed files with 0 additions and 5 deletions

View File

@ -31,7 +31,6 @@ If you don't think you need any of these right now, you can easily install them
<field name="report_designer"/>
<separator string="Vertical Modules" colspan="4"/>
<field name="profile_association"/>
<field name="profile_training"/>
<field name="profile_auction"/>
<field name="profile_bookstore"/>
</group>

View File

@ -78,10 +78,6 @@ class base_setup_installer(osv.osv_memory):
help="Installs a preselected set of OpenERP "
"applications which will help you manage your association "
"more efficiently."),
'profile_training':fields.boolean('Training Centers',
help="Helps you manage your training sessions and "
"centers, from the conception of a training project to the "
"gathering of trainee feedback."),
'profile_auction':fields.boolean('Auction Houses',
help="Installs a preselected set of OpenERP "
"applications selected to help you manage your auctions "