Transportation Plan

transport_plan
REPOSITORY
REPOSITORYOCA/vertical-ngo
GIT
GIThttps://github.com/OCA/vertical-ngo.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-ngo/tree/7.0/transport_plan
VERSION
VERSION 0.1
CATEGORY
CATEGORYTransportation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Joel Grand-Guillaume, Nicolas Bessi
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - purchase
    - stock
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to manage your transport
===============================================

A transport plan represent a kind of "contract" with your carrier.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_transport_mode_form Transport Mode transport.mode data New
view_transport_mode_tree Transport Modes transport.mode tree New
view_transport_plan_filter transport.plan.list.select transport.plan search New
view_transport_plan_form transport.plan.form transport.plan form New
view_transport_plan_tree transport.plan.tree transport.plan tree New
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (10)
  • copy(self, cr, uid, id, default=None, context=None)
  • create(self, cr, uid, vals, context=None)
  • set_to_draft(self, cr, uid, ids, context=None)
  • transport_at_customs(self, cr, uid, ids, context=None)
  • transport_blocked(self, cr, uid, ids, context=None)
  • transport_cancel(self, cr, uid, ids, context=None)
  • transport_confirm(self, cr, uid, ids, context=None)
  • transport_done(self, cr, uid, ids, context=None)
  • transport_procure(self, cr, uid, ids, context=None)
  • transport_transit(self, cr, uid, ids, context=None)