Wednesday, December 18, 2024
5 changes
4 changes
Enhancements to existing features
Map views can now open with a predefined grouping, making location-based records easier to organize from the start. The update also adds this option to Studio and prevents crashes when grouping by date and time fields without a selected time scale.
Original PR description
First commit allows usage of the default_group_by attribute in map view. This also makes it included in the map studio sidebar. Second commit fixes a crash which would happen when the user sets a datetime groupBy without specifying the subgroup (scale). It is now set to groupBy month by default in that case. task-4320734
Duplicating tasks or projects no longer automatically carries over the original task dates, helping teams avoid accidental scheduling mistakes. Gantt view copy actions still preserve dates when users explicitly copy an item by dragging it with Ctrl, so intended timeline copies continue to work as expected.
Original PR description
Related: https://github.com/odoo/odoo/pull/185894 task-4295758
This update removes outdated internal test support files from the Planning app that relied on legacy bus testing helpers. It helps keep the codebase easier to maintain and reduces reliance on obsolete testing infrastructure, with no expected impact on day-to-day users.
Original PR description
Purpose of this commit: Remove files that depends on legacy 'bus/../test/helpers'. Part of:3818666
Sign requests are now assigned to the contact linked to a user when multiple contacts share the same email. This avoids sending or tracking a signing request against the wrong contact and helps teams keep ownership clearer.
Original PR description
Before this PR: When creating two contacts with a sales email, one linked to a user and the other not, the sign request would always be assigned to the contact with the smallest ID, disregarding user association. After this PR: The assignment of sign requests now checks if the contact (partner) is linked to a user. If a user is associated, the request will be assigned accordingly. task-3971110 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
1 change
Enhancements to existing features
This update ensures our LinkedIn integration uses the latest LinkedIn API version (202411). This upgrade maintains compatibility with LinkedIn's platform and improves the reliability of our social media connections. No new features were added, and the changes are focused on updating API headers as documented by LinkedIn.
Original PR description
This commit upgrades the Linkedin's versioned API to the latest available which is `202411`. As no features has been broken, nor is there any new features impacting the parts of the API we use. Only the headers are updated as explained inside their documentation. task-4273179 Forward-Port-Of: odoo/enterprise#74687