Repair picking after done

repair_picking_after_done
REPOSITORY
REPOSITORYOCA/repair
GIT
GIThttps://github.com/OCA/repair.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/repair/tree/18.0/repair_picking_after_done
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYRepair
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/repair
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/repair:
    - base_repair_config
    - repair_type
    - repair_stock
    - repair_type_product_destination
odoo/odoo:
    - repair
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enhances Odoo's repair process by introducing automatic stock transfers for repaired products.

- **Automatic Transfer:** When a repair order is marked as done, a stock transfer for the remaining repaired products is automatically created and validated if the ***auto_transfer_repair*** parameter is enabled.
- **Manual Transfer:** Users can manually create stock transfers when automatic transfer is disabled.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
repair_type_form_inherit repair.type.inherit repair.order header Inherits repair.view_repair_order_form
res_config_settings_view_form_inherit res.config.settings.view.form.inherit.repair res.config.settings xpath Inherits base_repair_config.res_config_settings_view_form
view_repair_move_transfer_wizard Transfer Repaired Moves repair.move.transfer form New
Models touched (3)

New fields (4)
  • location_dest_id Many2one → stock.location
    required=True string='Destination location' args: 'stock.location'
  • quantity Float
    required=True args: 'Quantity to transfer'
  • remaining_quantity Float
    args: 'Remaining Quantity to Transfer'
  • repair_order_id Many2one → repair.order
    required=True string='Repair Order' args: 'repair.order'
Public methods (1)
  • action_create_transfer(self)

New fields (1)
  • remaining_quantity Float
    compute='_compute_remaining_quantity' args: 'Remaining quantity to be transferred'
Public methods (3)
  • action_repair_done(self)
  • action_transfer_done_moves(self)
  • action_validate(self)

New fields (1)
  • auto_transfer_repair Boolean
    config_parameter='repair.auto_transfer_repair' help='Automatically create and validate transfers for repair orders upon completion.' args: 'Automatic Transfer on Repair Completion'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/repair
GIT
GIThttps://github.com/OCA/repair.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/repair/tree/17.0/repair_picking_after_done
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYRepair
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Patryk Pyczko
WEBSITE
WEBSITEhttps://github.com/OCA/repair
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/repair:
    - base_repair_config
    - repair_type
    - repair_stock
    - repair_type_product_destination
odoo/odoo:
    - repair
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enhances Odoo's repair process by introducing automatic stock transfers for repaired products.

- **Automatic Transfer:** When a repair order is marked as done, a stock transfer for the remaining repaired products is automatically created and validated if the ***auto_transfer_repair*** parameter is enabled.
- **Manual Transfer:** Users can manually create stock transfers when automatic transfer is disabled.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
repair_type_form_inherit repair.type.inherit repair.order header Inherits repair.view_repair_order_form
res_config_settings_view_form_inherit res.config.settings.view.form.inherit.repair res.config.settings xpath Inherits base_repair_config.res_config_settings_view_form
view_repair_move_transfer_wizard Transfer Repaired Moves repair.move.transfer form New
Models touched (3)

New fields (4)
  • location_dest_id Many2one → stock.location
    required=True string='Destination location' args: 'stock.location'
  • quantity Float
    required=True args: 'Quantity to transfer'
  • remaining_quantity Float
    args: 'Remaining Quantity to Transfer'
  • repair_order_id Many2one → repair.order
    required=True string='Repair Order' args: 'repair.order'
Public methods (1)
  • action_create_transfer(self)

New fields (1)
  • remaining_quantity Float
    compute='_compute_remaining_quantity' args: 'Remaining quantity to be transferred'
Public methods (3)
  • action_repair_done(self)
  • action_transfer_done_moves(self)
  • action_validate(self)

New fields (1)
  • auto_transfer_repair Boolean
    config_parameter='repair.auto_transfer_repair' help='Automatically create and validate transfers for repair orders upon completion.' args: 'Automatic Transfer on Repair Completion'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/repair
GIT
GIThttps://github.com/OCA/repair.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/repair/tree/16.0/repair_picking_after_done
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYRepair
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSAaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow, AlexPForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/repair
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/repair:
    - repair_type
    - repair_stock
    - repair_stock_move
odoo/odoo:
    - repair
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale_management
    - sale
    - sales_team
    - account_payment
    - account
    - analytic
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
repair_type_form_inherit repair.type.inherit repair.order header Inherits repair.view_repair_order_form
view_repair_move_transfer_wizard Transfer Repaired Moves repair.move.transfer form New
Models touched (2)

New fields (3)
  • location_dest_id Many2one → stock.location
    required=True string='Destination location' args: 'stock.location'
  • quantity Float
    required=True args: 'Quantity to transfer'
  • repair_order_id Many2one → repair.order
    required=True string='Repair Order' args: 'repair.order'
Public methods (1)
  • action_create_transfer(self)

New fields (1)
  • remaining_quantity Float
    compute='_compute_remaining_quantity' args: 'Remaining quantity to be transferred'
Public methods (1)
  • action_transfer_done_moves(self)
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/14.0/repair_picking_after_done
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYRepair
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, DavidJForgeFlow, Dhaval Talpada
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - repair_type
    - repair_stock
    - repair_stock_move
odoo/odoo:
    - repair
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale_management
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
repair_type_form_inherit repair.type.inherit repair.order header Inherits repair.view_repair_order_form
view_repair_move_transfer_wizard Transfer Repaired Moves repair.move.transfer form New
Models touched (2)

New fields (3)
  • location_dest_id Many2one → stock.location
    required=True string='Destination location' args: 'stock.location'
  • quantity Float
    required=True args: 'Quantity to transfer'
  • repair_order_id Many2one → repair.order
    required=True string='Repair Order' args: 'repair.order'
Public methods (1)
  • action_create_transfer(self)

New fields (1)
  • remaining_quantity Float
    compute='_compute_remaining_quantity' args: 'Remaining quantity to be transferred'
Public methods (1)
  • action_transfer_done_moves(self)