Repository
OCA/stock-logistics-transport · module folder · Try on Runboat
Module version
0.2.0
Category
Warehouse Management
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-transport
Last tracking update
2026-08-07 07:47:41
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Thierry Ducrest, Michael Tietz, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
shipment_advice_view_form shipment.advice.form shipment.advice form Inherits shipment_advice.shipment_advice_view_form
stock_move_view_tree stock.move.tree stock.move tree New
view_move_search stock.move.search.inherit stock.move search Inherits stock.view_move_search
wizard_plan_reception_shipment_form wizard.plan.reception.shipment.form wizard.plan.reception.shipment form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (2)
  • button_plan_reception(self)
  • write(self, vals)

New fields (2)
  • origin_purchase Char
    compute='_compute_origin_purchase' search='_search_origin_purchase'
  • quantity_to_split_wizard Float
    default=<expr> readonly=False store=False string='Receiving Qty'
Public methods (0)

No public methods.

New fields (5)
  • move_ids Many2many → stock.move
    comodel_name='stock.move' string='Moves Being Planned'
  • move_to_split_ids Many2many → wizard.stock.move.split
    comodel_name='wizard.stock.move.split'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' string='Receive From'
  • shipment_advice_id Many2one → shipment.advice
    comodel_name='shipment.advice' required=True string='Shipment Advice'
  • warehouse_id Many2one
    related='shipment_advice_id.warehouse_id'
Public methods (2)
  • action_plan_reception(self)
    Plan the selected moves in the shipment advice.
  • default_get(self, fields_list)
    @api.model

New fields (2)
  • move_id Many2one → stock.move
    comodel_name='stock.move'
  • quantity_to_split Float
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_unplan(self)