Reviewers: ,


Please review this at http://codereview.tryton.org/208002/

Affected files:
  M trytond/ir/model.py


Index: trytond/ir/model.py
===================================================================
--- a/trytond/ir/model.py
+++ b/trytond/ir/model.py
@@ -471,6 +471,7 @@
     def default_noupdate(self):
         return False

+    @Cache('ir_model_data.get_id')
     def get_id(self, module, fs_id):
         """
         Return for an fs_id the corresponding db_id.


--
tryton-dev@googlegroups.com mailing list

Reply via email to