Update internal_property.py
This commit is contained in:
parent
2952e11fe3
commit
1e2fcc1f93
|
|
@ -24,7 +24,7 @@ class Property(models.Model):
|
|||
maintenance_count = fields.Integer(string="Maintenance Count", compute='_compute_maintenance_count')
|
||||
is_unit_count_fixed = fields.Boolean(string="Is Unit Count Fixed in Floor")
|
||||
floor_ids= fields.One2many(comodel_name='floor.unit.details', inverse_name='property_id',string='')
|
||||
analytic_account_id = fields.Many2one('account.analytic.account', string='Analytic Account')
|
||||
account_analy_id = fields.Many2one('account.analytic.account', string='Analytic Account')
|
||||
is_new = fields.Boolean(string="Is New Property?", default=False)
|
||||
suitability_for_residence = fields.Selection([
|
||||
('residential', 'Residential'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue