| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/9.0/stock_deposit |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Inventory |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, GitHub, mreficent, cubells, OCA Transbot, oca-travis, Weblate, Sergio Teruel Albert, sergio.teruel |
| WEBSITE | |
| WEBSITE | http://www.tecnativa.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
action_apply(self)
check_forbbiden_quants(self, quants)
default_get(self, fields_list)
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'
No public methods.
deposit_available
Float
compute='_compute_deposit_available'
string='Deposit Qty Available'
deposit_action_open_quants(self)
deposit_available
Float
compute='_compute_deposit_available'
string='Deposit Qty Available'
action_open_quants(self)
action_view_stock_moves(self)
deposit_action_open_quants(self)
deposit_location
Boolean
help='Check this box to allow using this location to put deposit goods.'
string='Is a Deposit Location?'
No public methods.
is_deposit
Boolean
readonly=True
related='picking_type_id.is_deposit'
store=True
string='Is Deposit'
No public methods.
is_deposit
Boolean
compute='_compute_is_deposit'
store=True
string='Is a deposit'
No public methods.
No new fields.
Public methods (2)quants_get(self, qty, move, ops=False, domain=None, removal_strategy='fifo')
write(self, vals)
No new fields.
Public methods (1)create(self, vals)