Wednesday, August 16, 2023
3 changes
Resolved issues and error corrections
This update fixes an issue that could cause an error after signing a document when a related contact had been deleted. Users can now complete signing without the suggestion popup interrupting their workflow.
Original PR description
This commit's purpose is to complete its community part task-3251615
Knowledge article menus now show the creator and last editor names again. This restores helpful context that disappeared after a performance-related loading change.
Original PR description
When loading a many-to-one field that is invisible in the arch of the view, the system no longer fetches the display name of those records for performance reasons. It now only fetches the id of the record. In Knowledge, there is an issue induced by that change: The system no longer load (1) the name of the user who create the article and (2) the name of the last user who edit the article. As a result, those values are no longer display in the kebab menu of Knowledge. This PR will fix that issue by adding new field dependencies in the `TopBar` component. The system will now load the display name as it was the case before. task-3452142
The Manufacturing Planning Schedule now identifies the correct company when choosing a default warehouse. This prevents users from seeing errors caused by a missing warehouse and helps planning workflows open reliably.
Original PR description
In [this fix](https://github.com/odoo/enterprise/commit/ef9c696f825e763f450c7f02a239c79f50ead378#diff-774514eeaaf87c6b1c768b97ea72742739012968378e2b17874f2e37893abe5fR22), the company is not retreive properly, which returns an user error in the mps app because the warehouse is not set properly (as in the _default warehouse, the company is not correct => the warehouse is None).