odoo/odoo#188344
Created by fw-bot
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-17.2-17.0-opw-4227666-deliveryslip_report_improve_layout-hae-Y3Ny-fw
- head
- 90cffeadc8158b10d2f8c3976e5bbfbb922b1f1a
- merged
- 1 year ago by Hadi El Yakhni (hael)
odoo/odoo | |
---|---|
17.0 | #184769 |
saas-17.2 | #188344 |
saas-17.4 | #188354 |
18.0 | #188356 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #188450 |
[FW][FIX] stock,stock_delivery,sale_stock: make deliveryslip report fields more readable
Before this PR, If the deliveryslip report had many fields, say more than 5, they will be all placed on the same line, and it will be very hard to read them since they will be squashed.
This is problem is more relevant when the language used for the report is a language where the words are usually long, like the german language.
Now, we force at most 4 fields per line, which makes the report layout cleaner in most cases.
Before
<img width="613" alt="image" src="https://github.com/user-attachments/assets/49d88491-96d1-4ce3-9e06-73be713956cf">
After
<img width="615" alt="image" src="https://github.com/user-attachments/assets/d20337d6-dcc1-46f0-8386-18f67091538c">
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #184769