-
- Downloads
[FIX] l10n_fr_fec: make tests independent from tax template
Currently, changing the french default_tax_sale's name or account will make the
`test_generate_fec_sanitize_pieceref` fail (for instance: with task-3087037).
Make the l10n_fr_fec test independent from any account.tax.template change by creating a
new tax in the setup of this test.
closes odoo/odoo#107219
Signed-off-by:
Brice Bartoletti (bib) <bib@odoo.com>