Repository
OCA/iot · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/iot
Last tracking update
2026-08-07 08:09:33
Authors
Odoo Community Association (OCA), CreuBlanca
Maintainers
Odoo Community Association (OCA), CreuBlanca
Committers
OCA-git-bot, oca-ci, Kevin Luna
Odoo dependencies
OCA/hr-attendance:
OCA/iot:
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_employee_form_view hr.employee.form (in iot_key_employee_rfid) hr.employee form Inherits hr_attendance_rfid.view_employee_form_add_rfid
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • iot_key_id Many2one → iot.key
    compute='_compute_iot_key' search='_search_iot_key' args: 'iot.key'
  • iot_key_ids One2many
    context={'active_test': False} string='IoT Keys'
  • rfid_card_code Char
    compute='_compute_rfid_card_code' inverse='_inverse_rfid_card_code' store=True
  • rule_ids Many2many → iot.rule
    readonly=False related='iot_key_id.rule_ids' string='IoT Rules' args: 'iot.rule'
Public methods (1)
  • generate_iot_key(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…