[IMP] account_banking_mandate: Improve inheritability

TT26356
This commit is contained in:
Carlos Dauden
2020-10-22 11:21:06 +02:00
committed by Stefan Rijnhart
parent 9aed52a625
commit 2934b0c7ec

View File

@@ -22,7 +22,7 @@ class AccountMove(models.Model):
def post(self):
self.line_ids.mandate_id = self.mandate_id
super(AccountMove, self).post()
return super(AccountMove, self).post()
@api.model
def create(self, vals):