Daily updates from Odoo
Thursday, March 7, 2019
3 changes · master
Resolved issues and error corrections
This fix ensures invoice section and note fields receive their intended styling after the page finishes rendering. It prevents missing visual formatting caused by a timing change in the underlying JavaScript behavior, making invoice lines clearer for users.
Original PR description
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 prevents the Belgian payroll module from being installed automatically when related apps are installed. It helps businesses avoid enabling payroll functionality unintentionally, keeping setup choices more deliberate.
Original PR description
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 fixes a display issue where an empty template content block could appear as "[]" instead of showing nothing. It helps keep generated pages and reports clean when optional content is left blank.
Original PR description
Before this commit, when doing `<t t-raw="0"/>` to print the t-called content, it was printing "[]" if the content was left empty.