diff --git a/base_account_budget/__manifest__.py b/base_account_budget/__manifest__.py index e2f4bfa9c..754968145 100644 --- a/base_account_budget/__manifest__.py +++ b/base_account_budget/__manifest__.py @@ -43,7 +43,7 @@ 'views/account_budget_views.xml', ], 'post_init_hook': 'enable_analytic_accounting', - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, diff --git a/base_account_budget/static/description/banner.jpg b/base_account_budget/static/description/banner.jpg deleted file mode 100644 index 5141a7802..000000000 Binary files a/base_account_budget/static/description/banner.jpg and /dev/null differ diff --git a/base_account_budget/static/description/banner.png b/base_account_budget/static/description/banner.png new file mode 100644 index 000000000..662660527 Binary files /dev/null and b/base_account_budget/static/description/banner.png differ