Repository
OCA/repair · module folder · Try on Runboat
Module version
1.0.1
Category
Repair
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/repair
Last tracking update
2026-08-07 08:43:05
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
repair_picking_after_done
Description
This module adds support for source locations when adding, removing, or recycling components. If you specify any of these types in a Repair Order, Odoo will automatically apply the corresponding locations from the related stock picking type to the stock moves.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
repair_type_view_picking_type_form stock.picking.type.inherit.repair.type stock.picking.type form Inherits repair.repair_view_picking_type_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • default_add_location_src_id Many2one → stock.location
    check_company=True compute='_compute_default_location_src_id' help='This is the default add source location when you create a repair order with this operation type.' precompute=True readonly=False store=True args: 'stock.location', 'Default Add Source Location'
  • default_recycle_location_src_id Many2one → stock.location
    check_company=True compute='_compute_default_location_src_id' help='This is the default recycle source location when you create a repair order with this operation type.' precompute=True readonly=False store=True args: 'stock.location', 'Default Recycle Source Location'
  • default_remove_location_src_id Many2one → stock.location
    check_company=True compute='_compute_default_location_src_id' help='This is the default remove source location when you create a repair order with this operation type.' precompute=True readonly=False store=True args: 'stock.location', 'Default Remove Source Location'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…