Links between subcontracting PO and resupply picking

mrp_subcontracting_resupply_link
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/14.0/mrp_subcontracting_resupply_link
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp_subcontracting
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - purchase
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_view_form_inherit purchase.order.form.inherit purchase.order xpath Inherits purchase_stock.purchase_order_view_form_inherit
view_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
Models touched (2)

New fields (2)
  • subcontracting_resupply_count Integer
    compute='_compute_subcontracting_resupply_ids' store=True string='Resupply count'
  • subcontracting_resupply_ids Many2many → stock.picking
    column1='purchase_id' column2='picking_id' comodel_name='stock.picking' compute='_compute_subcontracting_resupply_ids' copy=False relation='stock_picking_resupply' store=True string='Resupplys'
Public methods (2)
  • action_view_subcontracting_resupply(self)
  • button_confirm(self)

New fields (1)
  • subcontracting_purchase_order_id Many2one → purchase.order
    comodel_name='purchase.order' compute='_compute_subcontracting_purchase_order_id' store=True string='Subcontracting order'
Public methods (0)

No public methods.