Skip to content

Commit 1ba826a

Browse files
author
Stephane Wirtel
committed
[REF] Rename the categories
bzr revid: [email protected]
1 parent bdfaf1e commit 1ba826a

File tree

95 files changed

+96
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+96
-101
lines changed

addons/account/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"name" : "Accounting and Financial Management",
2323
"version" : "1.1",
2424
"author" : "OpenERP SA",
25-
"category": 'Finance',
25+
"category": 'Accounting & Finance',
2626
'complexity': "normal",
2727
"description": """
2828
Accounting and Financial Management.

addons/account_accountant/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"name" : "Accountant Access",
2323
"version" : "1.1",
2424
"author" : "OpenERP SA",
25-
"category": 'Finance',
25+
"category": 'Accounting & Finance',
2626
'complexity': "normal",
2727
"description": """
2828
Accounting Access Rights.

addons/account_analytic_analysis/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name' : 'Analytic Account View',
2525
'version' : '1.1',
26-
'category' : 'Finance',
26+
'category' : 'Accounting & Finance',
2727
'complexity': "normal",
2828
'description': """
2929
This module is for modifying account analytic view to show important data to project manager of services companies.

addons/account_analytic_default/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name' : 'Account Analytic Defaults',
2424
'version' : '1.0',
25-
'category' : 'Finance',
25+
'category' : 'Accounting & Finance',
2626
'complexity': "normal",
2727
'description': """Set default values for your analytic accounts
2828
Allows to automatically select analytic accounts based on criterions:

addons/account_analytic_plans/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name' : 'Manage multiple plans in Analytic Accounting',
2525
'version' : '1.0',
26-
'category' : 'Finance',
26+
'category' : 'Accounting & Finance',
2727
'complexity': "normal",
2828
'description': """
2929
This module allows to use several analytic plans, according to the general journal.

addons/account_anglo_saxon/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""",
3737
"images" : ["images/account_anglo_saxon.jpeg"],
3838
"depends" : ["product", "purchase"],
39-
"category" : "Warehouse",
39+
"category" : "Accounting & Finance",
4040
"init_xml" : [],
4141
"demo_xml" : [],
4242
"update_xml" : ["product_view.xml",],

addons/account_asset/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
those assets. And it allows to create Move's of the depreciation lines.
3030
""",
3131
"website" : "http://www.openerp.com",
32-
"category" : "Generic Modules/Accounting",
32+
"category" : "Accounting & Finance",
3333
"init_xml" : [
3434
],
3535
"demo_xml" : [ 'account_asset_demo.xml'

addons/account_budget/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Budget Management',
2525
'version': '1.0',
26-
'category': 'Finance',
26+
'category': 'Accounting & Finance',
2727
'complexity': "normal",
2828
'description': """
2929
This module allows accountants to manage analytic and crossovered budgets.

addons/account_cancel/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name" : "Cancel Entries",
2424
"version" : "1.1",
2525
"author" : "OpenERP SA",
26-
"category": 'Finance',
26+
"category": 'Accounting & Finance',
2727
'complexity': "normal",
2828
"description": """
2929
Allows cancelling accounting entries.

addons/account_chart/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Charts of Accounts',
2525
'version': '1.1',
26-
'category': 'Finance',
26+
'category': 'Accounting & Finance',
2727
'description': """
2828
Remove minimal account chart.
2929
=============================

addons/account_coda/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name" : "Account CODA - import bank statements from coda file",
2424
"version" : "1.0",
2525
"author" : "OpenERP SA",
26-
"category" : "Finance",
26+
"category" : "Accounting & Finance",
2727
'complexity': "normal",
2828
"description": """
2929
Module provides functionality to import bank statements from coda files.

addons/account_followup/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name': 'Reminders',
2424
'version': '1.0',
25-
'category': 'Finance',
25+
'category': 'Accounting & Finance',
2626
'complexity': "normal",
2727
'description': """
2828
Modules to automate letters for unpaid invoices, with multi-level recalls.

addons/account_invoice_layout/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Improve Invoice Layout',
2525
'version': '1.0',
26-
'category': 'Finance',
26+
'category': 'Accounting & Finance',
2727
'complexity': "easy",
2828
'description': """
2929
This module provides some features to improve the layout of the invoices.

addons/account_payment/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "Payment Management",
2424
"version": "1.1",
2525
"author": "OpenERP SA",
26-
"category": "Finance",
26+
"category": "Accounting & Finance",
2727
'complexity': "easy",
2828
"description": """
2929
Module to manage invoice payment.

addons/account_sequence/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name': 'Entries Sequence Numbering',
2424
'version': '1.1',
25-
'category': 'Finance',
25+
'category': 'Accounting & Finance',
2626
'complexity': "easy",
2727
'description': """
2828
This module maintains internal sequence number for accounting entries.

addons/account_voucher/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Voucher Receipt
3333
* Cheque Register
3434
""",
35-
"category" : "Finance",
35+
"category" : "Accounting & Finance",
3636
"website" : "http://tinyerp.com",
3737
"images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"],
3838
"depends" : ["account"],

addons/analytic/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"version": "1.1",
2525
"author" : "OpenERP SA",
2626
"website" : "http://www.openerp.com",
27-
"category" : "Finance",
27+
"category" : "Accounting & Finance",
2828
"depends" : ["base", "decimal_precision"],
2929
"description": """
3030
Module for defining analytic accounting object.

addons/analytic_user_function/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Human Resources',
2525
'version': '1.0',
26-
'category': 'Generic Modules/Others',
26+
'category': 'Others',
2727
'description': """
2828
This module allows you to define what is the default function of a specific user on a given account.
2929
====================================================================================================

addons/base_action_rule/__openerp__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
{
2323
'name': 'Action Rule',
2424
'version': '1.0',
25-
'category': 'Tools',
25+
'category': 'Base',
2626
'complexity': "expert",
27-
'category': 'Generic Modules/Others',
2827
'description': """
2928
This module allows to implement action rules for any object.
3029
============================================================

addons/base_iban/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
'name': 'Create IBAN bank accounts',
2323
'version': '1.0',
24-
'category': 'Finance',
24+
'category': 'Accounting & Finance',
2525
'complexity': "easy",
2626
'description': """
2727
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity.

addons/base_vat/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name': 'VAT Number Validation',
2424
'version': '1.0',
25-
'category': 'Finance',
25+
'category': 'Accounting & Finance',
2626
'complexity': "easy",
2727
'description': """
2828
VAT validation for Partners' VAT numbers

addons/claim_from_delivery/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"name" : "Claim from Delivery",
2222
"version" : "1.0",
2323
"author" : "OpenERP SA",
24-
"category" : "Warehouse",
24+
"category" : "Warehouse Management",
2525
"depends" : ["base", "crm_claim", "stock"],
2626
"init_xml" : [],
2727
"demo_xml" : [],

addons/crm/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Customer & Supplier Relationship Management',
2525
'version': '1.0',
26-
'category': 'Sales',
26+
'category': 'Customer Relationship Management',
2727
'complexity': "easy",
2828
'description': """
2929
The generic OpenERP Customer Relationship Management.

addons/crm_caldav/__openerp__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
{
2525
'name': 'Extended Module to Add CalDav feature on Meeting',
2626
'version': '1.1',
27-
'category': 'Sales',
28-
'category': 'Generic Modules/CRM & SRM',
27+
'category': 'Customer Relationship Management',
2928
'complexity': "normal",
3029
'description': """
3130
Caldav features in Meeting.

addons/crm_claim/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Customer & Supplier Claims Management',
2525
'version': '1.0',
26-
'category': 'Sales',
26+
'category': 'Customer Relationship Management',
2727
'complexity': "easy",
2828
'description': """
2929
This modules allows you to track your customers/suppliers claims and grievances.

addons/crm_fundraising/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
{
24-
'category': 'Sales',
24+
'category': 'Customer Relationship Management',
2525
'name': 'CRM Fundraising',
2626
'version': '1.0',
2727
'complexity': "easy",

addons/crm_helpdesk/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
{
24-
'category': 'Sales',
24+
'category': 'Customer Relationship Management',
2525
'name': 'CRM Helpdesk',
2626
'version': '1.0',
2727
'complexity': "easy",

addons/crm_partner_assign/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Partner Geo-Localization',
2525
'version': '1.0',
26-
'category': 'Sales',
26+
'category': 'Customer Relationship Management',
2727
'complexity': "normal",
2828
'description': """
2929
This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.

addons/crm_profiling/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'CRM Profiling Management - To Perform Segmentation within Partners',
2525
'version': '1.3',
26-
'category': 'Sales',
26+
'category': 'Customer Relationship Management',
2727
'complexity': "easy",
2828
'description': """
2929
This module allows users to perform segmentation within partners.

addons/delivery/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Carriers and Deliveries',
2525
'version': '1.0',
26-
'category': 'Warehouse',
26+
'category': 'Warehouse Management',
2727
'complexity': "normal",
2828
'description': """
2929
Allows you to add delivery methods in sale orders and picking.

addons/document/__openerp__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
{
2424
'name': 'Integrated Document Management System',
2525
'version': '2.1',
26-
'category': 'Tools',
27-
'category': 'Generic Modules/Others',
26+
'category': 'Knowledge Management',
2827
'complexity': "normal",
2928
'description': """
3029
This is a complete document management system.

addons/document_ftp/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Integrated FTP Server with Document Management System',
2525
'version': '1.99',
26-
'category': 'Tools',
26+
'category': 'Knowledge Management',
2727
'complexity': "normal",
2828
'description': """
2929
This is a support FTP Interface with document management system.

addons/document_ics/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Support for iCal based on Document Management System',
2525
'version': '1.0',
26-
'category': 'Tools',
26+
'category': 'Knowledge Management',
2727
'complexity': "normal",
2828
'description': """
2929
Allows to synchronise calendars with others applications.

addons/document_webdav/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"name" : "WebDAV server for Document Management",
3333
"version" : "2.3",
3434
"author" : "OpenERP SA",
35-
"category" : "Tools",
35+
"category" : "Knowledge Management",
3636
'complexity': "normal",
3737
"website": "http://www.openerp.com",
3838
"description": """

addons/google_base_account/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
'name': 'Google user',
2525
'version': '1.0',
26-
'category': 'Generic Modules/Others',
26+
'category': 'Others',
2727
'description': """The module adds google user in res user""",
2828
'author': 'OpenERP SA',
2929
'website': 'http://www.openerp.com',

addons/google_map/__openerp__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
{
2424
'name': 'Google Map',
2525
'version': '1.0',
26-
'category': 'Tools',
26+
'category': 'Others',
2727
'complexity': "easy",
28-
'category': 'Generic Modules/Others',
2928
'description': """
3029
The module adds Google Map field in partner address.
3130
====================================================

addons/import_base/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name': 'Base framework for module that need to import complex data',
2424
'version': '0.9',
25-
'category': 'Generic Modules',
25+
'category': 'Tools/Importation',
2626
'description': """
2727
This module provide a class import_framework to help importing
2828
complex data from other software

addons/import_google/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name': 'Google Import',
2424
'version': '1.0',
25-
'category': 'Generic Modules/Others',
25+
'category': 'Tools/Importation',
2626
'description': """The module adds google contact in partner address and add google calendar events details in Meeting""",
2727
'author': 'OpenERP SA',
2828
'website': 'http://www.openerp.com',

addons/import_sugarcrm/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name': 'Import SugarCRM Data into OpenERP Module.',
2424
'version': '1.0',
25-
'category': 'Generic Modules',
25+
'category': 'Tools/Importation',
2626
'description': """This Module Import SugarCRM "Leads", "Opportunities", "Users", "Accounts",
2727
"Contacts", "Employees", Meetings, Phonecalls, Emails, and Project, Project Tasks Data into OpenERP Module.""",
2828
'author': 'OpenERP SA',

addons/l10n_at/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"version" : "1.0",
2525
"author" : "conexus.at",
2626
"website" : "http://www.conexus.at",
27-
"category" : "Localisation/Account Charts",
27+
"category" : "Localization/Account Charts",
2828
"depends" : ["account_chart", 'base_vat'],
2929
"description": "This module provides the standard Accounting Chart for Austria which is based on the Template from BMF.gv.at. Please keep in mind that you should review and adapt it with your Accountant, before using it in a live Environment.",
3030
"demo_xml" : [],

addons/l10n_be/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
##############################################################################
2121
{ 'name': 'Belgium - Plan Comptable Minimum Normalise',
2222
'version': '1.1',
23-
'category': 'Finance',
23+
'category': 'Localization/Account Charts',
2424
'description': """
2525
This is the base module to manage the accounting chart for Belgium in OpenERP.
2626
==============================================================================

addons/l10n_be_hr_payroll/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
##############################################################################
2121
{
2222
'name': 'Belgian Payroll Rules',
23-
'category': 'payroll',
23+
'category': 'Localization/Payroll',
2424
'author': 'OpenERP SA',
2525
'depends': ['hr_payroll','hr_contract'],
2626
'version': '1.0',

addons/l10n_br/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
'name': 'Brazilian Localization',
2323
'description': 'Brazilian Localization',
24-
'category': 'Finance',
24+
'category': 'Localization/Account Charts',
2525
'description': """
2626
This is the base module to manage the accounting chart for Brazil in OpenERP.
2727
=============================================================================

0 commit comments

Comments
 (0)