Skip to content
Snippets Groups Projects
Commit cfe2ee93 authored by Olivier Colson's avatar Olivier Colson
Browse files

[FIX] l10n_do: use the right sign on every tax tags


Some signs had been inverted when converting from 12.2 to 12.3 model.

closes odoo/odoo#34817

Signed-off-by: default avatarLaurent Smet <smetl@users.noreply.github.com>
parent 9a093886
No related branches found
No related tags found
No related merge requests found
......@@ -798,7 +798,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('do_niif_21030203'),
'plus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
'minus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5,0,0),
......@@ -811,7 +811,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('do_niif_21030203'),
'minus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
'plus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
}),
]"/>
</record>
......@@ -836,7 +836,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('do_niif_21030202'),
'plus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
'minus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5,0,0),
......@@ -849,7 +849,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('do_niif_21030202'),
'minus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
'plus_report_line_ids': [ref('account_tax_report_itbs_retcn_prsn')],
}),
]"/>
</record>
......
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