[FIX] Removed single quotes from manifest

pull/607/head
tarteo 2017-05-31 11:34:42 +02:00
parent f56faebccc
commit d68ea0ce91
1 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@
"category": "Website", "category": "Website",
"summary": "Allows to set a custom shortcut icon (aka favicon)", "summary": "Allows to set a custom shortcut icon (aka favicon)",
"depends": [ "depends": [
'web', "web",
], ],
"data": [ "data": [
'views/res_company.xml', "views/res_company.xml",
'views/templates.xml', "views/templates.xml",
], ],
'installable': True, "installable": True,
} }