Tuesday, May 14, 2024
3 changes · 17.0
Resolved issues and error corrections
Users who do not have permission to create records will no longer see the Duplicate action. This prevents confusion and keeps available actions aligned with each user's access rights.
Original PR description
Previously: - Users without create access could see the 'Duplicate' action. After this fix: - Users without create access cannot see the 'Duplicate' action. task-3898435
The quality control wizard was displaying "- False" instead of the serial number in its title when no lot name was available. This fix corrects the display logic so users see the appropriate serial number information in the wizard title, improving clarity during quality checks.
Original PR description
Quality check wizard shows '- False' instead of Serial number in title if no lot_name opw-3839794
This update removes a duplicate dialog size configuration in the Project module that was unnecessarily repeated in the code. By cleaning up this redundancy, the system becomes more efficient and easier to maintain without affecting how the application functions.
Original PR description
-Remove duplicate dialog_size 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