[MIG] base_import_match: Migration to 13.0

This commit is contained in:
Radovan Skolnik
2020-07-16 10:59:34 +02:00
parent 7b8ce4a970
commit a98f8279fd
6 changed files with 19 additions and 12 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()``.