This commit is contained in:
mohammed-alkhazrji 2025-09-18 11:41:43 +03:00
parent b0acfdc835
commit 0a62b2b429
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class AccountMove(models.Model):
_inherit = 'account.move'
# git test
def button_cancel(self):
res = super(AccountMove, self).button_cancel()
date = fields.Date.from_string(self.invoice_date)