Update internal_property
This commit is contained in:
parent
72e90ae152
commit
7b4afe3649
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue