Putaway strategies on product form view

stock_putaway_product_form
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_putaway_product_form
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, OCA-git-bot, KevinKhao, Kevin Khao, kevinkhao
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openupgradelib
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_product_form_putaway product.product.form.putaway product.product xpath Inherits product.product_normal_form_view
view_template_form_putaway product.template.product.form product.template xpath Inherits product.product_template_form_view
Models touched (4)

New fields (1)
  • product_product_putaway_ids One2many → stock.fixed.putaway.strat
    comodel_name='stock.fixed.putaway.strat' inverse_name='product_id' string='Product putaway strategies by product variant'
Public methods (0)

No public methods.

New fields (1)
  • product_location_ids One2many
    domain=[]
Public methods (0)

No public methods.

New fields (2)
  • product_putaway_categ_ids Many2many → stock.fixed.putaway.strat
    comodel_name='stock.fixed.putaway.strat' compute='_compute_putaway_categ_ids' string='Product putaway strategies by category'
  • product_tmpl_putaway_ids One2many → stock.fixed.putaway.strat
    comodel_name='stock.fixed.putaway.strat' inverse_name='product_tmpl_id' string='Product putaway strategies by product'
Public methods (0)

No public methods.

New fields (1)
  • product_tmpl_id Many2one → product.template
    comodel_name='product.template' compute='_compute_product_tmpl_id' inverse=<expr> ondelete='cascade' store=True
Public methods (1)
  • filtered(self, func)