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 546ed78 commit 807bbc0Copy full SHA for 807bbc0
estate/models/estate_property.py
@@ -25,7 +25,6 @@ class PropertyModel(models.Model):
25
selection=[('north', 'North'), ('south', 'South'), ('east', 'East'), ('west', 'West')]
26
)
27
total_living_area = fields.Integer("Total Area (sqm)", compute="_compute_total_area")
28
-
29
active = fields.Boolean(default=True)
30
state = fields.Selection(
31
selection=[
0 commit comments