From ea859f54c8f17105f9d3e416393814398929beb0 Mon Sep 17 00:00:00 2001 From: "Mayur Maheshwari (OpenERP)" Date: Fri, 18 May 2012 10:56:05 +0530 Subject: [PATCH] [IMP]all: remove a complexity in openerp and move asset management and Payroll in extra modules bzr revid: mma@tinyerp.com-20120518052605-e6sdmicwtb4kcoq0 --- addons/account/__openerp__.py | 1 - addons/account_accountant/__openerp__.py | 1 - addons/account_analytic_analysis/__openerp__.py | 1 - addons/account_analytic_default/__openerp__.py | 1 - addons/account_analytic_plans/__openerp__.py | 1 - addons/account_anglo_saxon/__openerp__.py | 1 - addons/account_asset/__openerp__.py | 2 +- addons/account_budget/__openerp__.py | 1 - addons/account_cancel/__openerp__.py | 1 - addons/account_coda/__openerp__.py | 1 - addons/account_followup/__openerp__.py | 1 - addons/account_invoice_layout/__openerp__.py | 1 - addons/account_payment/__openerp__.py | 1 - addons/account_sequence/__openerp__.py | 1 - addons/account_voucher/__openerp__.py | 1 - addons/anonymization/__openerp__.py | 1 - addons/association/__openerp__.py | 1 - addons/auction/__openerp__.py | 1 - addons/base_calendar/__openerp__.py | 1 - addons/base_crypt/__openerp__.py | 1 - addons/base_iban/__openerp__.py | 1 - addons/base_report_designer/__openerp__.py | 1 - addons/base_setup/__openerp__.py | 1 - addons/base_tools/__openerp__.py | 1 - addons/base_vat/__openerp__.py | 1 - addons/board/__openerp__.py | 1 - addons/caldav/__openerp__.py | 1 - addons/crm/__openerp__.py | 1 - addons/crm_caldav/__openerp__.py | 1 - addons/crm_claim/__openerp__.py | 1 - addons/crm_fundraising/__openerp__.py | 1 - addons/crm_helpdesk/__openerp__.py | 1 - addons/crm_partner_assign/__openerp__.py | 1 - addons/crm_profiling/__openerp__.py | 1 - addons/crm_todo/__openerp__.py | 1 - addons/decimal_precision/__openerp__.py | 1 - addons/delivery/__openerp__.py | 1 - addons/document/__openerp__.py | 1 - addons/document_ftp/__openerp__.py | 1 - addons/document_webdav/__openerp__.py | 1 - addons/edi/__openerp__.py | 1 - addons/email_template/__openerp__.py | 1 - addons/event/__openerp__.py | 1 - addons/event_moodle/__openerp__.py | 1 - addons/event_project/__openerp__.py | 1 - addons/event_sale/__openerp__.py | 1 - addons/event_sale_layout/__openerp__.py | 1 - addons/hr/__openerp__.py | 1 - addons/hr_attendance/__openerp__.py | 1 - addons/hr_contract/__openerp__.py | 1 - addons/hr_evaluation/__openerp__.py | 1 - addons/hr_expense/__openerp__.py | 1 - addons/hr_holidays/__openerp__.py | 1 - addons/hr_payroll/__openerp__.py | 3 +-- addons/hr_payroll_account/__openerp__.py | 1 - addons/hr_recruitment/__openerp__.py | 1 - addons/hr_timesheet/__openerp__.py | 1 - addons/idea/__openerp__.py | 1 - addons/knowledge/__openerp__.py | 1 - addons/l10n_uy/__openerp__.py | 1 - addons/lunch/__openerp__.py | 1 - addons/mail/__openerp__.py | 1 - addons/marketing/__openerp__.py | 1 - addons/marketing_campaign/__openerp__.py | 1 - addons/mrp_jit/__openerp__.py | 1 - addons/mrp_operations/__openerp__.py | 1 - addons/multi_company/__openerp__.py | 1 - addons/pad/__openerp__.py | 1 - addons/pad_project/__openerp__.py | 1 - addons/plugin/__openerp__.py | 1 - addons/product_expiry/__openerp__.py | 1 - addons/product_manufacturer/__openerp__.py | 1 - addons/product_visible_discount/__openerp__.py | 1 - addons/profile_tools/__openerp__.py | 1 - addons/project/__openerp__.py | 1 - addons/project_gtd/__openerp__.py | 1 - addons/project_issue/__openerp__.py | 1 - addons/project_mailgate/__openerp__.py | 1 - addons/project_messages/__openerp__.py | 1 - addons/project_mrp/__openerp__.py | 1 - addons/project_planning/__openerp__.py | 1 - addons/project_retro_planning/__openerp__.py | 1 - addons/project_scrum/__openerp__.py | 1 - addons/purchase/__openerp__.py | 1 - addons/purchase_double_validation/__openerp__.py | 1 - addons/purchase_requisition/__openerp__.py | 1 - addons/report_designer/__openerp__.py | 1 - addons/sale/__openerp__.py | 1 - addons/sale_crm/__openerp__.py | 1 - addons/sale_journal/__openerp__.py | 1 - addons/sale_layout/__openerp__.py | 1 - addons/sale_mrp/__openerp__.py | 1 - addons/sale_order_dates/__openerp__.py | 1 - addons/share/__openerp__.py | 1 - addons/stock/__openerp__.py | 1 - addons/stock_invoice_directly/__openerp__.py | 1 - addons/stock_location/__openerp__.py | 1 - addons/stock_planning/__openerp__.py | 1 - addons/users_ldap/__openerp__.py | 1 - addons/warning/__openerp__.py | 1 - addons/web_livechat/__openerp__.py | 1 - addons/web_shortcuts/__openerp__.py | 1 - addons/web_uservoice/__openerp__.py | 1 - addons/wiki/__openerp__.py | 1 - addons/wiki_faq/__openerp__.py | 1 - addons/wiki_quality_manual/__openerp__.py | 1 - addons/wiki_sale_faq/__openerp__.py | 1 - 107 files changed, 2 insertions(+), 108 deletions(-) diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index 27aca6fb9fa..cd19c730a3f 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -23,7 +23,6 @@ "version" : "1.1", "author" : "OpenERP SA", "category": 'Accounting & Finance', - 'complexity': "easy", "description": """ Accounting and Financial Management. ==================================== diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index 915d72a15f8..f1155311f39 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -24,7 +24,6 @@ "author" : "OpenERP SA", "category": 'Accounting & Finance', "sequence": 10, - 'complexity': "normal", "description": """ Accounting Access Rights. ========================= diff --git a/addons/account_analytic_analysis/__openerp__.py b/addons/account_analytic_analysis/__openerp__.py index f9c6c0dde25..4f25ece5954 100644 --- a/addons/account_analytic_analysis/__openerp__.py +++ b/addons/account_analytic_analysis/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Contracts Management', 'version': '1.1', 'category': 'Sales Management', - 'complexity': "normal", 'description': """ This module is for modifying account analytic view to show important data to project manager of services companies. =================================================================================================================== diff --git a/addons/account_analytic_default/__openerp__.py b/addons/account_analytic_default/__openerp__.py index 63f17e7bf62..e02f477d1af 100644 --- a/addons/account_analytic_default/__openerp__.py +++ b/addons/account_analytic_default/__openerp__.py @@ -23,7 +23,6 @@ 'name' : 'Account Analytic Defaults', 'version' : '1.0', "category": 'Accounting & Finance', - 'complexity': "normal", 'description': """Set default values for your analytic accounts Allows to automatically select analytic accounts based on criterions: ===================================================================== diff --git a/addons/account_analytic_plans/__openerp__.py b/addons/account_analytic_plans/__openerp__.py index 1669bd277d3..6e53c5452ee 100644 --- a/addons/account_analytic_plans/__openerp__.py +++ b/addons/account_analytic_plans/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Multiple Analytic Plans', 'version': '1.0', 'category': 'Accounting & Finance', - 'complexity': "normal", 'description': """ This module allows to use several analytic plans, according to the general journal. =================================================================================== diff --git a/addons/account_anglo_saxon/__openerp__.py b/addons/account_anglo_saxon/__openerp__.py index 2c10fcc7a19..78b2ff825c6 100644 --- a/addons/account_anglo_saxon/__openerp__.py +++ b/addons/account_anglo_saxon/__openerp__.py @@ -23,7 +23,6 @@ "version": "1.2", "author": "OpenERP SA, Veritos", "website": "http://tinyerp.com - http://veritos.nl", - 'complexity': "normal", "description": """ This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions. ===================================================================================================================== diff --git a/addons/account_asset/__openerp__.py b/addons/account_asset/__openerp__.py index f26a8ada1b9..4b7379d8a6a 100644 --- a/addons/account_asset/__openerp__.py +++ b/addons/account_asset/__openerp__.py @@ -51,7 +51,7 @@ ], "auto_install": False, "installable": True, - "application": True, + "application": False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_budget/__openerp__.py b/addons/account_budget/__openerp__.py index 261f359f26e..89d06dccdca 100644 --- a/addons/account_budget/__openerp__.py +++ b/addons/account_budget/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Budgets Management', 'version': '1.0', 'category': 'Accounting & Finance', - 'complexity': "normal", 'description': """ This module allows accountants to manage analytic and crossovered budgets. ========================================================================== diff --git a/addons/account_cancel/__openerp__.py b/addons/account_cancel/__openerp__.py index a17958151b3..6749cef0c8e 100644 --- a/addons/account_cancel/__openerp__.py +++ b/addons/account_cancel/__openerp__.py @@ -24,7 +24,6 @@ "version" : "1.1", "author" : "OpenERP SA", "category": 'Accounting & Finance', - 'complexity': "normal", "description": """ Allows cancelling accounting entries. ===================================== diff --git a/addons/account_coda/__openerp__.py b/addons/account_coda/__openerp__.py index 126027a41a7..06a0a59d2c6 100644 --- a/addons/account_coda/__openerp__.py +++ b/addons/account_coda/__openerp__.py @@ -24,7 +24,6 @@ "version": '2.1', "author": 'Noviat', "category": 'Accounting & Finance', - "complexity": "normal", "description": ''' Module to import CODA bank statements. ====================================== diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index 425754d1c09..ed397668148 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Followup Management', 'version': '1.0', 'category': 'Accounting & Finance', - 'complexity': "normal", 'description': """ Module to automate letters for unpaid invoices, with multi-level recalls. ========================================================================== diff --git a/addons/account_invoice_layout/__openerp__.py b/addons/account_invoice_layout/__openerp__.py index 83fe193fac4..dfc2f7a8db4 100644 --- a/addons/account_invoice_layout/__openerp__.py +++ b/addons/account_invoice_layout/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Invoice Layouts', 'version': '1.0', "category": 'Accounting & Finance', - 'complexity': "easy", 'description': """ This module provides some features to improve the layout of the invoices. ========================================================================= diff --git a/addons/account_payment/__openerp__.py b/addons/account_payment/__openerp__.py index 83c179801ab..1959d71da74 100644 --- a/addons/account_payment/__openerp__.py +++ b/addons/account_payment/__openerp__.py @@ -24,7 +24,6 @@ "version": "1.1", "author": "OpenERP SA", "category": "Accounting & Finance", - 'complexity': "easy", "description": """ Module to manage the payment of your supplier invoices. ======================================================= diff --git a/addons/account_sequence/__openerp__.py b/addons/account_sequence/__openerp__.py index 301afa3be4d..0f860d400e9 100644 --- a/addons/account_sequence/__openerp__.py +++ b/addons/account_sequence/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Entries Sequence Numbering', 'version': '1.1', "category": 'Accounting & Finance', - 'complexity': "easy", 'description': """ This module maintains internal sequence number for accounting entries. ====================================================================== diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index 1c4005b7be0..a7899338b8e 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -23,7 +23,6 @@ "name" : "eInvoicing & Payments", "version" : "1.0", "author" : 'OpenERP SA', - 'complexity': "normal", "description": """ Account Voucher module includes all the basic requirements of Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc. ==================================================================================================================================== diff --git a/addons/anonymization/__openerp__.py b/addons/anonymization/__openerp__.py index 1674109f63a..60ed423049d 100644 --- a/addons/anonymization/__openerp__.py +++ b/addons/anonymization/__openerp__.py @@ -25,7 +25,6 @@ 'name': 'Database Anonymization', 'version': '1.0', 'category': 'Tools', - 'complexity': "easy", 'description': """ This module allows you to anonymize a database. =============================================== diff --git a/addons/association/__openerp__.py b/addons/association/__openerp__.py index f75a33a8ff1..00683d18333 100644 --- a/addons/association/__openerp__.py +++ b/addons/association/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Associations Management', 'version': '0.1', 'category': 'Specific Industry Applications', - 'complexity': "normal", 'description': """ This module is to configure modules related to an association. ============================================================== diff --git a/addons/auction/__openerp__.py b/addons/auction/__openerp__.py index dfb79ca643f..46466c209a6 100644 --- a/addons/auction/__openerp__.py +++ b/addons/auction/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Auction Houses', 'version': '1.0', 'category': 'Specific Industry Applications', - 'complexity': "normal", 'description': """ This module manages the records of artists, auction articles, buyers and sellers. ================================================================================= diff --git a/addons/base_calendar/__openerp__.py b/addons/base_calendar/__openerp__.py index 09b9fdc3794..1c8d35099b8 100644 --- a/addons/base_calendar/__openerp__.py +++ b/addons/base_calendar/__openerp__.py @@ -23,7 +23,6 @@ "name": "Calendar Layer", "version": "1.0", "depends": ["base", "mail"], - 'complexity': "easy", 'description': """ This is a full-featured calendar system. ======================================== diff --git a/addons/base_crypt/__openerp__.py b/addons/base_crypt/__openerp__.py index 6407e9855a2..369a55bb278 100644 --- a/addons/base_crypt/__openerp__.py +++ b/addons/base_crypt/__openerp__.py @@ -25,7 +25,6 @@ "maintainer" : "OpenERP SA", "website" : "http://www.openerp.com", "category" : "Tools", - 'complexity': "easy", "description": """ Replaces cleartext passwords in the database with a secure hash =============================================================== diff --git a/addons/base_iban/__openerp__.py b/addons/base_iban/__openerp__.py index c5925f9a52c..d31f2f4ade5 100644 --- a/addons/base_iban/__openerp__.py +++ b/addons/base_iban/__openerp__.py @@ -22,7 +22,6 @@ 'name': 'IBAN Bank Accounts', 'version': '1.0', "category": 'Hidden/Dependency', - 'complexity': "easy", 'description': """ This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity. ===================================================================================================================== diff --git a/addons/base_report_designer/__openerp__.py b/addons/base_report_designer/__openerp__.py index c50ecdd3597..3b46389184d 100644 --- a/addons/base_report_designer/__openerp__.py +++ b/addons/base_report_designer/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'OpenOffice Report Designer', 'version': '0.1', 'category': 'Reporting', - 'complexity': "normal", 'description': """ This module is used along with OpenERP OpenOffice Plugin. ========================================================= diff --git a/addons/base_setup/__openerp__.py b/addons/base_setup/__openerp__.py index 343ca8cb286..9e2be5976f6 100644 --- a/addons/base_setup/__openerp__.py +++ b/addons/base_setup/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Initial Setup Tools', 'version': '1.0', 'category': 'Hidden', - 'complexity': "easy", 'description': """ This module helps to configure the system at the installation of a new database. ================================================================================ diff --git a/addons/base_tools/__openerp__.py b/addons/base_tools/__openerp__.py index d2cd2aad742..747ecf64e83 100644 --- a/addons/base_tools/__openerp__.py +++ b/addons/base_tools/__openerp__.py @@ -5,7 +5,6 @@ "version": "1.0", "depends": ["base"], "category" : "Hidden/Dependency", - 'complexity': "easy", 'description': """ Common base for tools modules. ============================== diff --git a/addons/base_vat/__openerp__.py b/addons/base_vat/__openerp__.py index 7625ec6dee7..ef46cd800d9 100644 --- a/addons/base_vat/__openerp__.py +++ b/addons/base_vat/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'VAT Number Validation', 'version': '1.0', "category": 'Hidden/Dependency', - 'complexity': "easy", 'description': """ VAT validation for Partners' VAT numbers ======================================== diff --git a/addons/board/__openerp__.py b/addons/board/__openerp__.py index e61c9d9d2ff..e54c08d2291 100644 --- a/addons/board/__openerp__.py +++ b/addons/board/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Dashboards', 'version': '1.0', 'category': 'Hidden', - 'complexity': "normal", 'description': """ Lets the user create a custom dashboard. ======================================== diff --git a/addons/caldav/__openerp__.py b/addons/caldav/__openerp__.py index 5302f3c6fe6..ffcfd7a6308 100644 --- a/addons/caldav/__openerp__.py +++ b/addons/caldav/__openerp__.py @@ -23,7 +23,6 @@ { "name": "Share Calendar using CalDAV", "version": "1.1", - 'complexity': "normal", "depends": [ "base", "document_webdav", diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index 460e6493552..2049b3a8cc9 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -25,7 +25,6 @@ 'version': '1.0', 'category': 'Customer Relationship Management', "sequence": 2, - 'complexity': "easy", 'description': """ The generic OpenERP Customer Relationship Management. ===================================================== diff --git a/addons/crm_caldav/__openerp__.py b/addons/crm_caldav/__openerp__.py index c85080470ad..ce3193a595d 100644 --- a/addons/crm_caldav/__openerp__.py +++ b/addons/crm_caldav/__openerp__.py @@ -25,7 +25,6 @@ 'name': 'Meetings Synchronization', 'version': '1.1', 'category': 'Customer Relationship Management', - 'complexity': "normal", 'description': """ Caldav features in Meeting. =========================== diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index 2423bdcea7a..9e7848eb6c3 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Claims Management', 'version': '1.0', 'category': 'Customer Relationship Management', - 'complexity': "easy", 'description': """ This modules allows you to track your customers/suppliers claims and grievances. ================================================================================ diff --git a/addons/crm_fundraising/__openerp__.py b/addons/crm_fundraising/__openerp__.py index 7c6e25df4fa..ed7208cca65 100644 --- a/addons/crm_fundraising/__openerp__.py +++ b/addons/crm_fundraising/__openerp__.py @@ -24,7 +24,6 @@ 'category': 'Customer Relationship Management', 'name': 'Fundraising', 'version': '1.0', - 'complexity': "easy", 'description': """ Fundraising. ============ diff --git a/addons/crm_helpdesk/__openerp__.py b/addons/crm_helpdesk/__openerp__.py index e5c4efd5b79..7e8b69bbc4c 100644 --- a/addons/crm_helpdesk/__openerp__.py +++ b/addons/crm_helpdesk/__openerp__.py @@ -24,7 +24,6 @@ 'category': 'Customer Relationship Management', 'name': 'Helpdesk', 'version': '1.0', - 'complexity': "easy", 'description': """ Helpdesk Management. ==================== diff --git a/addons/crm_partner_assign/__openerp__.py b/addons/crm_partner_assign/__openerp__.py index 8213e8fa8ef..f27420e54f8 100644 --- a/addons/crm_partner_assign/__openerp__.py +++ b/addons/crm_partner_assign/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Partners Geo-Localization', 'version': '1.0', 'category': 'Customer Relationship Management', - 'complexity': "normal", 'description': """ This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization. ====================================================================================================== diff --git a/addons/crm_profiling/__openerp__.py b/addons/crm_profiling/__openerp__.py index f3c1b30bb59..52fcf1173ed 100644 --- a/addons/crm_profiling/__openerp__.py +++ b/addons/crm_profiling/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Customer Profiling', 'version': '1.3', 'category': 'Marketing', - 'complexity': "easy", 'description': """ This module allows users to perform segmentation within partners. ================================================================= diff --git a/addons/crm_todo/__openerp__.py b/addons/crm_todo/__openerp__.py index 674f5bc9373..824dac13c21 100644 --- a/addons/crm_todo/__openerp__.py +++ b/addons/crm_todo/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Tasks on CRM', 'version': '1.0', "category": 'Customer Relationship Management', - 'complexity': "easy", 'description': """ Todo list for CRM leads and opportunities. """, diff --git a/addons/decimal_precision/__openerp__.py b/addons/decimal_precision/__openerp__.py index 0aafef9fe1f..53c05e4dd63 100644 --- a/addons/decimal_precision/__openerp__.py +++ b/addons/decimal_precision/__openerp__.py @@ -31,7 +31,6 @@ The decimal precision is configured per company. "version": "0.1", "depends": ["base"], "category" : "Hidden/Dependency", - 'complexity': "easy", "init_xml": [], "update_xml": [ 'decimal_precision_view.xml', diff --git a/addons/delivery/__openerp__.py b/addons/delivery/__openerp__.py index 3a190bffd89..52d4eacda5e 100644 --- a/addons/delivery/__openerp__.py +++ b/addons/delivery/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Delivery Costs', 'version': '1.0', 'category': 'Sales Management', - 'complexity': "normal", 'description': """ Allows you to add delivery methods in sale orders and picking. ============================================================== diff --git a/addons/document/__openerp__.py b/addons/document/__openerp__.py index 6691ab53da3..d8e42703efc 100644 --- a/addons/document/__openerp__.py +++ b/addons/document/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Document Management System', 'version': '2.1', 'category': 'Knowledge Management', - 'complexity': "normal", 'description': """ This is a complete document management system. ============================================== diff --git a/addons/document_ftp/__openerp__.py b/addons/document_ftp/__openerp__.py index f6ab4616b2d..17275eaebbd 100644 --- a/addons/document_ftp/__openerp__.py +++ b/addons/document_ftp/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Shared Repositories (FTP)', 'version': '1.99', 'category': 'Knowledge Management', - 'complexity': "normal", 'description': """ This is a support FTP Interface with document management system. ================================================================ diff --git a/addons/document_webdav/__openerp__.py b/addons/document_webdav/__openerp__.py index 82541b742c4..ec50d9301dc 100644 --- a/addons/document_webdav/__openerp__.py +++ b/addons/document_webdav/__openerp__.py @@ -33,7 +33,6 @@ "version" : "2.3", "author" : "OpenERP SA", "category" : "Knowledge Management", - 'complexity': "normal", "website": "http://www.openerp.com", "description": """ With this module, the WebDAV server for documents is activated. diff --git a/addons/edi/__openerp__.py b/addons/edi/__openerp__.py index c4595e69112..580b838d155 100644 --- a/addons/edi/__openerp__.py +++ b/addons/edi/__openerp__.py @@ -22,7 +22,6 @@ 'name': 'Electronic Data Interchange (EDI)', 'version': '1.0', 'category': 'Tools', - 'complexity': "easy", 'description': """ Provides a common EDI platform that other Applications can use ============================================================== diff --git a/addons/email_template/__openerp__.py b/addons/email_template/__openerp__.py index 10f5be678b8..dbe53b3d547 100644 --- a/addons/email_template/__openerp__.py +++ b/addons/email_template/__openerp__.py @@ -26,7 +26,6 @@ "author" : "OpenERP,OpenLabs", "website" : "http://openerp.com", "category" : "Marketing", - 'complexity': "expert", "depends" : ['mail'], "description": """ Email Templating (simplified version of the original Power Email by Openlabs) diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index ea0e4316ef5..5a829f63f43 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Events Organisation', 'version': '0.1', 'category': 'Tools', - 'complexity': "easy", 'description': """ Organization and management of Events. ====================================== diff --git a/addons/event_moodle/__openerp__.py b/addons/event_moodle/__openerp__.py index f6367aaa40b..82fccad0914 100644 --- a/addons/event_moodle/__openerp__.py +++ b/addons/event_moodle/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Event Moodle', 'version': '0.1', 'category': 'Tools', - 'complexity': "easy", 'description': """ Configure your moodle server diff --git a/addons/event_project/__openerp__.py b/addons/event_project/__openerp__.py index f7af0301de6..a843188de55 100644 --- a/addons/event_project/__openerp__.py +++ b/addons/event_project/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Retro-Planning on Events', 'version': '0.1', 'category': 'Tools', - 'complexity': "easy", 'description': """ Organization and management of events. ====================================== diff --git a/addons/event_sale/__openerp__.py b/addons/event_sale/__openerp__.py index d8f689986e2..d06e964c483 100644 --- a/addons/event_sale/__openerp__.py +++ b/addons/event_sale/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Events Sales', 'version': '0.1', 'category': 'Tools', - 'complexity': "easy", 'description': """ Creating registration with sale orders. ======================================= diff --git a/addons/event_sale_layout/__openerp__.py b/addons/event_sale_layout/__openerp__.py index c81c4c83c7b..1d850a0d4fd 100644 --- a/addons/event_sale_layout/__openerp__.py +++ b/addons/event_sale_layout/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Events Sales layout', 'version': '0.1', 'category': 'Tools', - 'complexity': "easy", 'description': """ This module ensures the compatibility of the changes made on the sale.order.line form view in event_sale with the sale_layout module (that is replacing the whole field in the view by another one). Its installation is automatically triggered when both modules are installed. """, diff --git a/addons/hr/__openerp__.py b/addons/hr/__openerp__.py index 482eaaafda0..d7fb8b0e91a 100644 --- a/addons/hr/__openerp__.py +++ b/addons/hr/__openerp__.py @@ -25,7 +25,6 @@ "author": "OpenERP SA", "category": "Human Resources", "sequence": 12, - 'complexity': "easy", "website": "http://www.openerp.com", "description": """ Module for human resource management. diff --git a/addons/hr_attendance/__openerp__.py b/addons/hr_attendance/__openerp__.py index c903a87abc4..a1ba099d012 100644 --- a/addons/hr_attendance/__openerp__.py +++ b/addons/hr_attendance/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Attendances', 'version': '1.1', 'category': 'Human Resources', - 'complexity': "easy", 'description': """ This module aims to manage employee's attendances. ================================================== diff --git a/addons/hr_contract/__openerp__.py b/addons/hr_contract/__openerp__.py index 9ad1c4aebe3..d3fa464fb58 100644 --- a/addons/hr_contract/__openerp__.py +++ b/addons/hr_contract/__openerp__.py @@ -24,7 +24,6 @@ 'name': "Employee Contracts", 'version': '1.0', 'category': 'Human Resources', - 'complexity': "easy", 'description': """ Add all information on the employee form to manage contracts. ============================================================= diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 4d62e9e0fd5..231f4593868 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -24,7 +24,6 @@ "version": "0.1", "author": "OpenERP SA", "category": "Human Resources", - 'complexity': "easy", "website": "http://www.openerp.com", "images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"], "depends": ["hr","base_calendar","survey"], diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index eede2be39e0..cbf8b322b36 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -25,7 +25,6 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 30, - 'complexity': "easy", 'description': """ This module aims to manage employee's expenses. =============================================== diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 71c91136f97..e60f53d7d1e 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -26,7 +26,6 @@ "author": "OpenERP SA", "category": "Human Resources", "sequence": 28, - 'complexity': "easy", "website": "http://www.openerp.com", "description": """ This module allows you to manage leaves and leaves' requests. diff --git a/addons/hr_payroll/__openerp__.py b/addons/hr_payroll/__openerp__.py index 560bec7093c..dc50c530927 100644 --- a/addons/hr_payroll/__openerp__.py +++ b/addons/hr_payroll/__openerp__.py @@ -24,7 +24,6 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 38, - 'complexity': "normal", 'description': """ Generic Payroll system. ======================= @@ -73,7 +72,7 @@ Generic Payroll system. 'installable': True, 'auto_install': False, 'certificate' : '001046261404562128861', - 'application': True, + 'application': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_payroll_account/__openerp__.py b/addons/hr_payroll_account/__openerp__.py index 42695c61e29..9ea8a10bbb8 100644 --- a/addons/hr_payroll_account/__openerp__.py +++ b/addons/hr_payroll_account/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Payroll Accounting', 'version': '1.0', 'category': 'Human Resources', - 'complexity': "expert", 'description': """ Generic Payroll system Integrated with Accountings. =================================================== diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 4b6e3fb48b2..4a29befbfaf 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -24,7 +24,6 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 24, - 'complexity': "easy", 'description': """ Manages job positions and the recruitment process. ================================================== diff --git a/addons/hr_timesheet/__openerp__.py b/addons/hr_timesheet/__openerp__.py index f641432cdb6..6b8e618116e 100644 --- a/addons/hr_timesheet/__openerp__.py +++ b/addons/hr_timesheet/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Timesheets', 'version': '1.0', "category": "Human Resources", - 'complexity': "easy", 'description': """ This module implements a timesheet system. ========================================== diff --git a/addons/idea/__openerp__.py b/addons/idea/__openerp__.py index 9fdb3e8fffe..8f65ea2eaa0 100644 --- a/addons/idea/__openerp__.py +++ b/addons/idea/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Ideas', 'version': '0.1', 'category': 'Tools', - 'complexity': "easy", 'description': """ This module allows your user to easily and efficiently participate in enterprise innovation. ============================================================================================ diff --git a/addons/knowledge/__openerp__.py b/addons/knowledge/__openerp__.py index edefd6655ea..dca620b0f07 100644 --- a/addons/knowledge/__openerp__.py +++ b/addons/knowledge/__openerp__.py @@ -26,7 +26,6 @@ "depends" : ["base","base_setup"], "author" : "OpenERP SA", 'category': 'Hidden/Dependency', - 'complexity': "easy", "description": """ Installer for knowledge-based Hidden. ===================================== diff --git a/addons/l10n_uy/__openerp__.py b/addons/l10n_uy/__openerp__.py index b68c6e9cb18..4edfe22e1e8 100644 --- a/addons/l10n_uy/__openerp__.py +++ b/addons/l10n_uy/__openerp__.py @@ -34,7 +34,6 @@ General Chart of Accounts Provide Templates for Chart of Accounts, Taxes for Uruguay """, - "complexity": "normal", "license" : "AGPL-3", "depends" : [ "account", diff --git a/addons/lunch/__openerp__.py b/addons/lunch/__openerp__.py index 363b0b3a2c2..4ce4eaf3d6b 100644 --- a/addons/lunch/__openerp__.py +++ b/addons/lunch/__openerp__.py @@ -22,7 +22,6 @@ { "name": "Lunch Orders", "author": "OpenERP SA", - 'complexity': "easy", "Description": """ The lunch module is for keeping a record of the order placed and payment of the orders. ======================================================================================= diff --git a/addons/mail/__openerp__.py b/addons/mail/__openerp__.py index 81719794f69..39413a80bed 100644 --- a/addons/mail/__openerp__.py +++ b/addons/mail/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Emails Management', 'version': '1.0', 'category': 'Hidden/Dependency', - 'complexity': "easy", 'description': """ A generic email subsystem with message storage and queuing ========================================================== diff --git a/addons/marketing/__openerp__.py b/addons/marketing/__openerp__.py index 8088a0a1a1b..81751891e66 100644 --- a/addons/marketing/__openerp__.py +++ b/addons/marketing/__openerp__.py @@ -26,7 +26,6 @@ "depends" : ["base", "base_setup"], "author" : "OpenERP SA", "category": 'Hidden/Dependency', - 'complexity': "expert", "description": """ Menu for Marketing. =================== diff --git a/addons/marketing_campaign/__openerp__.py b/addons/marketing_campaign/__openerp__.py index 9064f28fe41..3544145411c 100644 --- a/addons/marketing_campaign/__openerp__.py +++ b/addons/marketing_campaign/__openerp__.py @@ -30,7 +30,6 @@ ], "author" : "OpenERP SA", "category": 'Marketing', - 'complexity': "expert", "description": """ This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads). ========================================================================================================================================= diff --git a/addons/mrp_jit/__openerp__.py b/addons/mrp_jit/__openerp__.py index 4985970ded6..3cd0f2a8774 100644 --- a/addons/mrp_jit/__openerp__.py +++ b/addons/mrp_jit/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Just In Time Scheduling', 'version': '1.0', 'category': 'Manufacturing', - 'complexity': "easy", 'description': """ This module allows Just In Time computation of procurement orders. ================================================================== diff --git a/addons/mrp_operations/__openerp__.py b/addons/mrp_operations/__openerp__.py index 01391d9fb0b..0dba1828d9a 100644 --- a/addons/mrp_operations/__openerp__.py +++ b/addons/mrp_operations/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Manufacturing Operations', 'version': '1.0', 'category': 'Manufacturing', - 'complexity': "easy", 'description': """ This module adds state, date_start,date_stop in production order operation lines (in the "Work Centers" tab). ============================================================================================================= diff --git a/addons/multi_company/__openerp__.py b/addons/multi_company/__openerp__.py index 5281be71a43..c8e06b5cf2b 100644 --- a/addons/multi_company/__openerp__.py +++ b/addons/multi_company/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Multi-Company', 'version': '1.0', 'category': 'Tools', - 'complexity': "expert", 'description': """ This module is for managing a multicompany environment. ======================================================= diff --git a/addons/pad/__openerp__.py b/addons/pad/__openerp__.py index 0077a5ae061..267f595c7e5 100644 --- a/addons/pad/__openerp__.py +++ b/addons/pad/__openerp__.py @@ -3,7 +3,6 @@ 'name': 'Collaborative Pads', 'version': '2.0', "category": "Project Management", - 'complexity': "easy", 'description': """ Adds enhanced support for (Ether)Pad attachments in the web client. =================================================================== diff --git a/addons/pad_project/__openerp__.py b/addons/pad_project/__openerp__.py index 0d2e829d740..8ca761d2737 100644 --- a/addons/pad_project/__openerp__.py +++ b/addons/pad_project/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Specifications on PADs', 'version': '1.0', "category": "Project Management", - 'complexity': "easy", 'description': """ This module adds a PAD in all project kanban views ================================================== diff --git a/addons/plugin/__openerp__.py b/addons/plugin/__openerp__.py index 3d527918953..dba41649ff6 100644 --- a/addons/plugin/__openerp__.py +++ b/addons/plugin/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'CRM Plugins', 'version': '1.0', 'category': 'Hidden/Dependency', - 'complexity': "easy", 'description': """ The common interface for pugin. ===================================================== diff --git a/addons/product_expiry/__openerp__.py b/addons/product_expiry/__openerp__.py index 981e0c6c2b9..29e30bf380d 100644 --- a/addons/product_expiry/__openerp__.py +++ b/addons/product_expiry/__openerp__.py @@ -22,7 +22,6 @@ "version" : "1.0", "author" : "OpenERP SA", "category" : "Specific Industry Applications", - 'complexity': "easy", "depends" : ["stock"], "init_xml" : [], "demo_xml" : ["product_expiry_demo.xml"], diff --git a/addons/product_manufacturer/__openerp__.py b/addons/product_manufacturer/__openerp__.py index 56f4b4725d1..98cf8d2d8de 100644 --- a/addons/product_manufacturer/__openerp__.py +++ b/addons/product_manufacturer/__openerp__.py @@ -22,7 +22,6 @@ "version" : "1.0", "author" : "OpenERP SA", 'category': 'Purchase Management', - 'complexity': "easy", "depends" : ["stock"], "init_xml" : [], "demo_xml" : [], diff --git a/addons/product_visible_discount/__openerp__.py b/addons/product_visible_discount/__openerp__.py index c4aec85a004..d957c6d87ed 100644 --- a/addons/product_visible_discount/__openerp__.py +++ b/addons/product_visible_discount/__openerp__.py @@ -22,7 +22,6 @@ "version": "1.0", "author": "OpenERP SA", 'category': 'Sales Management', - 'complexity': "easy", "description": """ This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist. =============================================================================================================== diff --git a/addons/profile_tools/__openerp__.py b/addons/profile_tools/__openerp__.py index 54e101df38c..4ba0298346e 100644 --- a/addons/profile_tools/__openerp__.py +++ b/addons/profile_tools/__openerp__.py @@ -26,7 +26,6 @@ "depends" : ["base", "base_setup"], "author" : "OpenERP SA", "category" : "Hidden/Dependency", - 'complexity': "easy", "description": """ Installer for extra Hidden like lunch, survey, idea, share, etc. ================================================================ diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index 68c85ffb836..924bf40c50a 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -27,7 +27,6 @@ "website": "http://www.openerp.com", "category": "Project Management", "sequence": 8, - 'complexity': "easy", "images": ["images/gantt.png", "images/project_dashboard.jpeg","images/project_task_tree.jpeg","images/project_task.jpeg","images/project.jpeg","images/task_analysis.jpeg"], "depends": ["base_setup", "product", "analytic", "board", "mail", "resource","web_kanban"], "description": """ diff --git a/addons/project_gtd/__openerp__.py b/addons/project_gtd/__openerp__.py index fce6a3d7298..d6fa568977a 100644 --- a/addons/project_gtd/__openerp__.py +++ b/addons/project_gtd/__openerp__.py @@ -25,7 +25,6 @@ 'version': '1.0', 'category': 'Project Management', "sequence": 20, - 'complexity': "easy", 'description': """ This module implements all concepts defined by the Getting Things Done methodology. =================================================================================== diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index 6ddbfb07ea4..fc88372fe90 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -25,7 +25,6 @@ 'version': '1.0', 'category': 'Project Management', "sequence": 22, - 'complexity': "easy", 'description': """ This module provides Issues/Bugs Management in Project. ======================================================= diff --git a/addons/project_mailgate/__openerp__.py b/addons/project_mailgate/__openerp__.py index f2ac59c9fb1..4679f5b65ca 100644 --- a/addons/project_mailgate/__openerp__.py +++ b/addons/project_mailgate/__openerp__.py @@ -26,7 +26,6 @@ "author": "OpenERP SA", "website": "http://www.openerp.com", "category": "Project Management", - 'complexity': "easy", "images": ["images/project_mailgate_task.jpeg"], "depends": ["project", "mail"], "description": """ diff --git a/addons/project_messages/__openerp__.py b/addons/project_messages/__openerp__.py index 9185e16fdec..5c7eeb52579 100644 --- a/addons/project_messages/__openerp__.py +++ b/addons/project_messages/__openerp__.py @@ -27,7 +27,6 @@ "depends": ["project"], "author": "OpenERP SA", "category": "Project Management", - 'complexity': "easy", "description": """ This module provides the functionality to send messages within a project. ========================================================================= diff --git a/addons/project_mrp/__openerp__.py b/addons/project_mrp/__openerp__.py index 2d64f2b6dd8..9992bd3b2b7 100644 --- a/addons/project_mrp/__openerp__.py +++ b/addons/project_mrp/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Create Tasks on SO', 'version': '1.0', "category": "Project Management", - 'complexity': "easy", 'description': """ Automatically creates project tasks from procurement lines ========================================================== diff --git a/addons/project_planning/__openerp__.py b/addons/project_planning/__openerp__.py index 22923b1ed68..008ac1b577c 100644 --- a/addons/project_planning/__openerp__.py +++ b/addons/project_planning/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Resources Planing', 'version': '1.0', "category": "Project Management", - 'complexity': "expert", 'description': """Keep track of your planning This module helps you to manage your plannings. =============================================== diff --git a/addons/project_retro_planning/__openerp__.py b/addons/project_retro_planning/__openerp__.py index 7bed53bd0f5..d334a421de4 100644 --- a/addons/project_retro_planning/__openerp__.py +++ b/addons/project_retro_planning/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Project Retro-planning', 'version': '0.1', 'category': 'Project Management', - 'complexity': "expert", 'description': """ Changes dates according to change in project End Date. ====================================================== diff --git a/addons/project_scrum/__openerp__.py b/addons/project_scrum/__openerp__.py index 9b1bf8a319a..5e6b360b2fa 100644 --- a/addons/project_scrum/__openerp__.py +++ b/addons/project_scrum/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Methodology: SCRUM', 'version': '1.0', 'category': 'Project Management', - 'complexity': "normal", 'description': """ This module implements all concepts defined by the scrum project management methodology for IT companies. ========================================================================================================= diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index c0fb0b8f74d..d84408a690d 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -25,7 +25,6 @@ 'version': '1.1', 'category': 'Purchase Management', "sequence": 19, - 'complexity': "easy", 'description': """ Purchase module is for generating a purchase order for purchase of goods from a supplier. ========================================================================================= diff --git a/addons/purchase_double_validation/__openerp__.py b/addons/purchase_double_validation/__openerp__.py index ca79aa551fa..fe05cbd412f 100644 --- a/addons/purchase_double_validation/__openerp__.py +++ b/addons/purchase_double_validation/__openerp__.py @@ -23,7 +23,6 @@ "name" : "Double Validation on Purchases", "version" : "1.1", 'category': 'Purchase Management', - 'complexity': "easy", "images" : ["images/purchase_validation.jpeg"], "depends" : ["base","purchase"], "author" : 'OpenERP SA', diff --git a/addons/purchase_requisition/__openerp__.py b/addons/purchase_requisition/__openerp__.py index 0364b70dfd2..e6ca746841b 100644 --- a/addons/purchase_requisition/__openerp__.py +++ b/addons/purchase_requisition/__openerp__.py @@ -22,7 +22,6 @@ "version" : "0.1", "author" : "OpenERP SA", "category" : "Purchase Management", - 'complexity': "normal", "images" : ['images/purchase_requisitions.jpeg'], "website" : "http://www.openerp.com", "description": """ diff --git a/addons/report_designer/__openerp__.py b/addons/report_designer/__openerp__.py index f0559d8800c..8a8c6c3b7bb 100644 --- a/addons/report_designer/__openerp__.py +++ b/addons/report_designer/__openerp__.py @@ -25,7 +25,6 @@ "version" : "1.0", "depends" : ["base", "base_setup"], "author" : "OpenERP SA", - "complexity" : "expert", "category": "Tools", "description": """ Installer for reporting Hidden. diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index c121739166a..e5b99f1b9c9 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -24,7 +24,6 @@ 'version': '1.0', 'category': 'Sales Management', "sequence": 14, - 'complexity': "easy", 'description': """ The base module to manage quotations and sales orders. ====================================================== diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index 8da96384d0a..92b4491d449 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Opportunity to Quotation', 'version': '1.0', 'category': 'Hidden', - 'complexity': "easy", 'description': """ This module adds a shortcut on one or several opportunity cases in the CRM. =========================================================================== diff --git a/addons/sale_journal/__openerp__.py b/addons/sale_journal/__openerp__.py index 1abd71b4139..c104ae19d97 100644 --- a/addons/sale_journal/__openerp__.py +++ b/addons/sale_journal/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Invoicing Journals', 'version': '1.0', 'category': 'Sales Management', - 'complexity': "normal", 'description': """ The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals. ======================================================================================================================== diff --git a/addons/sale_layout/__openerp__.py b/addons/sale_layout/__openerp__.py index 0eb44e574fb..d2006ed1d9e 100644 --- a/addons/sale_layout/__openerp__.py +++ b/addons/sale_layout/__openerp__.py @@ -24,7 +24,6 @@ "images" : ["images/sale_layout.jpeg"], "depends" : ["sale", "account_invoice_layout"], "author" : "OpenERP SA", - 'complexity': "easy", "description": """ This module provides features to improve the layout of the Sales Order. ======================================================================= diff --git a/addons/sale_mrp/__openerp__.py b/addons/sale_mrp/__openerp__.py index 59c6f14d546..2d7ed96cca4 100644 --- a/addons/sale_mrp/__openerp__.py +++ b/addons/sale_mrp/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Sales and MRP Management', 'version': '1.0', 'category': 'Hidden', - 'complexity': "easy", 'description': """ This module provides facility to the user to install mrp and sales modulesat a time. ==================================================================================== diff --git a/addons/sale_order_dates/__openerp__.py b/addons/sale_order_dates/__openerp__.py index bd3f0baf1ed..f5ccef7ffe5 100644 --- a/addons/sale_order_dates/__openerp__.py +++ b/addons/sale_order_dates/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Dates on Sales Order', 'version': '1.0', 'category': 'Sales Management', - 'complexity': "easy", 'description': """ Add additional date information to the sales order. =================================================== diff --git a/addons/share/__openerp__.py b/addons/share/__openerp__.py index 7a78783348c..608c41a4909 100644 --- a/addons/share/__openerp__.py +++ b/addons/share/__openerp__.py @@ -27,7 +27,6 @@ "depends" : ["base", "mail"], "author" : "OpenERP SA", "category": 'Tools', - 'complexity': "easy", "description": """ This module adds generic sharing tools to your current OpenERP database. ======================================================================== diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 102d54ae9ed..50bcb23df7b 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -23,7 +23,6 @@ "name" : "Warehouse Management", "version" : "1.1", "author" : "OpenERP SA", - 'complexity': "easy", "description" : """ OpenERP Inventory Management module can manage multi-warehouses, multi and structured stock locations. ====================================================================================================== diff --git a/addons/stock_invoice_directly/__openerp__.py b/addons/stock_invoice_directly/__openerp__.py index b5a2a99d9d9..4ae8d518d83 100644 --- a/addons/stock_invoice_directly/__openerp__.py +++ b/addons/stock_invoice_directly/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Invoice Picking Directly', 'version': '1.0', "category" : "Warehouse Management", - 'complexity': "easy", 'description': """ Invoice Wizard for Delivery. ============================ diff --git a/addons/stock_location/__openerp__.py b/addons/stock_location/__openerp__.py index b038f429f30..53189727f0e 100644 --- a/addons/stock_location/__openerp__.py +++ b/addons/stock_location/__openerp__.py @@ -94,7 +94,6 @@ You can use the demo data as follow: 'stock_location_demo_cpu1.xml', 'stock_location_demo_cpu3.yml', ], - 'complexity': 'expert', 'installable': True, 'test':[ 'test/stock_location_pull_flow.yml', diff --git a/addons/stock_planning/__openerp__.py b/addons/stock_planning/__openerp__.py index 497b6f78c53..df373f59097 100644 --- a/addons/stock_planning/__openerp__.py +++ b/addons/stock_planning/__openerp__.py @@ -26,7 +26,6 @@ "category" : "Manufacturing", "images": ["images/master_procurement_schedule.jpeg","images/sales_forecast.jpeg","images/stock_planning_line.jpeg","images/stock_sales_period.jpeg"], "depends": ["crm", "stock","sale"], - "complexity": "expert", "description": """ MPS allows to create a manual procurement plan apart of the normal MRP scheduling, which works automatically based on minimum stock rules ========================================================================================================================================= diff --git a/addons/users_ldap/__openerp__.py b/addons/users_ldap/__openerp__.py index f8733a7b261..e6cd59e8131 100644 --- a/addons/users_ldap/__openerp__.py +++ b/addons/users_ldap/__openerp__.py @@ -24,7 +24,6 @@ "depends" : ["base"], "images" : ["images/ldap_configuration.jpeg"], "author" : "OpenERP SA", - 'complexity': "expert", "description": """ Adds support for authentication by LDAP server. =============================================== diff --git a/addons/warning/__openerp__.py b/addons/warning/__openerp__.py index 9ed6a7aadcf..2391020d20c 100644 --- a/addons/warning/__openerp__.py +++ b/addons/warning/__openerp__.py @@ -24,7 +24,6 @@ 'name': 'Warning Messages and Alerts', 'version': '1.0', 'category': 'Tools', - 'complexity': "easy", 'description': """ Module to trigger warnings in OpenERP objects. ============================================== diff --git a/addons/web_livechat/__openerp__.py b/addons/web_livechat/__openerp__.py index 4be4ff1d1e8..860b7b162a9 100644 --- a/addons/web_livechat/__openerp__.py +++ b/addons/web_livechat/__openerp__.py @@ -22,7 +22,6 @@ 'name': 'Live Chat Support', 'version': '2.0', 'category': 'Tools', - 'complexity': "easy", 'description': """ Enable live chat support for those who have a maintenance contract. =================================================================== diff --git a/addons/web_shortcuts/__openerp__.py b/addons/web_shortcuts/__openerp__.py index 150b30909e9..ca3119294ed 100644 --- a/addons/web_shortcuts/__openerp__.py +++ b/addons/web_shortcuts/__openerp__.py @@ -22,7 +22,6 @@ 'name': 'Web Shortcuts', 'version': '1.0', 'category': 'Tools', - 'complexity': "easy", 'description': """ Enable shortcuts feature in the web client ========================================== diff --git a/addons/web_uservoice/__openerp__.py b/addons/web_uservoice/__openerp__.py index 8385b97ccaf..5c0f21fb07c 100644 --- a/addons/web_uservoice/__openerp__.py +++ b/addons/web_uservoice/__openerp__.py @@ -22,7 +22,6 @@ 'name': 'Receive User Feedback', 'version': '2.0', 'category': 'Tools', - 'complexity': "easy", 'description': """ Add Feedback button in header. ============================== diff --git a/addons/wiki/__openerp__.py b/addons/wiki/__openerp__.py index ac08c6a4e5f..4c413b6050b 100644 --- a/addons/wiki/__openerp__.py +++ b/addons/wiki/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Wiki', 'version': '1.0.1', 'category': 'Knowledge Management', - 'complexity': "normal", 'description': """ The base module to manage documents(wiki). ========================================== diff --git a/addons/wiki_faq/__openerp__.py b/addons/wiki_faq/__openerp__.py index 32715e86439..5568372d76d 100644 --- a/addons/wiki_faq/__openerp__.py +++ b/addons/wiki_faq/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Wiki: Internal FAQ', 'version': '1.0', 'category': 'Knowledge Management', - 'complexity': "easy", 'description': """ This module provides a Wiki FAQ Template. ========================================= diff --git a/addons/wiki_quality_manual/__openerp__.py b/addons/wiki_quality_manual/__openerp__.py index e85eb27be82..92512f9e093 100644 --- a/addons/wiki_quality_manual/__openerp__.py +++ b/addons/wiki_quality_manual/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Wiki: Quality Manual', 'version': '1.0', 'category': 'Knowledge Management', - 'complexity': "easy", 'description': """ Quality Manual Template. ======================== diff --git a/addons/wiki_sale_faq/__openerp__.py b/addons/wiki_sale_faq/__openerp__.py index f361d634755..e2a502527b7 100644 --- a/addons/wiki_sale_faq/__openerp__.py +++ b/addons/wiki_sale_faq/__openerp__.py @@ -23,7 +23,6 @@ 'name': 'Wiki: Sale FAQ', 'version': '1.0', 'category': 'Customer Relationship Management', - 'complexity': "easy", 'description': """ This module provides a Wiki Sales FAQ Template. ===============================================