Stock Account Deposit

stock_account_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_account_deposit
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccount
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Tecnativa S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Tecnativa S.L.
COMMITTERS
COMMITTERSPedro M. Baeza, mreficent, OCA Transbot, oca-travis, sergio.teruel
WEBSITE
WEBSITEhttp://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-workflow:
    - stock_deposit
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
    - stock
    - procurement
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (2)
  • journal_id Many2one → account.journal
    comodel_name='account.journal' default=_default_journal domain="[('type', '=', 'sale'),('company_id', '=', company_id)]" required=True string='Journal'
  • quants_action Selection
    selection_add=[('invoice', 'Regularize and invoice pickings')]
Public methods (3)
  • action_apply(self)
    @api.multi
  • check_forbbiden_pickings(self, pickings)
  • open_invoices(self, invoice_ids)
    @api.multi