Open CanMik opened 1 month ago
Forgot to mention that this module has a link with "Account Invoice Start End Dates". In Odoo 17 there is two new fields that invalided the module "account_invoice_start_end_dates" -> deferred_start_date and deferred_end_sate.
So it needs to update this feature "Upon invoice creation, the values of the start/end dates of the sale order line are copied to the start/end dates of invoice lines."
Module
sale_start_end_dates
Describe the bug
With Odoo 17, in the module sale_renting there is identical field "start_date", "end_date", these fields are datetime fields
To Reproduce
Affected versions: 17.0
Steps to reproduce the behavior:
Expected behavior Chanege the type of start_date & end_date and complete compatibility with sale_renting module.