Merge PR #746 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2020-10-22 09:33:57 +00:00

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