Updated the __openerp__.xml to include the license and images fields
These were updated to follow OCA conventions. - License set to AGPL-3 - Images set to empty arraypull/2755/head
parent
4eeebde266
commit
78fd653f43
|
@ -8,6 +8,7 @@
|
||||||
'author': "ABF OSIELL,Odoo Community Association (OCA)",
|
'author': "ABF OSIELL,Odoo Community Association (OCA)",
|
||||||
'license': "AGPL-3",
|
'license': "AGPL-3",
|
||||||
'website': "http://www.osiell.com",
|
'website': "http://www.osiell.com",
|
||||||
|
'license': 'AGPL-3',
|
||||||
'category': "Tools",
|
'category': "Tools",
|
||||||
'depends': [
|
'depends': [
|
||||||
'base',
|
'base',
|
||||||
|
@ -19,6 +20,7 @@
|
||||||
'views/http_session_view.xml',
|
'views/http_session_view.xml',
|
||||||
'views/http_request_view.xml',
|
'views/http_request_view.xml',
|
||||||
],
|
],
|
||||||
|
'images': [],
|
||||||
'application': True,
|
'application': True,
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'pre_init_hook': 'pre_init_hook',
|
'pre_init_hook': 'pre_init_hook',
|
||||||
|
|
Loading…
Reference in New Issue