diff --git a/account_line_view/__manifest__.py b/account_line_view/__manifest__.py index 2b3ff2843..b4866d5ae 100644 --- a/account_line_view/__manifest__.py +++ b/account_line_view/__manifest__.py @@ -20,7 +20,7 @@ # ############################################################################# { - 'name': "Account Invoice Line", + 'name': "Account Invoice Line Views", "description": """ccount Invoice/Bill Lines Tree,Form,Kanban,Pivot,Graph,Calendar Views""", "summary": "Account Invoice/Bill Lines Tree,Form,Kanban,Pivot,Graph,Calendar Views", diff --git a/bulk_duplicate_records/__manifest__.py b/bulk_duplicate_records/__manifest__.py index 0b4ce76b8..4717f7522 100644 --- a/bulk_duplicate_records/__manifest__.py +++ b/bulk_duplicate_records/__manifest__.py @@ -37,6 +37,7 @@ ], }, 'installable': True, + 'images': ['static/description/banner.png'], 'application': False, 'auto_install': False, 'license': 'LGPL-3', diff --git a/pos_category_wise_receipt/__manifest__.py b/pos_category_wise_receipt/__manifest__.py index fa7e540c3..2a1ca91bd 100644 --- a/pos_category_wise_receipt/__manifest__.py +++ b/pos_category_wise_receipt/__manifest__.py @@ -33,7 +33,7 @@ 'pos_category_wise_receipt/static/src/xml/pos_receipt.xml' ] }, - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,