Wednesday, October 23, 2024
3 changes · 18.0
Enhancements to existing features
The manufacturing order overview no longer shows the MO Cost column once a production order is marked as done. This keeps completed production reports focused on relevant information and avoids exposing cost details after completion.
Original PR description
This commit hides the MO Cost column of MO overview report if the underlying MO is done. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The web interface now makes tag editing behave more consistently by limiting this option to form views and giving it priority over color editing when both are configured. Users also get clearer visual feedback through a pointer cursor when tags can be edited.
Original PR description
This commit slightly changes the behavior of the m2m edit_tags option so that it will only be effective in form view (like tag color edition) and also so that it will override color edition when color_field is set. It also adds visual feedback with the pointer style when the edit_tags option is set. task-3961350
Calendar now avoids creating extra settings records for portal users when the needed relationship is not available. If no settings are found, it uses the default privacy from the standard user template, helping keep user data cleaner and behavior consistent.
Original PR description
This commits forbids creating res_users_settings records when the inverse is not defined. During the computation, if the settings are not found, we fallback in the default privacy of the Default User Template. To be discussed with P.O. and Team Leader. task-4260834