mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Removed single quotes from manifest
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user