Wednesday, February 12, 2025
3 changes · master
Resolved issues and error corrections
This fixes an error that occurred when loading sample appraisal data in databases without demo data. The sample data now matches the updated goal manager setup, so users can try the Appraisal app without hitting a crash.
Original PR description
STEPS TO REPRODUCE: 1- Install a database without demo data 2- Go on Appraisal 3- Click on Load sample data You will have a traceback Reason: Before a goal only has one manager, and now multiples managers can be linked to a goal (introduced by this commit : https://github.com/odoo/enterprise/commit/dd90f66a536539413a3886e0f165d30d8f79ef89 ) task-4563359
This update fixes two minor issues in the Czech reports module: a duplicated read-only setting in an accounting screen and inconsistent internal logic for a reporting code calculation. These changes help keep accounting report behavior cleaner and more consistent without changing user workflows.
Original PR description
This commit fixes the following issues of the module l10n_cz_reports: 1. The readonly attribute was duplicated in account move view. 2. The account_move_line supplies code compute method was different from that of the transaction code (although the logic is identical). X-original-commit: https://github.com/odoo-dev/enterprise/commit/71279841b3db65f577804e0749b594aea386d67b
This fixes two small visual inconsistencies on the Helpdesk website form page. The form title now matches the standard front-end title styling, and the card background no longer depends on a theme color that may vary by customer setup.
Original PR description
This PR fixes two minor color issues on the `website_helpdesk` form page. Prior to this PR, the title of the form was using a `text-muted`, which is inconsistent with the other titles design across the front-end. There was also an issue about the card using a `bg-secondary` utility class to tweak its design, which doesn't work anymore with the new secondary color we introduced in 13d4d48 and highlight the fact we can't rely on utility classes for this scenario since we don't know what color will be set by the user. | Master | This PR | |--------|--------| |  |  | task-4498381