Tuesday, March 17, 2020
3 changes · master
Resolved issues and error corrections
This update prevents action menu operations from failing when a selection setting is missing. Users can run menu actions more reliably, avoiding unexpected crashes in normal workflows.
Original PR description
Before this commit, the context sent by an action performed by the action menu could hold an 'undefined' select_all key, which would cause the context evaluation to crash. Now, the select_all key is defaulted to 'false' and does not crash in actions that do not provide it.
Phone fields in the SMS module no longer make the phone link and SMS icon clickable in Studio editing mode. This prevents accidental call launches while users are editing forms, making Studio safer and less disruptive to use.
Original PR description
Task: https://www.odoo.com/web?#id=2118509&action=333&active_id=1251&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.67eb547272d81fc9a181afc6be3791a5 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes Chinese localization invoice handling so the system no longer validates a fapiao number format when no fapiao number was entered. It prevents unnecessary validation errors and helps users save records when fapiao information is not applicable.
Original PR description
Don't check the fapiao number format when there is not fapiao number :) Related to #45743 and task 2180269 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr