Wednesday, January 2, 2019
3 changes · master
Resolved issues and error corrections
This update corrects an outdated message in the Project app that referred to an “Issues” feature that no longer exists. Users will no longer see obsolete wording, reducing confusion when working in projects.
Original PR description
Issues has been removed some time ago. opw-1920007 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change marks an unused stock-related field as deprecated so teams understand it is kept only for compatibility or migration purposes. It reduces confusion for implementers without changing day-to-day warehouse operations.
Original PR description
The field is not materially used, if left for migration purpose, it should be marked as deprecated or removed completely. It's pretty confusing the way it looks without clarification. Maybe better: remove all together. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
The Documents app now prevents users from starting actions like uploading, adding a URL, or requesting a document when no folder is selected. This avoids failed or incomplete document creation because a folder is required.
Original PR description
before this commit, it was possible to click the control panel buttons despite not having a folder selected. Which shouldn't be possible as it is a required field. after this commit: the buttons that create new documents (upload, add url, request) are disabled when no folder are selected.