mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[REF] contract: rename _get_recurring_next_date as get_next_invoice_date
It is easier to understand. Also make it public.
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
809c90c676
commit
8061e3f0cd
@@ -564,7 +564,7 @@ class TestContract(TestContractBase):
|
||||
0
|
||||
)
|
||||
|
||||
def test_get_recurring_next_date(self):
|
||||
def test_get_next_invoice_date(self):
|
||||
"""Test different combination to compute recurring_next_date
|
||||
Combination format
|
||||
{
|
||||
@@ -675,7 +675,7 @@ class TestContract(TestContractBase):
|
||||
for recurring_next_date, combination in combinations:
|
||||
self.assertEqual(
|
||||
recurring_next_date,
|
||||
contract_line_env._get_recurring_next_date(
|
||||
contract_line_env.get_next_invoice_date(
|
||||
*combination
|
||||
),
|
||||
error_message(*combination),
|
||||
|
||||
Reference in New Issue
Block a user