Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 07:31:59
Authors
Odoo Community Association (OCA), Camptocamp SA, CorporateHub
Maintainers
Odoo Community Association (OCA), Camptocamp SA, CorporateHub
Committers
Alexey Pelykh, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Jaime Arroyo
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_social_account_view_form hr.social.account.form hr.social.media.account form New
hr_social_media_view_form hr.social.media.form hr.social.media form New
hr_social_media_view_tree hr.social.media.tree hr.social.media tree New
view_employee_form_inherit_extension view.employee.form.inherit.extension hr.employee form Inherits hr.view_employee_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • social_media_account_ids One2many → hr.social.media.account
    string='Social Media Accounts' args: 'hr.social.media.account', 'employee_id'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True
  • social_url Char
    string='Website'
Public methods (0)

No public methods.

New fields (4)
  • account_name Char
    required=True string='Account'
  • employee_id Many2one → hr.employee
    required=True string='Employee' args: 'hr.employee'
  • hr_social_media_id Many2one → hr.social.media
    required=True string='Social Media' args: 'hr.social.media'
  • name Char
    compute='_compute_name' store=True
Public methods (0)

No public methods.

Loading…

Loading…