Monday, May 26, 2025
1 change · 18.0
Enhancements to existing features
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