Skip to content

Commit 807bbc0

Browse files
committed
Correction
1 parent 546ed78 commit 807bbc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

estate/models/estate_property.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class PropertyModel(models.Model):
2525
selection=[('north', 'North'), ('south', 'South'), ('east', 'East'), ('west', 'West')]
2626
)
2727
total_living_area = fields.Integer("Total Area (sqm)", compute="_compute_total_area")
28-
2928
active = fields.Boolean(default=True)
3029
state = fields.Selection(
3130
selection=[

0 commit comments

Comments
 (0)