Tuesday, February 11, 2025
2 changes · saas-17.2
Resolved issues and error corrections
The French accounting add-on will again be installed automatically when both Accounting and French localization are present. This prevents French accounting features from being missed during setup, while relying on the existing French localization for country configuration.
Original PR description
This commit:https://github.com/odoo/odoo/commit/134324c5cf0e2e62f02d212ac27a9442e1f7a824 removed the auto-install for l10n_fr. Which has the consequence of not having l10n_fr_account installed when we have account and l10n_fr. This commit will reintroduce that but also removing the countries since it depends on l10n_fr that already has the country set up. task: 4296946 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The activity dropdown now closes after users choose Lead/Opportunity in CRM or Today's Meetings in Calendar. This makes the menu behave consistently and avoids leaving an unnecessary dropdown open after navigation.
Original PR description
[FIX] calendar, crm: close activity dropdown on option selection Previously, selecting the Lead/Opportunity activity option (CRM module) or the Today's Meetings option (calendar module) in the systray activity dropdown would redirect to the appropriate view, but keep the dropdown open. This is inconsistent with the behavior for the rest of the options in the dropdown, which close said dropdown when selected. This makes it so the dropdown in the systray activity dropdown gets closed when selecting the Lead/Opportunity option. task-3874130