From 97d49e323d197d78111f031b558705b4a0f393b6 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 14 Dec 2022 21:45:46 +0530 Subject: [PATCH] Dec 14 : [UPDT] 'Banner Updated --- account_line_view/__manifest__.py | 2 +- bulk_duplicate_records/__manifest__.py | 1 + pos_category_wise_receipt/__manifest__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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,