mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_banking_mandate: Improve inheritability
TT26356
This commit is contained in:
committed by
Stefan Rijnhart
parent
9aed52a625
commit
2934b0c7ec
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user