forked from Techsystech/web
[FIX] Removed single quotes from manifest
parent
f56faebccc
commit
d68ea0ce91
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue