This question has been flagged
1 Reply
2626 Views

I open the Customers Invoices in Calendar View, I move a invoice to other day, I return to the Tree View and the invoice date has changed.
I think is a error.
Thanks.

Avatar
Discard
Best Answer

Yes its a bug, when we drag and drop the invoice to a new date the invoice date will change.

There is a validation needed.

Override the write method and check date_invoice in the data dictionary if it is present then check the state of the invoice it is not in draft state raise an exception

Avatar
Discard