Repository
odoo/odoo · module folder
Module version
1.0
Category
Human Resources/Remote Work
Folder size
0.33 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-15 22:44:18
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Thibault Delavallée, Odoo Translation Bot, Aaron Bohy, Lucas Perais (lpe), Yannick Tivisse, Julien Castiaux, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, amdi-odoo, Dylan Kiss (dyki), Noe Antoine, Tanguy Quéguineur, st-yes, Michaël Mattiello, Mongy (abmn), adip-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
homework_location_wizard_view_form homework.location.wizard.view.form homework.location.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (8)
  • date Date
    string='Date'
  • day_week_string Char
    compute='_compute_day_week_string'
  • employee_id Many2one → hr.employee
    default=<expr> ondelete='cascade' required=True args: 'hr.employee'
  • employee_name Char
    related='employee_id.name'
  • weekly Boolean
    default=False
  • work_location_id Many2one → hr.work.location
    required=True string='Location' args: 'hr.work.location'
  • work_location_name Char
    related='work_location_id.name' string='Location name'
  • work_location_type Selection
    related='work_location_id.location_type'
Public methods (1)
  • set_employee_location(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_worklocation(self, start_date, end_date)

Loading…