mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_import_match: Migration to 13.0
[UPD] Update base_import_match.pot
This commit is contained in:
committed by
Jesus Ramoneda
parent
e892b743d7
commit
b77efdb3f6
@@ -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()``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user