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

[FIX] l10n_et: fix tags of some taxes (for consistency with 12.2 reports)


closes odoo/odoo#34829

Signed-off-by: default avatarLaurent Smet <smetl@users.noreply.github.com>
parent 31840590
Branches
Tags
No related merge requests found
......@@ -158,7 +158,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et3006'),
'plus_report_line_ids': [ref('account_tax_report_net_sale_witheld_2')],
'minus_report_line_ids': [ref('account_tax_report_net_sale_witheld_2')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5,0,0),
......@@ -171,7 +171,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et3006'),
'minus_report_line_ids': [ref('account_tax_report_net_sale_witheld_2')],
'plus_report_line_ids': [ref('account_tax_report_net_sale_witheld_2')],
}),
]"/>
</record>
......@@ -194,7 +194,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et3006'),
'minus_report_line_ids': [ref('account_tax_report_net_sale_witheld_35')],
'plus_report_line_ids': [ref('account_tax_report_net_sale_witheld_35')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5,0,0),
......@@ -207,7 +207,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et3006'),
'plus_report_line_ids': [ref('account_tax_report_net_sale_witheld_35')],
'minus_report_line_ids': [ref('account_tax_report_net_sale_witheld_35')],
}),
]"/>
</record>
......@@ -230,7 +230,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et3006'),
'minus_report_line_ids': [ref('account_tax_report_net_sale_vat_witheld')],
'plus_report_line_ids': [ref('account_tax_report_net_sale_vat_witheld')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5,0,0),
......@@ -243,7 +243,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et3006'),
'plus_report_line_ids': [ref('account_tax_report_net_sale_vat_witheld')],
'minus_report_line_ids': [ref('account_tax_report_net_sale_vat_witheld')],
}),
]"/>
</record>
......@@ -404,7 +404,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et2213'),
'minus_report_line_ids': [ref('account_tax_report_net_purch_witholding_2')],
'plus_report_line_ids': [ref('account_tax_report_net_purch_witholding_2')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5,0,0),
......@@ -417,7 +417,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et2213'),
'plus_report_line_ids': [ref('account_tax_report_net_purch_witholding_2')],
'minus_report_line_ids': [ref('account_tax_report_net_purch_witholding_2')],
}),
]"/>
</record>
......@@ -440,7 +440,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et2213'),
'minus_report_line_ids': [ref('account_tax_report_net_purch_witholding_35')],
'plus_report_line_ids': [ref('account_tax_report_net_purch_witholding_35')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5,0,0),
......@@ -453,7 +453,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('l10n_et2213'),
'plus_report_line_ids': [ref('account_tax_report_net_purch_witholding_35')],
'minus_report_line_ids': [ref('account_tax_report_net_purch_witholding_35')],
}),
]"/>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment