There is a column of is_employee in database res_partner. Where as I cannot find field to check is_employee while creating a contact. A partner who is also a employee.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
If you really want to check "is_employee" than inherit res.partner and create a new boolean field named "is_employee". After that on the creation of contact (override create method of contact) and update "is_employee" field as per your need.
hello,
in odoo there is no field is_employee.
when you create contact at that time using the partner's related user and into user table there is field related employee. using this 2 field you can that the contact is also a employee.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
1
8월 25
|
728 | ||
|
|
2
10월 25
|
858 | ||
|
|
1
10월 25
|
712 | ||
|
|
2
10월 25
|
865 | ||
|
|
1
8월 25
|
4546 |
How to override Odoo functions
Reference: https://goo.gl/4BkizH