Remove dependency to oe_json_serializer due to packaging issues

--HG--
branch : odoo8
pull/80/head
Brendan Masson 2016-09-19 10:47:09 +02:00
parent 5089921bd2
commit 3a73f24c15
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ The py3o.template package is required; install it with:
'report' 'report'
], ],
'external_dependencies': { 'external_dependencies': {
'python': ['py3o.template', 'oe_json_serializer'] 'python': ['py3o.template']
}, },
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',