Skip to content
Snippets Groups Projects
Commit 4ad03d29 authored by oco-odoo's avatar oco-odoo
Browse files

[FIX] l10n_eu_service: wizard: don't copy tags when creating the service tax...

[FIX] l10n_eu_service: wizard: don't copy tags when creating the service tax for the selected EU country

This restores the behavior for 12.0; we don't want those amount within the national tax report.

closes odoo/odoo#44881

X-original-commit: bd21046f9259f0c755deeba8a1d207da6578e957
Signed-off-by: default avataroco-odoo <oco-odoo@users.noreply.github.com>
parent a798e234
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,6 @@ class l10n_eu_service(models.TransientModel):
'factor_percent': line.factor_percent,
'repartition_type': line.repartition_type,
'account_id': line.repartition_type == 'tax' and (self.account_collected_id.id or line.account_id.id) or None,
'tag_ids': [(6, 0, line.tag_ids.ids)],
'company_id': line.company_id.id,
'sequence': line.sequence,
}) for line in original_rep_lines]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment