Skip to content

Commit

Permalink
[IMP] base_custom_info: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Dec 16, 2019
1 parent 238092d commit ef63556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_custom_info/models/custom_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def _onchange_custom_info_template_id(self):
"res_id": self.id,
"value": prop.default_value,
})
newvalue._onchange_property_set_default_value()
newvalue._inverse_value()
newvalue._compute_value()
values += newvalue
Expand Down

0 comments on commit ef63556

Please sign in to comment.