diff --git a/web_favicon/__manifest__.py b/web_favicon/__manifest__.py index f12886f5..d70733a7 100644 --- a/web_favicon/__manifest__.py +++ b/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, }