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: