Stock Request Analytic

stock_request_analytic
REPOSITORY
REPOSITORYOCA/stock-logistics-request
GIT
GIThttps://github.com/OCA/stock-logistics-request.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-request/tree/17.0/stock_request_analytic
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAnalytic
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSStefan Rijnhart, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-request
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-analytic:
    - stock_analytic
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
    - stock_account
    - account
    - onboarding
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows for users to be able to display and assign analytic
accounts to stock requests.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_request_order_form stock.request.order.form - stock_request_analytic stock.request.order xpath Inherits stock_request.stock_request_order_form
view_stock_request_form stock.request.form stock.request field Inherits stock_request.view_stock_request_form
Models touched (2)

New fields (1)
  • analytic_distribution Json
    compute='_compute_analytic_distribution'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

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/15.0/stock_request_analytic
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYAnalytic
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-analytic:
    - stock_analytic
OCA/stock-logistics-warehouse:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - stock_account
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_request_order_form stock.request.order.form - stock_request_analytic stock.request.order div Inherits stock_request.stock_request_order_form
view_account_analytic_account_form analytic.order.form account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
view_stock_request_form stock.request.form stock.request field Inherits stock_request.view_stock_request_form
Models touched (4)

New fields (1)
  • stock_request_ids One2many → stock.request
    comodel_name='stock.request' copy=False inverse_name='analytic_account_id' string='Stock Requests'
Public methods (1)
  • action_view_stock_request(self)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    check_company=True comodel_name='account.analytic.account' compute='_compute_analytic_id' compute_sudo=True readonly=False store=True string='Analytic Account'
  • analytic_tag_ids Many2many → account.analytic.tag
    check_company=True comodel_name='account.analytic.tag' string='Analytic Tags'
Public methods (0)

No public methods.

New fields (5)
  • analytic_account_ids One2many → account.analytic.account
    comodel_name='account.analytic.account' compute='_compute_analytic_ids' compute_sudo=True readonly=True string='Analytic Accounts'
  • analytic_count Integer
    compute='_compute_analytic_ids' compute_sudo=True readonly=True
  • analytic_tag_count Integer
    compute='_compute_analytic_ids' compute_sudo=True readonly=True
  • analytic_tag_ids One2many → account.analytic.tag
    comodel_name='account.analytic.tag' compute='_compute_analytic_ids' compute_sudo=True readonly=True string='Analytic Tags'
  • default_analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' help='Set this if you want to define a default analytic account on requests' string='Default Analytic Account'
Public methods (1)
  • action_view_analytic(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

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/14.0/stock_request_analytic
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAnalytic
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSDenis Roussel, OCA Transbot, Víctor Martínez, Sébastien Alix, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-analytic:
    - stock_analytic
OCA/stock-logistics-warehouse:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - stock_account
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_request_order_form stock.request.order.form - stock_request_analytic stock.request.order div Inherits stock_request.stock_request_order_form
view_account_analytic_account_form analytic.order.form account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
view_stock_request_form stock.request.form stock.request field Inherits stock_request.view_stock_request_form
Models touched (4)

New fields (1)
  • stock_request_ids One2many → stock.request
    comodel_name='stock.request' copy=False inverse_name='analytic_account_id' string='Stock Requests'
Public methods (1)
  • action_view_stock_request(self)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    check_company=True string='Analytic Account' args: 'account.analytic.account'
  • analytic_tag_ids Many2many → account.analytic.tag
    check_company=True string='Analytic Tags' args: 'account.analytic.tag'
Public methods (1)
  • onchange_product_id(self)
    @api.onchange('product_id')
    Set default analytic account on lines from order if defined.

New fields (5)
  • analytic_account_ids One2many → account.analytic.account
    comodel_name='account.analytic.account' compute='_compute_analytic_ids' readonly=True string='Analytic Accounts'
  • analytic_count Integer
    compute='_compute_analytic_ids' readonly=True
  • analytic_tag_count Integer
    compute='_compute_analytic_ids' readonly=True
  • analytic_tag_ids One2many → account.analytic.tag
    comodel_name='account.analytic.tag' compute='_compute_analytic_ids' readonly=True string='Analytic Tags'
  • default_analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account' help='Set this if you want to define a default analytic account on requests' string='Default Analytic Account'
Public methods (1)
  • action_view_analytic(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

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/13.0/stock_request_analytic
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAnalytic
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSPedro M. Baeza, João Marques, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-analytic:
    - stock_analytic
OCA/stock-logistics-warehouse:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - stock_account
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_request_order_form stock.request.order.form - stock_request_analytic stock.request.order div Inherits stock_request.stock_request_order_form
view_account_analytic_account_form analytic.order.form account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
view_stock_request_form stock.request.form stock.request field Inherits stock_request.view_stock_request_form
Models touched (4)

New fields (1)
  • stock_request_ids One2many → stock.request
    comodel_name='stock.request' copy=False inverse_name='analytic_account_id' string='Stock Requests'
Public methods (1)
  • action_view_stock_request(self)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    check_company=True string='Analytic Account' args: 'account.analytic.account'
  • analytic_tag_ids Many2many → account.analytic.tag
    check_company=True string='Analytic Tags' args: 'account.analytic.tag'
Public methods (0)

No public methods.

New fields (4)
  • analytic_account_ids One2many → account.analytic.account
    comodel_name='account.analytic.account' compute='_compute_analytic_ids' readonly=True string='Analytic Accounts'
  • analytic_count Integer
    compute='_compute_analytic_ids' readonly=True
  • analytic_tag_count Integer
    compute='_compute_analytic_ids' readonly=True
  • analytic_tag_ids One2many → account.analytic.tag
    comodel_name='account.analytic.tag' compute='_compute_analytic_ids' readonly=True string='Analytic Tags'
Public methods (1)
  • action_view_analytic(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

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/12.0/stock_request_analytic
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAnalytic
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSDenis Roussel, OCA Transbot, João Marques, oca-travis, OCA-git-bot, hveficent
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-analytic:
    - stock_analytic
OCA/stock-logistics-warehouse:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - stock_account
    - account
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_request_order_form stock.request.order.form - stock_request_analytic stock.request.order div Inherits stock_request.stock_request_order_form
view_account_analytic_account_form analytic.order.form account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
view_stock_request_form stock.request.form stock.request field Inherits stock_request.view_stock_request_form
Models touched (4)

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

No public methods.

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    string='Analytic Account' args: 'account.analytic.account'
  • analytic_tag_ids Many2many → account.analytic.tag
    string='Analytic Tags' args: 'account.analytic.tag'
Public methods (0)

No public methods.

New fields (3)
  • analytic_account_ids One2many → account.analytic.account
    comodel_name='account.analytic.account' compute='_compute_analytic_ids' readonly=True string='Analytic Accounts'
  • analytic_count Integer
    compute='_compute_analytic_ids' readonly=True
  • analytic_tag_ids One2many → account.analytic.tag
    comodel_name='account.analytic.tag' compute='_compute_analytic_ids' readonly=True string='Analytic Tags'
Public methods (1)
  • action_view_analytic(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

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/11.0/stock_request_analytic
VERSION
VERSION 2.0.3
CATEGORY
CATEGORYAnalytic
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSDenis Roussel, Jordi Ballester Alomar, oca-travis, OCA-git-bot, hveficent
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-analytic:
    - stock_analytic
OCA/stock-logistics-warehouse:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - stock_account
    - account
    - analytic
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_request_order_form stock.request.order.form - stock_request_analytic stock.request.order div Inherits stock_request.stock_request_order_form
view_account_analytic_account_form analytic.order.form account.analytic.account xpath Inherits analytic.view_account_analytic_account_form
view_stock_request_form stock.request.form stock.request field Inherits stock_request.view_stock_request_form
Models touched (4)

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

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • analytic_account_id Many2one → account.analytic.account
    string='Analytic Account' args: 'account.analytic.account'
Public methods (0)

No public methods.

New fields (2)
  • analytic_account_ids One2many → account.analytic.account
    comodel_name='account.analytic.account' compute='_compute_analytic_ids' readonly=True string='Analytic Accounts'
  • analytic_count Integer
    compute='_compute_analytic_ids' readonly=True
Public methods (1)
  • action_view_analytic(self)
    @api.multi
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-request
PULL REQUEST
PULL REQUEST[18.0][MIG] stock_request_analytic: Migration to version 18.0 (#80)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
PULL REQUEST
PULL REQUEST[16.0][MIG] stock_request_analytic: Migration to 16.0 (#2497)