From a20da952c2b1ef4f82885e652aa29b870c0756d5 Mon Sep 17 00:00:00 2001 From: Ronald Portier Date: Mon, 13 Aug 2018 12:12:48 +0200 Subject: [PATCH] [FIX] Do not assume monthly default in test - might be changed in other module. --- contract/tests/test_contract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contract/tests/test_contract.py b/contract/tests/test_contract.py index 399dcc2c..d7f35fda 100644 --- a/contract/tests/test_contract.py +++ b/contract/tests/test_contract.py @@ -40,6 +40,7 @@ class TestContractBase(common.SavepointCase): 'recurring_invoices': True, 'date_start': '2016-02-15', 'recurring_next_date': '2016-02-29', + 'recurring_rule_type': 'monthly' }) cls.line_vals = { 'analytic_account_id': cls.contract.id,