Repository
OCA/repair · module folder · Try on Runboat
Module version
1.1.0
Category
Repair
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/repair
Last tracking update
2026-08-07 08:09:30
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
repair_stock
Description

Code Analysis

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

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • stock_move_ids One2many → stock.move
    comodel_name='stock.move' inverse_name='repair_line_id'
Public methods (2)
  • create(self, vals)
    @api.model
  • create_stock_move(self)

New fields (5)
  • fees_lines One2many
    states={'draft': [('readonly', False)], 'confirmed': [('readonly', False)], 'under_repair': [('readonly', False)], 'ready': [('readonly', False)]}
  • ignore_availability Boolean
  • operations One2many
    states={'draft': [('readonly', False)], 'confirmed': [('readonly', False)], 'under_repair': [('readonly', False)], 'ready': [('readonly', False)]}
  • show_check_availability Boolean
    compute='_compute_show_check_availability' help="Technical field used to compute whether the button 'Check Availability' should be displayed."
  • stock_move_ids One2many → stock.move
    comodel_name='stock.move' inverse_name='repair_id'
Public methods (8)
  • action_assign(self)
  • action_force_availability(self)
  • action_open_stock_moves(self)
  • action_repair_cancel(self)
  • action_repair_confirm(self)
  • action_repair_done(self)
  • action_repair_end(self)
  • action_repair_start(self)

New fields (1)
  • repair_line_id Many2one → repair.line
    comodel_name='repair.line' ondelete='cascade' string='Repair Line'
Public methods (0)

No public methods.

Loading…

Loading…