Repository
odoo/odoo · module folder
Module version
1.0
Category
Supply Chain/Inventory
Folder size
0.14 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-15 22:44:17
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Adrien Widart (awt), Dylan Kiss (dyki), nihp-odoo, Lulu Grimalkin (lugr), rare-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Stock in Maintenance
====================
Open the record of the serial number from an equipment form

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
maintenance_stock_equipment_view_form equipment.form.stock.maintenance maintenance.equipment form Inherits maintenance.hr_equipment_view_form
stock_location_form_maintenance_equipments stock.location.form.inherit.maintenance.equipments stock.location form Inherits stock.view_location_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • location_id Many2one → stock.location
    domain="[('usage', '=', 'internal')]" args: 'stock.location', 'Location'
  • match_serial Boolean
    compute='_compute_match_serial'
Public methods (1)
  • action_open_matched_serial(self)

New fields (1)
  • equipment_count Integer
    compute='_compute_equipment_count' args: 'Equipment Count'
Public methods (1)
  • action_view_equipments_records(self)