TIP: You can type at any time to perform a new search.
Stock - Maintenance
stock_maintenance · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → stock.locationdomain="[('usage', '=', 'internal')]" args: 'stock.location', 'Location' -
match_serialBooleancompute='_compute_match_serial'
-
action_open_matched_serial(self)
New fields (1)
-
equipment_countIntegercompute='_compute_equipment_count' args: 'Equipment Count'
-
action_view_equipments_records(self)