diff --git a/addons/auction/__terp__.py b/addons/auction/__terp__.py index 23376e7ae68..154d9dd9981 100644 --- a/addons/auction/__terp__.py +++ b/addons/auction/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -22,12 +22,13 @@ { "name" : "Auction module", "version" : "1.0", + "category" : "Generic Modules/Others", "depends" : ["base","account","l10n_be","hr_attendance"], "update_xml" : [ # FIXME: review security rules... "security/ir.model.access.csv", - "auction_view.xml", - "auction_report.xml", + "auction_view.xml", + "auction_report.xml", "auction_wizard.xml", ], "demo_xml" : [ diff --git a/addons/base_contact/__terp__.py b/addons/base_contact/__terp__.py index 9c73f78e202..b8a419e1ee9 100644 --- a/addons/base_contact/__terp__.py +++ b/addons/base_contact/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -24,16 +24,16 @@ "version" : "1.0", "author" : "Tiny", "website" : "http://tinyerp.com", - "category" : "Generic Modules/Base Contact", + "category" : "Generic Modules/Base", "description": """ - This module allows you to manage entirely your contacts. + This module allows you to manage entirely your contacts. - It lets you define + It lets you define *contacts unrelated to a partner, - *contacts working at several adresses (possibly for different partners), + *contacts working at several adresses (possibly for different partners), *contacts with possibly different functions for each of its job's addresses - It also add new menuitems located in + It also add new menuitems located in Partners \ Contacts Partners \ Functions diff --git a/addons/board_auction/__terp__.py b/addons/board_auction/__terp__.py index 20cb3788845..7ba251e1f7c 100644 --- a/addons/board_auction/__terp__.py +++ b/addons/board_auction/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -23,7 +23,7 @@ "name":"Board for Auction", "version":"1.0", "author":"Tiny", - "category":"Board", + "category":"Board/Auction", "depends":[ "board", "auction", diff --git a/addons/board_crm_configuration/__terp__.py b/addons/board_crm_configuration/__terp__.py index bc61cbf8b36..053429f570b 100644 --- a/addons/board_crm_configuration/__terp__.py +++ b/addons/board_crm_configuration/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -23,7 +23,7 @@ "name":"Dashboard for CRM Configuration", "version":"1.0", "author":"Tiny", - "category":"Board", + "category":"Board/CRM", "depends":["board","crm_configuration"], "demo_xml":["board_crm_demo.xml"], "update_xml":["board_crm_statistical_view.xml", diff --git a/addons/board_manufacturing/__terp__.py b/addons/board_manufacturing/__terp__.py index a7c5ae076fb..ceb0a4827c8 100644 --- a/addons/board_manufacturing/__terp__.py +++ b/addons/board_manufacturing/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -23,7 +23,7 @@ "name":"Board for manufacturing", "version":"1.0", "author":"Tiny", - "category":"Board", + "category":"Board/Manufacturing", "depends":[ "board", "mrp", diff --git a/addons/crm_profiling/__terp__.py b/addons/crm_profiling/__terp__.py index 588c2afc86b..b82a7f40682 100644 --- a/addons/crm_profiling/__terp__.py +++ b/addons/crm_profiling/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -25,19 +25,19 @@ "depends" : ["base", "crm"], "author" : "Tiny", "description": """ - This module allow users to perform segmentation within partners. + This module allow users to perform segmentation within partners. It use the profiles criteria from the earlier segmentation module and improve it thanks to the new concept of questionnaire. You can now regroup questions into a questionnaire and directly use it on a partner. - It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping. + It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping. + - The menu items related are in "CRM & SRM\Configuration\Segmentations\" * Note: this module is not compatible with the module segmentation, since it's the same which has been renamed. """, "website" : "http://tinyerp.com/", - "category" : "Generic Modules/Project & Services", + "category" : "Generic Modules/CRM & SRM", "init_xml" : [], "demo_xml" : ["crm_profiling_demo.xml"], "update_xml" : [ diff --git a/addons/google_map/__terp__.py b/addons/google_map/__terp__.py index 36ed800d00b..5650955972f 100644 --- a/addons/google_map/__terp__.py +++ b/addons/google_map/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -24,7 +24,7 @@ "version" : "1.0", "author" : "Tiny", "website" : "http://tinyerp.com", - "category" : "Generic Modules", + "category" : "Generic Modules/Others", "description": """The module adds google map field in partner address so that we can directly open google map from the url widget.""", diff --git a/addons/hr_attendance/__terp__.py b/addons/hr_attendance/__terp__.py index 8d303dbc6a6..a3145e67bb7 100644 --- a/addons/hr_attendance/__terp__.py +++ b/addons/hr_attendance/__terp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ #