Repository
OCA/vertical-ngo · module folder · Try on Runboat
Module version
0.1
Category
Transportation
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 06:56:14
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Guewen Baconnier, Alexandre Fayolle, Joel Grand-Guillaume, Nicolas Bessi
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
logistic_order, logistic_requisition
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 form 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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)