We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8890262 commit 192d855Copy full SHA for 192d855
estate/models/estate_property.py
@@ -14,7 +14,7 @@ class EstateProperty(models.Model):
14
expected_price = fields.Float(string="Expected Price", required=True)
15
facades = fields.Integer(string="Facades")
16
garden = fields.Boolean(string="Garden")
17
- garden_area = fields.Integer(string="Garden Area (sqm)")
+ garden_area = fields.Float(string="Garden Area (sqm)")
18
garden_orientation = fields.Selection(
19
string="Direction",
20
selection=[
0 commit comments