diff --git a/odex25_realstate/real_estate/models/internal_property.py b/odex25_realstate/real_estate/models/internal_property.py index 251d006c4..0a081a59f 100644 --- a/odex25_realstate/real_estate/models/internal_property.py +++ b/odex25_realstate/real_estate/models/internal_property.py @@ -90,7 +90,7 @@ class Property(models.Model): ('external_investment', 'External Investment'), ('include', 'Include')], string="Management Type", default="internal_investment") market_type = fields.Selection([('residential', 'Residential'), - ('commercial', 'Commercial'), + ('commercial', 'Commercial'),('residential_commercial', 'Residential and Commercial'), ('industrial', 'Industrial'), ('other', 'Other')], string="Market Type", default="commercial") other_type = fields.Char(string="Other Type")