Update internal_property

This commit is contained in:
zainab2097 2024-08-28 12:36:19 +03:00 committed by GitHub
parent 72e90ae152
commit 7b4afe3649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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")