Stock Request Purchase Request

stock_request_purchase_request
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_request_purchase_request
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, CristianoMafraJunior
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/purchase-workflow:
    - purchase_request
OCA/stock-logistics-request:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - purchase_stock
    - stock_account
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
purchase_request_form_view purchase.request.form (in stock_request_purchase_request) purchase.request xpath Inherits purchase_request.view_purchase_request_form
stock_request_form_view stock.request.form (in stock_request_purchase_request) stock.request xpath Inherits stock_request.view_stock_request_form
stock_request_order_form_view stock.request.order.form (in stock_request_purchase_request) stock.request.order header Inherits stock_request.stock_request_order_form
Models touched (5)

New fields (2)
  • stock_request_count Integer
    compute='_compute_stock_request_ids' args: 'Stock Request #'
  • stock_request_ids Many2many → stock.request
    comodel_name='stock.request' compute='_compute_stock_request_ids' string='Stock Requests'
Public methods (1)
  • action_view_stock_request(self)
    :return dict: dictionary value for created view

New fields (1)
  • stock_request_ids Many2many → stock.request
    comodel_name='stock.request' copy=False string='Stock Requests'
Public methods (0)

No public methods.

New fields (3)
  • purchase_request_count Integer
    compute='_compute_purchase_request_ids' readonly=True
  • purchase_request_ids One2many → purchase.request
    compute='_compute_purchase_request_ids' readonly=True string='Purchase Requests' args: 'purchase.request'
  • purchase_request_line_ids Many2many → purchase.request.line
    copy=False readonly=True string='Purchase Request Lines' args: 'purchase.request.line'
Public methods (2)
  • action_cancel(self)
    Propagate the cancellation to the generated purchase request.
  • action_view_purchase_request(self)

New fields (3)
  • purchase_request_count Integer
    compute='_compute_purchase_request_ids' readonly=True
  • purchase_request_ids One2many → purchase.request
    compute='_compute_purchase_request_ids' readonly=True string='Purchase Requests' args: 'purchase.request'
  • purchase_request_line_ids Many2many → purchase.request.line
    copy=False readonly=True string='Purchase Request Lines' args: 'purchase.request.line'
Public methods (1)
  • action_view_purchase_request(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.