From 7ba6937c96e2e1e40ac2a68d6374b66f4c3402df Mon Sep 17 00:00:00 2001 From: zainab2097 <149927291+zainab2097@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:26:47 +0300 Subject: [PATCH] Update internal_property --- odex25_realstate/real_estate/models/internal_property.py | 1 - 1 file changed, 1 deletion(-) diff --git a/odex25_realstate/real_estate/models/internal_property.py b/odex25_realstate/real_estate/models/internal_property.py index bc08f523c..251d006c4 100644 --- a/odex25_realstate/real_estate/models/internal_property.py +++ b/odex25_realstate/real_estate/models/internal_property.py @@ -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'),