We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e148854 commit da2ea25Copy full SHA for da2ea25
realestatinator/models/estate_property.py
@@ -58,7 +58,7 @@ def _compute_best_price(self):
58
59
@api.onchange('garden')
60
def _set_garden_properties(self):
61
- self.garden_orientation = 'N' if self.garden else ''
+ self.garden_orientation = 'north' if self.garden else ''
62
self.garden_area = 10 if self.garden else 0
63
64
# if self.garden:
0 commit comments