From 9f40d82f8b23aaae05bc8c52539992bae6fc511d Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Wed, 13 Jan 2016 15:40:55 +0100 Subject: [PATCH] Use of `@api.multi`. --- base_custom_info/models/custom_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base_custom_info/models/custom_info.py b/base_custom_info/models/custom_info.py index 08e133647..28df25c5e 100644 --- a/base_custom_info/models/custom_info.py +++ b/base_custom_info/models/custom_info.py @@ -81,6 +81,7 @@ class CustomInfo(models.AbstractModel): auto_join=True, string='Custom Properties') + @api.multi @api.onchange('custom_info_template_id') def _onchange_custom_info_template_id(self): if not self.custom_info_template_id: