Daily updates from Odoo
Tuesday, June 10, 2025
6 changes
4 changes
Enhancements to existing features
The Point of Sale settings now include the missing documentation link for the Tyro payment provider. This makes it easier for users configuring Tyro payments to find the right setup guidance directly from Odoo.
Original PR description
Before this commit: --------------------------- - Tyro payment provider were missing documentation link in POS configuration. After this commit: ------------------------- - Added missing documentation link for Tyro payment Provider. Task: 4797691 Related PR: https://github.com/odoo/odoo/pull/210133
Backend text colors have been adjusted to make regular text easier to distinguish from muted text. This improves readability across areas such as Documents, Knowledge, manufacturing work orders, spreadsheets, barcode flows, navigation, and settings without changing the muted text style.
Original PR description
The goal is to increase contrast between the global text-color and text-muted in the backend while keeping the current text-muted color. This is done because the contrast was too small between these two colors and is an opportunity to increase the overall contrast. The contrasting color for headings and active components is set to `$black` (#000 and #FFF darkmode). To avoid the secondary buttons looking "disabled" the color is also adapted. task-4756587 Community PR: https://github.com/odoo/odoo/pull/209125
Odoo now supports selling the same Amazon product through both Fulfillment by Amazon and merchant fulfillment at the same time. This ensures stock levels are synchronized correctly, so businesses can keep selling from their own inventory when Amazon stock runs out.
Original PR description
Amazon allows you to sell products both in FBA and in FBM (as a fallback when Amazon does not have stock anymore), but currently this configuration is not working with Odoo because when an offer is considered FBA, then the FBM stock is forced to 0 in Amazon. This commit removes this limitation, allowing the stock to be correctly synchronized with Amazon in all cases (FBA, FBM, both FBA and FBM). See also: - https://github.com/odoo/documentation/pull/12901 - https://github.com/odoo/upgrade/pull/7507 task-4092410
The WhatsApp test setup now uses partner and guest records instead of a generic persona representation. This keeps enterprise tests closer to real system behavior and helps reduce the risk of mismatches between automated checks and actual customer usage.
Original PR description
Use partners and guests to be as close to python as possible. Part of task-4675747 Part of task-4676466 https://github.com/odoo/odoo/pull/212092
2 changes
Enhancements to existing features
Updates Estonia accounting localization for the VAT rate increase from 22% to 24% effective 1 July 2025. The change adds the new VAT rate to taxes and reports while keeping the old 22% rate available for historical records and past reporting.
Original PR description
Added new tax and tax group for the 24% VAT rate effective from 1 July 2025. Updated account.tax.report to include a new line for the 24% VAT rate (Line 1) to ensure backward compatibility with reports generated before 1 July 2025. Updated account.tax.report to include a new line for the 22% VAT rate (Line 1_2). Ensured automatic creation of new taxes and tax groups during module upgrade. Adjusted related tax report data and views reflect the updated VAT rate. Maintained compatibility with existing data and reports by preserving the 22% VAT rate for historical records. For technical info please see: https://www.emta.ee/en/business-client/e-services-training-courses/how-use-e-services/technical-information-services#value-added-tax-return --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Estonia tax reporting module now supports the KMD6 VAT return format required from 1 July 2025. This helps businesses remain compliant with Estonia's standard VAT rate increase from 22% to 24% and submit reports in the updated official format.
Original PR description
Added compatibility with Estonia tax report version KMD6 that is valid from 1. July 2025. For technical info please see: https://www.emta.ee/en/business-client/e-services-training-courses/how-use-e-services/technical-information-services#value-added-tax-return