Daily updates from Odoo
Sunday, September 14, 2025
2 changes
Enhancements to existing features
Italian fiscal position tax mapping now includes service-specific taxes, preventing one base tax from being mapped to both goods and services EU zero-rate taxes. This improves invoice tax accuracy for domestic and intra-EU scenarios and reduces manual correction risk.
Original PR description
Due to service taxes missing from the domestic fiscal position, when using the base tax on a product and the intracom fiscal position, it is mapped to both the 0% EU G and 0% EU S taxes. This happens with multiple taxes. By adding service taxes and splitting the mapping from default to goods and from services to services, the fiscal position only ever applies one tax per origin. task-none Forward-Port-Of: odoo/odoo#226529
The website configuration wizard now makes it easier to find the right industry by tolerating typos and using synonyms more effectively. It also updates wording and dropdown behavior to make setup clearer and faster for users creating a website.
Original PR description
Improved the search algorithm for the industry search bar in the website configurator. Typos are now checked to an extend: the autocomplete engine will look for the nearest word from a dictionnary made with all the words used in the industry list (labels and synonyms). For the improvement of the autocorrect, the Levenshtein fuzzy matching algorithm was used. Results returned from a synonym match are now inserted at the end of the match list. Some text changes: - In the first dropdown, "a business website" -> "a website" - The placeholder of the second dropdown became "Restaurant, Hair Salon, Clothing Store,..." linked to https://github.com/odoo/iap-apps/pull/1136 task-4642966 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr