Update entity.py
This commit is contained in:
parent
c01c093a57
commit
0cc9f96d13
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue