Monday, October 14, 2024
4 changes · 18.0
Enhancements to existing features
This update removes obsolete internal settings from automated guided tests across several Odoo apps. It helps keep the test infrastructure simpler and easier to maintain, with no expected change to everyday user workflows.
Original PR description
After this commit: https://github.com/odoo/odoo/commit/37b35f18bd9138a9a8717d17268f375607b9482e Some attributes were useless in the registry of the tour. They have been deleted. TASK-ID: 4070659 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
The product form used in Point of Sale now shows the tracking field, making it easier for users to see whether items are tracked by lot or serial number. This helps staff confirm product tracking requirements directly from the POS-related product view, reducing confusion during setup or review.
Original PR description
<img width="676" alt="Screenshot 2024-10-14 at 10 01 31" src="https://github.com/user-attachments/assets/abe73eca-145c-4c65-80fd-41477892f0cc">
Customer statement emails now have a reliable way to identify the responsible person who should sign them, even when the follow-up app is not installed. This prevents missing or incorrect sender details in customer communications and keeps statement emails consistent.
Original PR description
Partner Ledgers can be sent to Partners by email which is usually signed by the `followup_responsible` user, however, `_get_followup_responsible` is defined in `account_followup` which may not be installed. To solve this dependency issue, we define the method in `account_reports`, and the method in `account_followup` now extends it. No task - issue identified by marketing team upon review of the email template.
This update removes outdated configuration details from automated product tours after recent platform changes. It keeps internal testing assets cleaner and easier to maintain, with no expected impact on day-to-day user workflows.
Original PR description
After this commit: https://github.com/odoo/odoo/commit/37b35f18bd9138a9a8717d17268f375607b9482e Some attributes were useless in the registry of the tour. They have been deleted. TASK-ID: 4070659