diff --git a/dynamic_accounts_report/__manifest__.py b/dynamic_accounts_report/__manifest__.py index 17aa7b477..6c77bdd02 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.2', + 'version': '16.0.1.0.3', '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/static/src/css/report.css b/dynamic_accounts_report/static/src/css/report.css index f90b29c78..14cf497b1 100644 --- a/dynamic_accounts_report/static/src/css/report.css +++ b/dynamic_accounts_report/static/src/css/report.css @@ -10,6 +10,3 @@ width: 300px !important; .table{ margin-bottom: none !important; } -.row > * { - width: 50%; -} \ No newline at end of file