[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",
"summary": "Allows to set a custom shortcut icon (aka favicon)",
"depends": [
'web',
"web",
],
"data": [
'views/res_company.xml',
'views/templates.xml',
"views/res_company.xml",
"views/templates.xml",
],
'installable': True,
"installable": True,
}