test git
This commit is contained in:
parent
b0acfdc835
commit
0a62b2b429
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue