Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] l10n_es: Add missing repartition lines to tax
Account tax `account_tax_template_p_irpf19cs` doesn't include any repartition lines in the record. This provokes an error while upgrading from earlier versions as it will trigger the error ``` ValidationError(_("Invoice and credit note distribution should each contain exactly one line for the base.")) ``` Steps to reproduce: - On a fresh 14.0 db, install module `l10n_es` - Upgrade to 15.0 closes odoo#163986 Signed-off-by: Josse Colpaert <jco@odoo.com>
- Loading branch information