Tuesday, January 13, 2026
1 change · master
New functionality added to Odoo
This update introduces a standard tax configuration for Colombian companies requiring 'Auto-Withholding' tax. It simplifies the process by pre-defining the necessary accounting distributions (+100% to account 135515, -100% to 236575) to ensure accurate tax calculations and compliance, eliminating manual errors.
Original PR description
Colombian companies often require "Auto-Withholdings", where the seller must withhold tax from themselves. Configuring this manually is error-prone due to the specific +100/-100 distribution required to neutralize the invoice total. This commit adds a standard "VAT Self-Withholding 1.2%" tax to the localization data to serve as a functional reference. It is pre-configured with: - A new "VAT Self Withholding" tax group. - Repartition lines distributing +100% to account 135515 and -100% to account 236575. This ensures users have a ready-to-use example that handles the accounting movements correctly without affecting the invoice total. task-5430248