[IMP] account_banking_mandate: Improve inheritability

TT26356

account_banking_mandate 13.0.1.1.1
This commit is contained in:
Carlos Dauden
2020-10-22 11:21:06 +02:00
committed by Reyes4711
parent 02240fa04d
commit c9164df64c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
{
"name": "Account Banking Mandate",
"summary": "Banking mandates",
"version": "13.0.1.1.0",
"version": "13.0.1.1.1",
"license": "AGPL-3",
"author": "Compassion CH, "
"Tecnativa, "

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):