Repository
OCA/repair · module folder · Try on Runboat
Module version
1.0.0
Category
Repair
Folder size
0.04 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
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 acts as a base for the stock related modules for repairs. It
adds some common features that may be overriding between them, as the
compute for the pickings or the smart button for the transfers.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_repair_order_form_repair_stock_move_inherited repair.order.form - repair_stock_move - custom repair.order form Inherits repair.view_repair_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • picking_count Integer
    compute='_compute_picking_ids' copy=False string='Transfers Count'
  • picking_ids Many2many → stock.picking
    comodel_name='stock.picking' compute='_compute_picking_ids' copy=False string='Transfers'
Public methods (1)
  • action_view_pickings(self)

New fields (1)
  • related_repair_id Many2one → repair.order
    comodel_name='repair.order' readonly=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
91 days ago
Last activity
36 days ago
Repository
OCA/repair
Pull request
[19.0][MIG] repair_stock (#168)