Shipment Advice Reception Planner

shipment_advice_reception_planner
REPOSITORY
REPOSITORYOCA/stock-logistics-transport
GIT
GIThttps://github.com/OCA/stock-logistics-transport.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-transport/tree/14.0/shipment_advice_reception_planner
VERSION
VERSION 0.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSThierry Ducrest, Weblate, OCA-git-bot, Michael Tietz, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-transport
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-transport:
    - shipment_advice
    - stock_dock
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - stock_account
    - sale_management
    - purchase_stock
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
shipment_advice_view_form shipment.advice.form shipment.advice button 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 field Inherits stock.view_move_search
wizard_plan_reception_shipment_form wizard.plan.reception.shipment.form wizard.plan.reception.shipment form New
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)