Update internal_property

This commit is contained in:
zainab2097 2024-08-28 12:26:47 +03:00 committed by GitHub
parent b48d4365b8
commit 7ba6937c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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'),