TIP: You can type at any time to perform a new search.
User and partner data from employee
hr_employee_data_from_work_address · OCA/hr
- Repository
- OCA/hr · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Human Resources
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/hr
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Odoo Community Association (OCA), Therp BV
- Maintainers
- Odoo Community Association (OCA), Therp BV
- Committers
- Holger Brunn, Pedro M. Baeza, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_employee_form |
hr.employee | form | Inherits hr.view_employee_form | |
view_users_form |
res.users | form | Inherits base.view_users_form | |
view_users_simple_form |
res.users | form | Inherits base.view_users_simple_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (6)
-
imageBinaryrelated=['address_id', 'image']store=False -
image_mediumBinaryrelated=['address_id', 'image_medium']store=False -
image_smallBinaryrelated=['address_id', 'image_small']store=False -
mobile_phoneCharrelated=['address_id', 'mobile']store=True -
work_emailCharrelated=['address_id', 'email']store=True -
work_phoneCharrelated=['address_id', 'phone']store=True
-
create(self, values)@api.model -
read(self, fields=None, load='_classic_read')@api.multi -
write(self, values)@api.multi
Loading…
Loading…