odoo/odoo#188344

Created by fw-bot
Merged at 3dc811a4fd3c98317b89770125c092601c74589e

Statuses:

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">

opw-4227666


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #184769