Daily updates from Odoo
Wednesday, September 30, 2015
5 changes · master
Resolved issues and error corrections
Creating an event track with tags now works without triggering an error. This prevents interruptions for event organizers and helps ensure track details can be saved reliably.
Original PR description
Hello, Fixed the issue (#4446), When create "event track" with the "Tags" details than give a traceback.
This update fixes a small typo in the Odoo Support module metadata. It helps keep module information accurate and polished, with no expected impact on day-to-day operations.
This fixes an error that occurred when users clicked planned revenue for sales opportunities. Sales teams can now open the related opportunity revenue report without seeing a traceback, improving day-to-day CRM reliability.
Original PR description
Hello, Fixed the issue (#4431), When click on planned revenue for opportunities than give a traceback.
Creating a new database could fail when a language other than English was selected. This fix ensures setup works correctly for localized databases, reducing onboarding disruption for international users.
Original PR description
Critical bug when creating new database in language other than english
Code cleanup and technical improvements
This update streamlines how the web interface manages related records in forms, reducing internal complexity and improving performance. It also adds test coverage to help ensure creating related records with automatic field updates continues to work reliably.
Original PR description
Add a test to check the one2many create form and onchange Refactoring of BufferedDataSet (less code and speed up)