mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] wrong decorator 'model' used instead of 'multi'
This commit is contained in:
@@ -517,7 +517,7 @@ class CrmClaim(models.Model):
|
||||
if claim.section_id else False
|
||||
for claim in self.sudo()]
|
||||
|
||||
@api.model
|
||||
@api.multi
|
||||
def message_get_suggested_recipients(self):
|
||||
recipients = super(CrmClaim, self).message_get_suggested_recipients()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user