Friday, December 3, 2021
5 changes · master
Enhancements to existing features
This change improves how Odoo calculates and saves important automatic values before records are created, reducing the risk of missing or inconsistent data. It mainly strengthens sales, accounting, delivery, event, and product workflows, with added tests to ensure pricing, refunds, invoicing, and event sales continue to behave correctly.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product category names can now be translated, making them easier to use in multilingual businesses. This helps teams present product organization consistently in each user's language without changing the underlying category structure.
Original PR description
Product category name field is made translatable
This update adds convenient commands to launch standard and mobile JavaScript tests from Odoo's debug tools or command palette. Tests now run in a mode that loads individual assets, making it easier for teams to investigate issues during development and quality assurance.
Original PR description
After this commit, the tests launched from the debug tools or the command palette will be in debug=assets mode. This commit adds the "Run JS tests" and "Run Mobile JS tests" commands. 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 Indian GSTR-1 tax report has been rebuilt to better match current government requirements, address known reporting issues, and improve speed when viewing reports or exporting CSV files. The outdated GSTR-3 report has been removed because it no longer provides a useful compliant format.
Original PR description
Refactor the whole GSTR-1 report because of many notifications from Government and bugs in the old report. Also, performance improvements in view the report and export to CSV Remove GSTR-3 because it is not in the right format so it is not useful anymore.
Users can now search within Salary Configurator dropdown lists instead of scrolling through long option lists. This makes selecting salary package options faster and easier, especially when many choices are available.
Original PR description
The dropdowns of the Salary Configurator don't allow searching in the different options. The user has to scroll to the option he wants to select it This PR allows searching through the different options of a dropdown task-2678911