Tuesday, July 7, 2026
3 changes · 19.0
Enhancements to existing features
Delivery package weight is now included when preparing commodity information for shipping requests. This helps SFExpress receive the required package details, improving compatibility with that carrier’s shipment processing.
Original PR description
The weight per package information is needed when sending shipping requests to the shipping provider SFExpress opw-[3618826](https://www.odoo.com/web#id=3618826&view_type=form&model=project.task) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resized tables now keep their horizontal scrollbar on the table itself instead of shifting it to the whole editing area. This makes editing wide tables cleaner and also updates existing resized tables when they are opened.
Original PR description
#### Description of the issue this PR addresses: - Resized tables stored their width on the `table` element. When such tables became wider than the editable area, a horizontal scrollbar appeared on the main editable. #### Desired behavior after PR is merged: - Width handling is now moved to `tbody` so the scrollbar stays on the table itself instead of the editable. - This PR also updates already resized tables when loading the editor to ensure they follow the same behavior. task-5123011 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Database KPI reporting now supports showing the status of the Know Your Client procedure. This helps business users quickly monitor customer verification progress directly from database information.
Original PR description
Add a new type kyc_status to display the status of the Know Your Client procedure in the databases. Task-id: [6348952](https://www.odoo.com/odoo/project.task/6348952)