Update internal_property
This commit is contained in:
parent
b48d4365b8
commit
7ba6937c96
|
|
@ -23,7 +23,6 @@ class Property(models.Model):
|
|||
# Smart button to count related maintenance records
|
||||
maintenance_count = fields.Integer(string="Maintenance Count", compute='_compute_maintenance_count')
|
||||
is_new = fields.Boolean(string="Is New Property?", default=False)
|
||||
building_age = fields.Integer(string="Building Age (Years)")
|
||||
suitability_for_residence = fields.Selection([
|
||||
('residential', 'Residential'),
|
||||
('non_residential', 'Non-Residential'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue