Stock Deposit

stock_deposit
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/9.0/stock_deposit
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, mreficent, cubells, OCA Transbot, oca-travis, Weblate, Sergio Teruel Albert, sergio.teruel
WEBSITE
WEBSITEhttp://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
deposit_product_form_view_procurement_button deposit.product.product.procurement product.product xpath Inherits stock.product_form_view_procurement_button
deposit_product_template_form_view_procurement_button deposit.product.template_procurement product.template xpath Inherits stock.product_template_form_view_procurement_button
deposit_quant_search_view deposit.stock.quant.search stock.quant xpath Inherits stock.quant_search_view
deposit_stock_picking_type_kanban deposit.stock.picking.type.kanban stock.picking.type xpath Inherits stock.stock_picking_type_kanban
deposit_stock_quant_wizard_view Regularize Deposit Stock Quants deposit.stock.quant.wizard form New
deposit_view_location_form deposit.stock.location.form stock.location xpath Inherits stock.view_location_form
deposit_view_move_search deposit.stock.move.search stock.move xpath Inherits stock.view_move_search
deposit_view_picking_form deposit.stock.picking.form stock.picking xpath Inherits stock.view_picking_form
deposit_view_picking_internal_search deposit.stock.picking.internal.search stock.picking xpath Inherits stock.view_picking_internal_search
Models touched (9)

New fields (2)
  • line_ids One2many → deposit.stock.quant.wizard.line
    comodel_name='deposit.stock.quant.wizard.line' inverse_name='stock_quant_wizard_id'
  • quants_action Selection
    default='regularize' string='Quants Action' args: [('regularize', 'Regularize')]
Public methods (3)
  • action_apply(self)
    @api.multi
  • check_forbbiden_quants(self, quants)
  • default_get(self, fields_list)
    @api.model

New fields (6)
  • location_id Many2one → stock.location
    comodel_name='stock.location' readonly=True string='Location'
  • new_qty Float
    string='Qty to process'
  • owner_id Many2one → res.partner
    comodel_name='res.partner' readonly=True string='Owner'
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Product'
  • quant_id Many2one → stock.quant
    comodel_name='stock.quant' readonly=True string='Quant'
  • stock_quant_wizard_id Many2one → deposit.stock.quant.wizard
    comodel_name='deposit.stock.quant.wizard'
Public methods (0)

No public methods.

New fields (1)
  • deposit_available Float
    compute='_compute_deposit_available' string='Deposit Qty Available'
Public methods (1)
  • deposit_action_open_quants(self)
    @api.multi

New fields (1)
  • deposit_available Float
    compute='_compute_deposit_available' string='Deposit Qty Available'
Public methods (3)
  • action_open_quants(self)
    @api.multi
  • action_view_stock_moves(self)
    @api.multi
  • deposit_action_open_quants(self)
    @api.multi

New fields (1)
  • deposit_location Boolean
    help='Check this box to allow using this location to put deposit goods.' string='Is a Deposit Location?'
Public methods (0)

No public methods.

New fields (1)
  • is_deposit Boolean
    readonly=True related='picking_type_id.is_deposit' store=True string='Is Deposit'
Public methods (0)

No public methods.

New fields (1)
  • is_deposit Boolean
    compute='_compute_is_deposit' store=True string='Is a deposit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • quants_get(self, qty, move, ops=False, domain=None, removal_strategy='fifo')
    @api.model
  • write(self, vals)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals)
    @api.model