Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.1
Category
Warehouse Management
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:09:15
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Lois Rilo, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_picking_type_form view.picking.type.form stock.picking.type form Inherits stock.view_picking_type_form
view_run_stock_pull_list_wizard_wizard stock.pull.list.wizard.form stock.pull.list.wizard form New
view_run_stock_pull_list_wizard_wizard_step_2 stock.pull.list.wizard.form.2 stock.pull.list.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • action_create_pull_list(self)

New fields (1)
  • allow_pull_list_server_action Boolean
    default=False
Public methods (0)

No public methods.

New fields (13)
  • available_in_source_location Boolean
    help='Select only rules with enough available stock in source location. Applies for rules with a source location.'
  • consolidate_by_product Boolean
    help='All needs for each product will be grouped in one line, disregarding date.'
  • date_to Date
  • exclude_reserved Boolean
  • group_by_rule Boolean
  • line_ids One2many → stock.pull.list.wizard.line
    comodel_name='stock.pull.list.wizard.line' inverse_name='wizard_id' readonly=True
  • location_dest_id Many2one → stock.location
    comodel_name='stock.location' string='Destination Location'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • max_lines Integer
  • procurement_group_ids Many2many → procurement.group
    comodel_name='procurement.group'
  • rule_action Selection
    selection=<expr>
  • select_all Boolean
    default=True
  • warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse'
Public methods (4)
  • action_prepare(self)
  • action_procure(self)
  • action_update_selected(self)
  • default_get(self, fields)
    @api.model

New fields (10)
  • available_qty Float
    digits='Product Unit of Measure'
  • date Date
  • incoming_qty Float
    digits='Product Unit of Measure'
  • location_id Many2one → stock.location
    comodel_name='stock.location'
  • needed_qty Float
    digits='Product Unit of Measure'
  • product_id Many2one → product.product
    comodel_name='product.product'
  • raw_demand_qty Float
    digits='Product Unit of Measure'
  • selected Boolean
    default=True
  • stock_rule_id Many2one → stock.rule
    comodel_name='stock.rule'
  • wizard_id Many2one → stock.pull.list.wizard
    comodel_name='stock.pull.list.wizard'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…