[FIX+IMP] contract: Several things

- Don't update recurring_next_date as computed
- Compute recurring_next_date for False values too + simplify compute as False values are already taken into account
  In get_next_invoice_date, False values are already taken into account, so, simplifying
  compute_recurring_next_date function.
- Add comment to remind updating method in next version
This commit is contained in:
Denis Roussel
2022-02-25 11:44:34 +01:00
committed by Christopher Rogos
parent 09be01e5f8
commit 88ddff2ebc
3 changed files with 44 additions and 39 deletions

View File

@@ -11,7 +11,7 @@
{
"name": "Recurring - Contracts Management",
"version": "15.0.1.1.1",
"version": "15.0.1.2.0",
"category": "Contract Management",
"license": "AGPL-3",
"author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)",