Wednesday, December 18, 2024
3 changes · master
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
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