We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac98257 commit 587a39aCopy full SHA for 587a39a
estate/models/estate_property.py
@@ -58,7 +58,7 @@ def _compute_best_price(self) -> None:
58
59
# Methods that trigger on changes
60
@api.onchange("garden")
61
- def _compute_garden_defaults(self) -> None:
+ def _onchange_garden_defaults(self) -> None:
62
if self.garden:
63
self.garden_area = 10
64
self.garden_orientation = "north"
0 commit comments