[REM] useless manifest declaration

bzr revid: fme@openerp.com-20140424094155-2iatlo8twy5dcb3f
This commit is contained in:
Fabien Meghazi 2014-04-24 11:41:55 +02:00
parent 1d8400418e
commit c304c5a80b
5 changed files with 0 additions and 10 deletions

View File

@ -33,7 +33,6 @@ This module is for modifying account analytic view to show some data related to
'depends': ['hr_expense','account_analytic_analysis'],
'data': ['analytic_contract_hr_expense_view.xml'],
'demo': [],
'css' : [],
'installable': True,
'auto_install': True,
}

View File

@ -42,6 +42,5 @@ Allow users to sign up and reset their password
'res_users_view.xml',
'views/auth_signup_login.xml',
],
'js': [],
'bootstrap': True,
}

View File

@ -14,8 +14,6 @@ for customization purpose.
'installable': True,
'auto_install': False,
'data': [],
'css': [],
'js': [],
'qweb': [],
'test': [],
}

View File

@ -33,10 +33,6 @@
'data/website_data.xml',
],
'demo': ['website_partner_demo.xml'],
'css': [
],
'js': [
],
'qweb': [
],
'installable': True,

View File

@ -18,8 +18,6 @@ Display best tweets
],
'demo': [],
'qweb': [],
'js': [],
'css': [],
'installable': True,
'application': True,
}