Browse Source

Feb 1 [UPDT] : css updated 'dynamic_accounts_report'

pull/243/head
AjmalCybro 2 years ago
parent
commit
04882eea5a
  1. 2
      dynamic_accounts_report/__manifest__.py
  2. 6
      dynamic_accounts_report/doc/RELEASE_NOTES.md
  3. 5
      dynamic_accounts_report/static/src/css/report.css

2
dynamic_accounts_report/__manifest__.py

@ -22,7 +22,7 @@
{ {
'name': 'Dynamic Financial Reports V16', 'name': 'Dynamic Financial Reports V16',
'version': '16.0.1.0.0', 'version': '16.0.1.0.1',
'category': 'Accounting', 'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=gVQi9q9Rs-E&t=5s', 'live_test_url': 'https://www.youtube.com/watch?v=gVQi9q9Rs-E&t=5s',
'summary': """Dynamic Financial Reports with drill 'summary': """Dynamic Financial Reports with drill

6
dynamic_accounts_report/doc/RELEASE_NOTES.md

@ -4,3 +4,9 @@
#### Version 16.0.1.0.0 #### Version 16.0.1.0.0
#### ADD #### ADD
- Initial commit for Odoo 16 dynamic financial reports - Initial commit for Odoo 16 dynamic financial reports
#### 01.02.2023
#### Version 16.0.1.0.1
#### UPDT
- css file updated

5
dynamic_accounts_report/static/src/css/report.css

@ -7,12 +7,9 @@ text-align: right;
text-align: right; text-align: right;
width: 300px !important; width: 300px !important;
} }
.select2-container-multi .select2-choices{
width:4cm;
}
.table{ .table{
margin-bottom: none !important; margin-bottom: none !important;
} }
.row > * { .row > * {
width: 30%; width: 50%;
} }
Loading…
Cancel
Save