Update internal_property.py

This commit is contained in:
zainab2097 2024-08-29 21:21:37 +03:00 committed by GitHub
parent 2952e11fe3
commit 1e2fcc1f93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'),