Skip to content
Snippets Groups Projects
Commit 10632d8c authored by Paolo (pgi)'s avatar Paolo (pgi)
Browse files

[FIX] l10n_fr_fec: test wizard must have test_file = True


closes odoo/odoo#80668

X-original-commit: 3ae0b21f
Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
Signed-off-by: default avatarPaolo Gatti (pgi) <pgi@odoo.com>
parent a790a241
Branches
Tags
No related merge requests found
......@@ -40,7 +40,8 @@ class TestAccountFrFec(AccountTestInvoicingCommon):
cls.wizard = cls.env['account.fr.fec'].create({
'date_from': fields.Date.today() - timedelta(days=1),
'date_to': fields.Date.today(),
'export_type': 'official'
'export_type': 'official',
'test_file': True,
})
def test_generate_fec_sanitize_pieceref(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment