From: Fabien Pinckaers Date: Sat, 30 Aug 2014 11:18:33 +0000 (+0200) Subject: [FIX] improving manifests X-Git-Tag: 8.0.0~204 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=1564a66dd670a0899ec4f7ef6176af2c5fc9f628;p=odoo%2Fodoo.git [FIX] improving manifests --- diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index caf8644..569f2f4 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { - 'name' : 'eInvoicing & Payments', + 'name' : 'Online Billing', 'version' : '1.0', 'author' : 'OpenERP SA', 'summary': 'Send Invoices and Track Payments', diff --git a/addons/gamification/__openerp__.py b/addons/gamification/__openerp__.py index d368eca..6c44c77 100644 --- a/addons/gamification/__openerp__.py +++ b/addons/gamification/__openerp__.py @@ -51,9 +51,7 @@ Both goals and badges are flexibles and can be adapted to a large range of modul 'data/badge.xml', 'views/gamification.xml', ], - 'installable': True, 'application': True, 'auto_install': False, - 'qweb': ['static/src/xml/gamification.xml'], } diff --git a/addons/hr_applicant_document/__openerp__.py b/addons/hr_applicant_document/__openerp__.py index 94422e8..969a8c7 100644 --- a/addons/hr_applicant_document/__openerp__.py +++ b/addons/hr_applicant_document/__openerp__.py @@ -22,7 +22,6 @@ ], 'installable': True, 'auto_install': True, - 'application': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index ca5d984..b9dfb7a 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -21,7 +21,7 @@ { - 'name': 'Expense Management', + 'name': 'Expense Tracker', 'version': '1.0', 'category': 'Human Resources', 'sequence': 29, diff --git a/addons/im_livechat/__openerp__.py b/addons/im_livechat/__openerp__.py index f45e953..6f16c5b 100644 --- a/addons/im_livechat/__openerp__.py +++ b/addons/im_livechat/__openerp__.py @@ -1,5 +1,5 @@ { - 'name' : 'Live Support', + 'name' : 'Live Chat', 'author': 'OpenERP SA', 'version': '1.0', 'summary': 'Live Chat with Visitors/Customers', diff --git a/addons/l10n_hu/__openerp__.py b/addons/l10n_hu/__openerp__.py index 8e2fcb0..f4ed07f 100644 --- a/addons/l10n_hu/__openerp__.py +++ b/addons/l10n_hu/__openerp__.py @@ -50,5 +50,4 @@ This module consists : ], 'installable': True, 'auto_install': False, - 'application':True, } diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index dffe282..c0f531b 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { - 'name': 'Issue Tracker', + 'name': 'Issue Tracking', 'version': '1.0', 'category': 'Project Management', 'sequence': 9, diff --git a/addons/stock_account/__openerp__.py b/addons/stock_account/__openerp__.py index 1ef361d..9774b75 100644 --- a/addons/stock_account/__openerp__.py +++ b/addons/stock_account/__openerp__.py @@ -63,6 +63,5 @@ Dashboard / Reports for Warehouse Management includes: ], 'installable': True, - 'application': True, 'auto_install': True, } diff --git a/addons/stock_landed_costs/__openerp__.py b/addons/stock_landed_costs/__openerp__.py index baec8ed..833fff5 100644 --- a/addons/stock_landed_costs/__openerp__.py +++ b/addons/stock_landed_costs/__openerp__.py @@ -47,7 +47,6 @@ This module allows you to easily add extra costs on pickings and decide the spli 'test/stock_landed_costs.yml' ], 'installable': True, - 'application': True, 'auto_install': False, } diff --git a/addons/website_forum_doc/__openerp__.py b/addons/website_forum_doc/__openerp__.py index e933e2c..33c6bcc 100644 --- a/addons/website_forum_doc/__openerp__.py +++ b/addons/website_forum_doc/__openerp__.py @@ -41,5 +41,4 @@ Documentation based on question and pertinent answers of Forum 'data/doc_demo.xml', ], 'installable': True, - 'application': True, } diff --git a/addons/website_sale_options/__openerp__.py b/addons/website_sale_options/__openerp__.py index 09fdec8..48b6808 100644 --- a/addons/website_sale_options/__openerp__.py +++ b/addons/website_sale_options/__openerp__.py @@ -19,5 +19,4 @@ OpenERP E-Commerce ], 'qweb': ['static/src/xml/*.xml'], 'installable': True, - 'application': True, } diff --git a/addons/website_twitter/__openerp__.py b/addons/website_twitter/__openerp__.py index ef96b06..97d9400 100644 --- a/addons/website_twitter/__openerp__.py +++ b/addons/website_twitter/__openerp__.py @@ -20,5 +20,4 @@ Display best tweets 'demo': [], 'qweb': [], 'installable': True, - 'application': True, }