Friday, December 3, 2021
2 changes · master
Enhancements to existing features
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