Thursday, August 7, 2025
2 changes · saas-18.1
Resolved issues and error corrections
This pull request updates automated tests and a related company model area to improve reliability during validation. It helps reduce false failures in quality checks without changing day-to-day user workflows.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes receipt behavior so order tracking numbers only appear for restaurant point-of-sale setups, avoiding unnecessary numbers in other sales flows. It also restores these numbers on kiosk order receipts for restaurants, helping staff and customers match orders correctly.
Original PR description
- Fix issue where `tracking_number` was displayed for all config. We want to display this number only for `pos_restaurant` configurations. - Fix issue where `tracking_number` was not displayed on kiosk order receipts. task-id: 4922308 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr