support321 / master-app

A new odoo based module for calls project management
0 stars 1 forks source link

a class overload for hr.employee #3

Closed support321 closed 5 years ago

support321 commented 5 years ago

Employee needs some addition or improvements on the data fields:

BoubakerAB commented 5 years ago

the employee is related with the user we can add a field _identificationid and in addition a field boolean _isteacher

support321 commented 5 years ago

From what I saw identification_id is a field that already exist addons/hr/models/hr.py:137

identification_id = fields.Char(string='Identification No', groups="hr.group_hr_user")

So I think only the other field are new, we already haveidentification_id