Tuesday, September 5, 2023
2 changes · master
Code cleanup and technical improvements
This update streamlines styling across several HR-related apps by replacing custom design code with standard Bootstrap styling options. This should make the interface easier to maintain, more consistent, and potentially faster to load without changing core business workflows.
Original PR description
This PR is part of the SCSS reviewing process. The SCSS of the `hr` module is being changed to reduce the number of custom code lines. The goal is to use Bootstrap's SCSS variable to optimize the loading time and allow more flexibility. This PR affects the following modules : - hr_appraisal - hr_appraisal_skills - hr_contract_salary - hr_expense - hr_referral task-3244877 Requires : - https://github.com/odoo/enterprise/pull/38825 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update streamlines styling across several HR apps by replacing custom code with standard Bootstrap styling where possible. It should make pages easier to maintain, improve loading flexibility, and fixes a few readability issues in referral and salary configurator screens.
Original PR description
This PR is part of the SCSS reviewing process. The SCSS of the hr module is being changed to reduce the number of custom code lines. The goal is to use Bootstrap's SCSS variable to optimize the loading time and allow more flexibility. This PR affects the hr module and its addons from the enterprise plan. Custom CSS that can be replaced by Bootstrap's SCSS classes has been refactored within this PR. This PR affects the following modules : - hr_appraisal - hr_appraisal_skills - hr_contract_salary - hr_expense - hr_referral task-3244877 Requires : - https://github.com/odoo/odoo/pull/116393