Thursday, December 23, 2021
3 changes · master
Resolved issues and error corrections
Creating a new resource from the Planning schedule no longer triggers a recursion error that could interrupt the workflow. This helps users schedule work by resource without encountering an unexpected crash.
Original PR description
Maximum recursion depth traceback occurs when the resource is created from planning.
This has been fixed.
Reproducing steps:
- Planning
- Schedule by Resource
- Create new Resource
The issue occurs from this commit -https://github.com/odoo/odoo/commit/18952cdc76070f2a70789f2fa25e4fa0d546d470This update corrects visual problems in the online shop product grid that affected Firefox, Safari, and ribbon labels across browsers. Customers should now see properly aligned product cards, correctly placed ribbons, and consistent product image proportions, improving the shopping experience.
Original PR description
Description of the issue/feature this PR addresses: Bugfix Current behavior before PR: * /shop is broken on Firefox * Ribbon are broken (on all browsers). Desired behavior after PR is merged: No more bugs -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sign green savings report now keeps its layout intact when printed as a PDF, even when large values are shown. The report design was also refreshed with updated icons, making it clearer and more polished for users.
Original PR description
In the green savings report from sign, the current css breaks the layout when showing large values in the printed form. Since printing the css uses wkhtmltopdf, most modern css can't be used. This PR fixes the layout by decreasing the static width of the cards and aligning them vertically. task-2661095