Wednesday, June 14, 2023
3 changes · master
Resolved issues and error corrections
This update fixes a timing issue that could cause automated sale loyalty checks to fail when they ran around midnight. It improves the reliability of nightly validation without changing customer-facing behavior.
Original PR description
Fix nightly fails
Fixed an issue where article links inserted with the /article command could disappear when editing content inside pop-up windows. This helps users keep their Knowledge articles accurate and avoids losing links during normal editing.
This fix prevents newly created partners from being accidentally linked to an unrelated parent when users create them from a grouped embedded Kanban view in Knowledge. It ensures Knowledge article defaults are only applied to the correct type of record, reducing confusing data errors for users.
Original PR description
Bug === In an embed kanban view, if you group the article by a "res.partner", you will be able to create new partner from there (by creating new column). Because the context key "default_parent_id" is set, and because "res.partner" also have a "parent_id" field, the parent of the newly created partner was set to a random one (that have the same id of the parent article). Task-3358295