mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_l10n_es: inherit missing_document with partners param
This commit is contained in:
@@ -116,7 +116,7 @@ class ResPartner(models.Model):
|
||||
return self.with_context(active_test=False).search(domain, limit=1)
|
||||
|
||||
def _missing_document(self, vals, partners=False):
|
||||
res = super(ResPartner, self)._missing_document(vals)
|
||||
res = super(ResPartner, self)._missing_document(vals, partners)
|
||||
if not res:
|
||||
return res
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user