[MIG] base_import_match: Migration to 13.0

[UPD] Update base_import_match.pot
This commit is contained in:
Radovan Skolnik
2020-07-16 10:59:34 +02:00
committed by Jesus Ramoneda
parent e892b743d7
commit b77efdb3f6
5 changed files with 20 additions and 17 deletions

View File

@@ -106,7 +106,7 @@ class BaseImportMatch(models.Model):
return model
@api.model
@tools.ormcache("model_name", "fields")
@tools.ormcache("model_name", "frozenset(fields)")
def _usable_rules(self, model_name, fields):
"""Return a set of elements usable for calling ``load()``.