Skip to content
Snippets Groups Projects
Commit 17b9a204 authored by Guillaume (guva)'s avatar Guillaume (guva)
Browse files

[FIX] l10n_fr: tax data for tva 10%


Steps to reproduce:

-In a database with french accounting,
- The fields cash_basis_transition_account_id and invoice_repartition_line_ids are not well configured

opw-2669061

closes odoo/odoo#80170

X-original-commit: 88af79cd
Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
Signed-off-by: default avatarGuillaume Vanleynseele <guva@odoo.com>
parent 2e7c667f
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
<field name="amount" eval="10.0"/>
<field name="amount_type">percent</field>
<field name="tax_exigibility">on_payment</field>
<field name="cash_basis_transition_account_id" ref="pcg_44571" />
<field name="cash_basis_transition_account_id" ref="pcg_445800" />
<field name="sequence" eval="10"/>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_tva_10"/>
......@@ -68,7 +68,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'plus_report_line_ids': [ref('l10n_fr.tax_report_9B_taxe')],
'account_id': ref('pcg_445800'),
'account_id': ref('pcg_44571'),
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
......@@ -412,7 +412,7 @@
<field name="amount" eval="10"/>
<field name="amount_type">percent</field>
<field name="tax_exigibility">on_payment</field>
<field name="cash_basis_transition_account_id" ref="pcg_44571" />
<field name="cash_basis_transition_account_id" ref="pcg_445800" />
<field name="sequence" eval="10"/>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_tva_10"/>
......@@ -427,7 +427,7 @@
'factor_percent': 100,
'repartition_type': 'tax',
'plus_report_line_ids': [ref('l10n_fr.tax_report_9B_taxe')],
'account_id': ref('pcg_445800'),
'account_id': ref('pcg_44571'),
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
......
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