Daily updates from Odoo
Thursday, April 25, 2019
3 changes · master
Resolved issues and error corrections
Long product names now keep the correct indentation when they wrap onto multiple lines in the Bill of Materials structure and cost report. This makes manufacturing reports easier to read and prevents wrapped product names from looking misaligned.
Original PR description
When a product's name is too big, in the structure & cost report, the product's name line go to the line automatically. Before this commint, the indentation applied on the products in the report was only applied on the first line of the product's name. Now, the indentation is applied on all the lines of the product. opw-1966440 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
The boxed report layout now uses a slightly larger font size. This makes printed reports easier to read and improves their overall presentation for users and customers.
Original PR description
Description of the issue/feature this PR addresses: Task link : https://www.odoo.com/web#id=1931768&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.018080c2da75dd8eebf194f4fc71c62a Current behavior before PR: The font size of the boxed layout is too small. Desired behavior after PR is merged: Increase the font size of the boxed layout.
Code cleanup and technical improvements
The appraisal survey demo data was aligned with the updated survey workflow, using fixed survey states instead of configurable stages. This helps keep appraisal-related survey examples consistent with the current Survey app behavior and reduces confusion in setup or demonstrations.
Original PR description
Related to community PR : https://github.com/odoo/odoo/pull/32325 Task ID : 1949110