Monday, May 26, 2025
2 changes · 18.0
Enhancements to existing features
The Time Off app now shows leave type names consistently between the management form and the dashboard. This reduces confusion for users and improves the overall experience when reviewing or managing leave requests.
Original PR description
- in the management form view, the leave type display name is diffrent than dash borad one which is not the best for UX. So, remove the restriction on the display name as multiple request is handeled on its own wizard now. Task: 4774751 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Colombian withholding reports are updated to make Fuente and ICA reporting clearer and more accurate. The changes add a business concept field to ICA reports, improve Fuente grouping by tax type, and make report labels and columns behave more consistently.
Original PR description
Overriding functionality in l10n_co_reports to implement following changes on stable: - Adding 'concepto' column to ICA reports, using automatically filled account_move_line.name for it. - Applying proper grouping descriptions for Fuente reports by tax type rather than accounts. - Adjusting withholding tax domains to be by l10n-specific codes rather than account used. - Separating Fuente and ICA in cert~templates.xml because there is no reason for them to be confusingly together. - Adjusting 'if bimestre' and 'if account' logic to 'if expanded' to properly reflect what it is doing and apply to the new columns as well. - Adjusting how empty columns are handled to allow labels to correctly show up when not expanded. task-4315210