Update rental_contract.py

This commit is contained in:
zainab2097 2024-08-18 17:18:40 +03:00 committed by GitHub
parent 832dda6883
commit 693960707e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ _logger = logging.getLogger(__name__)
class ResPartner(models.Model):
_inherit = 'res.partner'
is_tenant = fields.Boolean(string="Is Tenant?")
# is_tenant = fields.Boolean(string="Is Tenant?")
class RentalContractTemplate(models.Model):
_name = 'rental.contract.template'