[FIX] improving manifests

This commit is contained in:
Fabien Pinckaers 2014-08-30 13:18:33 +02:00
parent cbc52f80eb
commit 1564a66dd6
12 changed files with 4 additions and 13 deletions

View File

@ -20,7 +20,7 @@
##############################################################################
{
'name' : 'eInvoicing & Payments',
'name' : 'Online Billing',
'version' : '1.0',
'author' : 'OpenERP SA',
'summary': 'Send Invoices and Track Payments',

View 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'],
}

View File

@ -22,7 +22,6 @@
],
'installable': True,
'auto_install': True,
'application': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,7 +21,7 @@
{
'name': 'Expense Management',
'name': 'Expense Tracker',
'version': '1.0',
'category': 'Human Resources',
'sequence': 29,

View File

@ -1,5 +1,5 @@
{
'name' : 'Live Support',
'name' : 'Live Chat',
'author': 'OpenERP SA',
'version': '1.0',
'summary': 'Live Chat with Visitors/Customers',

View File

@ -50,5 +50,4 @@ This module consists :
],
'installable': True,
'auto_install': False,
'application':True,
}

View File

@ -21,7 +21,7 @@
##############################################################################
{
'name': 'Issue Tracker',
'name': 'Issue Tracking',
'version': '1.0',
'category': 'Project Management',
'sequence': 9,

View File

@ -63,6 +63,5 @@ Dashboard / Reports for Warehouse Management includes:
],
'installable': True,
'application': True,
'auto_install': True,
}

View 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,
}

View File

@ -41,5 +41,4 @@ Documentation based on question and pertinent answers of Forum
'data/doc_demo.xml',
],
'installable': True,
'application': True,
}

View File

@ -19,5 +19,4 @@ OpenERP E-Commerce
],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'application': True,
}

View File

@ -20,5 +20,4 @@ Display best tweets
'demo': [],
'qweb': [],
'installable': True,
'application': True,
}