Skip to content

Commit

Permalink
[FIX] improving manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
fpodoo committed Aug 30, 2014
1 parent cbc52f8 commit 1564a66
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion addons/account_voucher/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################

{
'name' : 'eInvoicing & Payments',
'name' : 'Online Billing',
'version' : '1.0',
'author' : 'OpenERP SA',
'summary': 'Send Invoices and Track Payments',
Expand Down
2 changes: 0 additions & 2 deletions addons/gamification/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
'data/badge.xml',
'views/gamification.xml',
],
'installable': True,
'application': True,
'auto_install': False,

'qweb': ['static/src/xml/gamification.xml'],
}
1 change: 0 additions & 1 deletion addons/hr_applicant_document/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
],
'installable': True,
'auto_install': True,
'application': True,
}

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion addons/hr_expense/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


{
'name': 'Expense Management',
'name': 'Expense Tracker',
'version': '1.0',
'category': 'Human Resources',
'sequence': 29,
Expand Down
2 changes: 1 addition & 1 deletion addons/im_livechat/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
'name' : 'Live Support',
'name' : 'Live Chat',
'author': 'OpenERP SA',
'version': '1.0',
'summary': 'Live Chat with Visitors/Customers',
Expand Down
1 change: 0 additions & 1 deletion addons/l10n_hu/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@
],
'installable': True,
'auto_install': False,
'application':True,
}
2 changes: 1 addition & 1 deletion addons/project_issue/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
##############################################################################

{
'name': 'Issue Tracker',
'name': 'Issue Tracking',
'version': '1.0',
'category': 'Project Management',
'sequence': 9,
Expand Down
1 change: 0 additions & 1 deletion addons/stock_account/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@

],
'installable': True,
'application': True,
'auto_install': True,
}
1 change: 0 additions & 1 deletion addons/stock_landed_costs/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
'test/stock_landed_costs.yml'
],
'installable': True,
'application': True,
'auto_install': False,
}

Expand Down
1 change: 0 additions & 1 deletion addons/website_forum_doc/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@
'data/doc_demo.xml',
],
'installable': True,
'application': True,
}
1 change: 0 additions & 1 deletion addons/website_sale_options/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'application': True,
}
1 change: 0 additions & 1 deletion addons/website_twitter/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
'demo': [],
'qweb': [],
'installable': True,
'application': True,
}

0 comments on commit 1564a66

Please sign in to comment.