Wednesday, December 14, 2022
5 changes · master
Enhancements to existing features
The Sales settings help text now points users to the correct Accounting tab on products for invoice email template settings. This reduces confusion for staff configuring product-related invoicing emails.
Original PR description
The tooltip for the setting module_product_email_template refers to a setting in the Sales tab of the product, but this has been moved to the Accounting tab in v15. Due to stable policy, this is fixed in master
Point of Sale settings now include a direct documentation link for configuring Adyen payment terminals. This makes it easier for users to find setup guidance alongside other supported terminal options.
Original PR description
add documentation link for adyen terminal in point of sale settings, similar to the other payment terminals related: https://github.com/odoo/enterprise/pull/34948 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enables the stock barcode area to be included in automated code quality checks. It helps maintain consistency and reduce future maintenance issues without changing user-facing workflows.
Original PR description
Enterprise PR: [#33600](https://github.com/odoo/enterprise/pull/33600) task-3048127
The Discuss public page now shows a debug icon when debug mode is active. This makes it easier for users and support teams to confirm when the page is running in debug mode without needing extra checks.
Original PR description
**Current behavior before PR:** There is no debug icon in Discuss Public Page to show whether debug mode is on or not. **Desired behavior after PR is merged:** Added a debug icon which will be visible when debug mode is on. Task-2664824 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale settings now include a direct documentation link for Worldline payment terminals, matching the guidance already available for other terminal providers. This makes it easier for users to find setup instructions when configuring Worldline payments.
Original PR description
add documentation link for worldline terminal in point of sale settings, similar to the other payment terminals. related: https://github.com/odoo/odoo/pull/107900