Saturday, January 13, 2024
2 changes · master
Enhancements to existing features
Exporting translation files no longer prompts users to create a module as part of the process. This removes an unnecessary step, making translation exports clearer and faster for users who only need the files.
Original PR description
Description of the issue/feature this PR addresses: Disable module creation when exporting translation files Current behavior before PR: <img width="821" alt="image" src="https://user-images.githubusercontent.com/5561864/103731790-eff63e00-5020-11eb-962d-ff939357533b.png"> Desired behavior after PR is merged: <img width="804" alt="image" src="https://user-images.githubusercontent.com/5561864/103731840-161bde00-5021-11eb-84f6-d4986dc2e2be.png"> -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The view scale selector now disables the "show weekends" option when users choose a daily view, where that setting has no effect. This prevents confusion by making unavailable options clearer in calendar and grid views.
Original PR description
Currently, the ViewScaleSelector has the show weekends button enabled even when using a daily scale. Since both in calendar and in grid views, the daily scale makes the show weekend feature be ignored, it makes sense to disable it when the feature is not taken into account. task-3628487 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