[FIX] improving manifests
authorFabien Pinckaers <fp@openerp.com>
Sat, 30 Aug 2014 11:18:33 +0000 (13:18 +0200)
committerFabien Pinckaers <fp@openerp.com>
Sat, 30 Aug 2014 11:18:33 +0000 (13:18 +0200)
12 files changed:
addons/account_voucher/__openerp__.py
addons/gamification/__openerp__.py
addons/hr_applicant_document/__openerp__.py
addons/hr_expense/__openerp__.py
addons/im_livechat/__openerp__.py
addons/l10n_hu/__openerp__.py
addons/project_issue/__openerp__.py
addons/stock_account/__openerp__.py
addons/stock_landed_costs/__openerp__.py
addons/website_forum_doc/__openerp__.py
addons/website_sale_options/__openerp__.py
addons/website_twitter/__openerp__.py

index caf8644..569f2f4 100644 (file)
@@ -20,7 +20,7 @@
 ##############################################################################
 
 {
-    'name' : 'eInvoicing & Payments',
+    'name' : 'Online Billing',
     'version' : '1.0',
     'author' : 'OpenERP SA',
     'summary': 'Send Invoices and Track Payments',
index d368eca..6c44c77 100644 (file)
@@ -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'],
 }
index 94422e8..969a8c7 100644 (file)
@@ -22,7 +22,6 @@
     ],
     'installable': True,
     'auto_install': True,
-    'application': True,
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index ca5d984..b9dfb7a 100644 (file)
@@ -21,7 +21,7 @@
 
 
 {
-    'name': 'Expense Management',
+    'name': 'Expense Tracker',
     'version': '1.0',
     'category': 'Human Resources',
     'sequence': 29,
index f45e953..6f16c5b 100644 (file)
@@ -1,5 +1,5 @@
 {
-    'name' : 'Live Support',
+    'name' : 'Live Chat',
     'author': 'OpenERP SA',
     'version': '1.0',
     'summary': 'Live Chat with Visitors/Customers',
index 8e2fcb0..f4ed07f 100644 (file)
@@ -50,5 +50,4 @@ This module consists :
     ],
     'installable': True,
     'auto_install': False,
-    'application':True,
 }
index dffe282..c0f531b 100644 (file)
@@ -21,7 +21,7 @@
 ##############################################################################
 
 {
-    'name': 'Issue Tracker',
+    'name': 'Issue Tracking',
     'version': '1.0',
     'category': 'Project Management',
     'sequence': 9,
index 1ef361d..9774b75 100644 (file)
@@ -63,6 +63,5 @@ Dashboard / Reports for Warehouse Management includes:
 
     ],
     'installable': True,
-    'application': True,
     'auto_install': True,
 }
index baec8ed..833fff5 100644 (file)
@@ -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,
 }
 
index e933e2c..33c6bcc 100644 (file)
@@ -41,5 +41,4 @@ Documentation based on question and pertinent answers of Forum
         'data/doc_demo.xml',
     ],
     'installable': True,
-    'application': True,
 }
index 09fdec8..48b6808 100644 (file)
@@ -19,5 +19,4 @@ OpenERP E-Commerce
     ],
     'qweb': ['static/src/xml/*.xml'],
     'installable': True,
-    'application': True,
 }
index ef96b06..97d9400 100644 (file)
@@ -20,5 +20,4 @@ Display best tweets
     'demo': [],
     'qweb': [],
     'installable': True,
-    'application': True,
 }