diff --git a/hr_payroll_account_community/__manifest__.py b/hr_payroll_account_community/__manifest__.py index f11bdfe63..ec2890763 100644 --- a/hr_payroll_account_community/__manifest__.py +++ b/hr_payroll_account_community/__manifest__.py @@ -17,6 +17,7 @@ Generic Payroll system Integrated with Accounting. 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', 'depends': ['hr_payroll_community', 'account'], + 'images': ['static/description/banner.png'], 'data': ['views/hr_payroll_account_views.xml'], 'test': ['../account/test/account_minimal_test.xml'], 'license': 'AGPL-3', diff --git a/hr_payroll_account_community/static/description/banner.png b/hr_payroll_account_community/static/description/banner.png new file mode 100644 index 000000000..1bb3f4101 Binary files /dev/null and b/hr_payroll_account_community/static/description/banner.png differ diff --git a/hr_payroll_account_community/static/description/icon.png b/hr_payroll_account_community/static/description/icon.png new file mode 100644 index 000000000..b70750602 Binary files /dev/null and b/hr_payroll_account_community/static/description/icon.png differ