From 04882eea5a9a7fb0d42602da87cf61ab10d8514e Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 1 Feb 2023 18:15:01 +0530 Subject: [PATCH] Feb 1 [UPDT] : css updated 'dynamic_accounts_report' --- dynamic_accounts_report/__manifest__.py | 2 +- dynamic_accounts_report/doc/RELEASE_NOTES.md | 6 ++++++ dynamic_accounts_report/static/src/css/report.css | 5 +---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dynamic_accounts_report/__manifest__.py b/dynamic_accounts_report/__manifest__.py index 37c22d4ea..001206545 100644 --- a/dynamic_accounts_report/__manifest__.py +++ b/dynamic_accounts_report/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Dynamic Financial Reports V16', - 'version': '16.0.1.0.0', + 'version': '16.0.1.0.1', 'category': 'Accounting', 'live_test_url': 'https://www.youtube.com/watch?v=gVQi9q9Rs-E&t=5s', 'summary': """Dynamic Financial Reports with drill diff --git a/dynamic_accounts_report/doc/RELEASE_NOTES.md b/dynamic_accounts_report/doc/RELEASE_NOTES.md index 992b32b18..df17dc01c 100644 --- a/dynamic_accounts_report/doc/RELEASE_NOTES.md +++ b/dynamic_accounts_report/doc/RELEASE_NOTES.md @@ -4,3 +4,9 @@ #### Version 16.0.1.0.0 #### ADD - Initial commit for Odoo 16 dynamic financial reports + + +#### 01.02.2023 +#### Version 16.0.1.0.1 +#### UPDT +- css file updated diff --git a/dynamic_accounts_report/static/src/css/report.css b/dynamic_accounts_report/static/src/css/report.css index 1cbcbc906..f90b29c78 100644 --- a/dynamic_accounts_report/static/src/css/report.css +++ b/dynamic_accounts_report/static/src/css/report.css @@ -7,12 +7,9 @@ text-align: right; text-align: right; width: 300px !important; } -.select2-container-multi .select2-choices{ - width:4cm; -} .table{ margin-bottom: none !important; } .row > * { - width: 30%; + width: 50%; } \ No newline at end of file