mkxmawilix

Results 2 comments of mkxmawilix

The problem seems to be in this function : ```python @api.depends( "contract_line_ids.recurring_next_date", "contract_line_ids.is_canceled", ) def _compute_recurring_next_date(self): for contract in self: recurring_next_date = contract.contract_line_ids.filtered( lambda l: ( l.recurring_next_date and not l.is_canceled...

Hello, Sorry maybe it was not clear in my first comment. Here a clearly fresh exemple : ![exemple_date_end_error](https://user-images.githubusercontent.com/74231841/131690861-f57eb671-a0b8-47d9-8976-5f3f7bdec232.gif) And what we should have ? The next invoice date has to...