Coder Social home page Coder Social logo

stock-logistics-transport's Introduction

Runboat Pre-commit Status Build Status codecov Translation Status

stock-logistics-transport

TODO: add repo description.

Available addons

addon version maintainers summary
shipment_advice 16.0.1.4.1 Manage your (un)loading process through shipment advices.
shipment_advice_planner 16.0.1.1.0 jbaudoux This module is used to plan ready transfers in shipment advices.
shipment_advice_planner_toursolver 16.0.1.0.0 Shipment advices planning by geo-optimization (TourSolver)
shipment_advice_planner_toursolver_queue_job 16.0.1.0.0 Run TourSolver queries in queue jobs
stock_dock 16.0.1.0.1 Manage the loading docks of your warehouse.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

stock-logistics-transport's People

Contributors

dzungtran89 avatar giarve avatar glitchov avatar grindtildeath avatar hailangvn avatar joelkm avatar lmignon avatar mymage avatar nitohu avatar oca-git-bot avatar oca-travis avatar pedrobaeza avatar rousseldenis avatar sbejaoui avatar sebalix avatar tdu avatar victorvermot avatar weblate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stock-logistics-transport's Issues

How to choose the mean of transport in the shipment plan

Hi,

I'm testing the module and it's really great. Thanks a lot for that. The only point I found so far is that I do not know where I can define the means of transport for the shipment plan. I would like to add (air, truck, train, etc.)

Thanks for any answer.

shipment_plans_-_odoo_and_1_of_1_uploaded_-_youtube

[stock-shipment-management] Some entered fields are not passed around

The following fields are not passed around when entered in 'shipment.plan.creator':

  1. carrier_tracking_ref: Fill 'carrier_tracking_ref' field in the wizard and click 'create'. A new 'shipment.plan' record is created with a 'carrier_tracking_ref' field filled with the value previously entered by the user. Open one of the picking from the shipment plan, and the user will be surprised that the 'carrier_tracking_ref' field is blank. Of course it does not get passed to the 'stock.picking' simply because all the related 'stock.picking' are already created before the 'shipment.plan' is created.
  2. consignee_id: Same steps as the previous point. This time i think it does not get passed to the 'stock.picking' because there is no 'consignee_id' field in the _compute_shipment_data method.

Are there any reasons behind this decision? I think i can help with the PR if there are no reasons behind this decision. Thanks!

RFC: Transportation Management System

Migration and refactoring of Jarsa TMS modules.
v15 sources: https://github.com/ursais/stock-logistics-transport/tree/15.0-jarsa
Credits: @alan196

TMS

  • Menu items:

    • Dashboard: Teams (Kanban, Timeline, Activity)
    • Operations: All trips (List, Form), Odometers
    • Master Data: Vehicles, Drivers, Locations, Contracts, Services
    • Reporting: Trips (Graph, Pivot), Costs
    • Configuration: Settings, Teams, Stages (for Travel, Driver and Vehicle)
  • Groups:

    • TMS / Administrator: Access to all menu items
    • TMS / User (dispatcher): Access to all menu items except Configuration
    • TMS / Driver: portal user?
    • Technical / Use TMS Teams
  • Settings: Activation of advanced features via groups or modules

    • Fleet options
    • Activate Teams (a team shares the same process/stages)
    • Activate Crews (a crew shares the same vehicle)
    • Activate Driver License Expiration + Number of days
    • Activate Vehicle Insurance Expiration + Number of days
    • Integrations: GPS, Maps, Marketplaces, Telemetry
  • Basic models:

    • Stages (tms.stage)
    • Teams (tms.team)
    • Vehicles (fleet.vehicle): cargo or passengers, type, capacity
    • Drivers (res.partner)
    • Locations (res.partner)
    • Routes (tms.route)
    • Travels (tms.order)
  • Dependencies: fleet

TMS - Sale

To sell trips by quantity, volume, weight, quantity of a specific product, distance (miles, kilometers, nautic miles)

  • Dependencies: tms, sale

TMS - Expenses

To manage expenses of a trip: hotel, tolls, fuel, etc.

  • Dependencies: tms, hr_expense

TMS - Account

To invoice trips to the customer and create vendor bills to the drivers and other suppliers

  • Dependencies: tms, account

TMS - Purchase

To create purchase requests to drivers and other suppliers

  • Dependencies: tms, purchase

TMS - Account - Asset

To manage depreciation of vehicles

  • Dependencies: tms, account_asset

TMS - Maintenance

To manage preventive maintenance

  • Dependencies: tms, maintenance

TMS - Skills

To manage driver skills and licenses

  • Dependencies: tms, hr_skills

TMS - Air

To manage transportation by air (airlines, air cargo):

  • Vehicles: planes, helicopters, drones

  • Locations: Airports

  • Dependencies: tms

TMS - Water

To manage transportation by water:

  • Vehicles: boats, tankers, barges, ferries, container ships

  • Locations: Ports

  • Dependencies: tms

TMS - Rail

To manage transportation by rails:

  • Vehicles: Trains, Wagons

  • Dependencies: tms

[stock-shipment-management] Partner address required?

In demo database, it is not possible to Add to shipment plan:
Traceback (most recent call last):
File "/home/eric/odoo/CVS/8.0/odoo_ocb/openerp/http.py", line 537, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/eric/odoo/CVS/8.0/odoo_ocb/openerp/http.py", line 588, in dispatch
return self._json_response(result)
File "/home/eric/odoo/CVS/8.0/odoo_ocb/openerp/http.py", line 526, in _json_response
body = simplejson.dumps(response)
File "/usr/lib/python2.7/dist-packages/simplejson/init.py", line 370, in dumps
return _default_encoder.encode(obj)
File "/usr/lib/python2.7/dist-packages/simplejson/encoder.py", line 269, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/lib/python2.7/dist-packages/simplejson/encoder.py", line 348, in iterencode
return _iterencode(o, 0)
File "/usr/lib/python2.7/dist-packages/simplejson/encoder.py", line 246, in default
raise TypeError(repr(o) + " is not JSON serializable")
TypeError: res.partner() is not JSON serializable

It is not possible to create a shipment plan either (probably for similar reasons)

[Road Map] module: stock_shipment_management doesn't support package info

Hi,

Currently for module: stock_shipment_management, there is no package information in the shipment plan, I think we should not only add the departure moves on shipment plan, but also the departure packages (stock.pack.operation) and should calculate the total gross/net weight and total volume depending on the packages.

I'll proceed to make a pull request.
Any feedback is welcomed.

thanks and best regards,
Alex

RFC for CMR Management and e-CMR Integration in Odoo ERP

RFC for CMR Management and e-CMR Integration in Odoo ERP

Introduction

eCMR, as a digital adaptation of the traditional CMR consignment note, has been legally validated and is an integral part of the international transport of goods. Endorsed by numerous countries and supported by the United Nations, its adoption signifies a pivotal move towards digitalization in the transportation sector. This transition is not only a technological advancement but also aligns with global efforts for sustainable and innovative logistics practices.

Objective

Develop and implement a functionality in Odoo ERP to manage transportation processes in compliance with the CMR Convention and to prepare for the mandatory use of e-CMR starting in September 2024.

General Description

  • Sale as Route: Each sale represents a transport route.
  • Purchases and Carriers: Each purchase linked to a route is a carrier.
  • CMR Management: One CMR document is updated by each carrier.
  • Final Signature and Invoicing: The completed CMR is attached to the invoice for client payment.

Technical Specifications

  1. Sale Route Module: Links sales to transport routes and purchases.
  2. CMR Management Module: Creates, updates, and tracks the CMR document.
  3. Integration with Purchases: Links purchases to CMR updates.
  4. Completion and Sending of CMR: Finalizes CMR for invoicing.
  5. CMR Claims from Suppliers: Automated CMR request and collection.
  6. Security and Compliance: Ensures legal compliance and data security.
  7. User Interface and Experience: User-friendly design and accessibility.
  8. Reporting and Analysis: Tools for tracking and improving logistics.

e-CMR Integration

  • Compliance with 2024 Regulation: Adapts to mandatory e-CMR usage.
  • Digital Transformation: Transitions from paper-based to digital CMR.
  • Subsidy Utilization: Leverages financial programs like "Cheque Moderniza".
  • Technical Adaptation: Prepares for technology changes required by e-CMR.
  • Training and Support: Provides training for e-CMR system use.

Conclusion

Integrating CMR and e-CMR functionalities in Odoo aligns with regulatory changes and represents a commitment to digital transformation in logistics and transportation management.

Thank you in advance.

Best regards,

Rafael Blasco
@moduon MT-4057

Ref:

[stock-shipment-management] Enhance the current module for sales shipments

Hi,
We have a customer who would use this module but it is currently missing some features we need:

  • Current module is PO centered which is not ideal and not generic. Shipment should be either sales or purchases oriented.
  • There is no Custom agent (it might be different from the carrier in our case)
  • We should link the shipment with landing cost (extended), one for the carrier, one for the agent.
  • all setup should be gathered in the warehouse menu (currently consignee is in sales, transport mode in purchase etc..)

I would rather modify this module for the sales part+setup and create a new one for the landed costs

Your thoughts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.