Stock - Maintenance

stock_maintenance
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/stock_maintenance
VERSION
VERSION 1.0
CATEGORY
CATEGORYSupply Chain/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSOdoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Adrien Widart (awt), Dylan Kiss (dyki), nihp-odoo, rare-odoo, Lulu Grimalkin (lugr)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
    - maintenance
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 button Inherits maintenance.hr_equipment_view_form
stock_location_form_maintenance_equipments stock.location.form.inherit.maintenance.equipments stock.location xpath Inherits stock.view_location_form
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)