Browse Source

[FIX] Removed single quotes from manifest

pull/607/head
tarteo 7 years ago
parent
commit
d68ea0ce91
  1. 8
      web_favicon/__manifest__.py

8
web_favicon/__manifest__.py

@ -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,
}
Loading…
Cancel
Save