Update entity.py

This commit is contained in:
zainab2097 2024-10-01 12:09:38 +03:00 committed by GitHub
parent c01c093a57
commit 0cc9f96d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ class Entity(models.Model):
job_title_id = fields.Many2one(comodel_name='hr.job', string='Job Title')
need_approve = fields.Boolean(string='Need Aprove')
executive_direction = fields.Boolean(string='Executive direction')
# is_branch = fields.Boolean(string='Is Branch?')
is_secret = fields.Boolean(string='Is Secret')
person_id = fields.Char(string='Person ID')
person_id_issue_date = fields.Date(string='Person ID Issue Date')