v 10.0 v 11.0 v 12.0 Third Party 7
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Fleet (fleet)
Discuss (mail)
Employees (hr)
Community Apps Dependencies
Lines of code 5001
Technical Name to_fleet_stock_picking
LicenseOPL-1
Websitehttps://viindoo.com
Versions 14.0 13.0 10.0 12.0 11.0
You bought this module and need support? Click here!

Stock Picking with Fleet

This modules integrate modules of geo routes, stock, stock picking waves, fleet operation planning to not only better support logistics operations of goods receipts and delivery but also gives more convenient to fleet operators

Key Features

  • Assign multiple stock transfers (pickings/deliveries) to a vehicle trip for managing your transfers with your fleets
  • Plan trips and assign them to your drivers and trip assistants with simple workflows:
    • Draft -> Confirmed -> In Operation -> Done
    • Draft -> Confirmed -> Cancelled
    • Draft -> Confirmed -> Cancelled -> Draft
  • Adding vehicle cost during trip operation
  • Trip Users can Validate transfers during the trip upon the transfers are done.
  • Auto Computation of Stowage Volume and Weight for all transfers
  • Rais Warning / Blocking messages when total Stowage Volume / Weight exceed the vehicle's Warning / Max Volume / Weight
  • Print Trip Report that consolidate all the transfer of the trip so that it can be delivered to the driver of the trip as trip instructions
  • Manage Drivers and their licenses
  • Get insights of drivers' trips
  • Integrated with HR for payroll calculation
  • Much more feature descriptions could be found on the dependency pages:
    • Geo-Routes Management and Analysis
    • Product Dimensions
    • Fleet Load Params
    • Trip Planning
    • Etc

Editions Supported

  1. Community Edition
  2. Enterprise Edition

Installation

  1. Navigate to Apps
  2. Find with keyword 'to_fleet_stock_picking'
  3. Install it as usual then you are ready to enjoy the application.

Instructions

Concepts

  1. Route Section: is a section defined by two addresses where each Address (aka From and To) is an Odoo partner record. This design model to ensure short learning curve and easy to extend and fully integrated with existing features in Odoo
  2. Waypoint: also known as "Route Waypoint", is a model that presents an instance of an Address which creates a data link between a Route and an Address in Odoo
  3. Section Line: also known as "Route Section", is a model that presents an instance of a Section which creates a data link between a Route and an Route Section in Odoo
  4. Route: is a model to present a route that defined by Waypoints and Sections. Then Odoo will automatically find and link the related Sections and Addresses for the Route
  5. Vehicle Cost: this is a native model offered by the Fleet application to record costs related to your vehicles with Fleet application. It is also used in Fleet Vehicle Trips
  6. Driver: an Odoo document (offered by the module to_fleet_driver) to help you manage your drivers. Drivers can be assigned to vehicle trips
  7. Vehicle Trip: is an Odoo document to help plan and track trips of your vehicles. Each trip can be assigned with a vehicle, a driver, several stock pickings (also known as Delivery Orders, Goods Receipts, etc)

Usages

  1. Prepare Master Data
    • Create / Update your vehicles (navigating to the menu Fleet > Vehicles)
      • On the vehicle form view, you may want to input the Warning Volume, Max. Volume, Warning Weight Load, Max. Weight Load
    • Create / Update your drivers (navigating to the menu Fleet > Drivers > Drivers).
      • You may also want to update the drivers licenses (Fleet > Drivers > Licenses)
    • Create / Update your Geo-Routes data (Fleet Operations > Routes & Waypoints)
    • Update dimensions (Length, Width, Height) and other parameters (Volume, Weight, etc) for your products on product form views
  2. Plan your first trip
    • Navigate to Fleet Operations to see a calendar view of your trips
    • Click on a cell of your desired trip time to open vehicle trip form view
    • Assign a vehicle, a driver, a route, one or more assistants, etc
    • Pick one or more transfers (also known as Stock Picking in Odoo terms)
    • Hit Confirm button to schedule the trip
  3. Starting a trip
    • Navigate to the menu Fleet Operations > Operations > Trips Confirmed
    • Find the trip you want to start and open it in form view
    • Hit the Start button to open Trip Starting Wizard on which you can update the following information:
      • Driver (if you want to change the driver)
      • Assistants (if you want to add/change the assistants)
      • Odometer
      • Start time
      • Vehicle (if you want to change the vehicle)
  4. Adding on-trip information
    • Register a vehicle cost
      • Navigate to the menu Fleet Operations > Operations > Trips in Operation to find the trip that you want to register a vehicle cost
      • Open the trip in form view
      • Hit the button Register Cost to open Trip Cost Registration Wizard, on which you can entry the following:
        • Date: the date on which the cost was raised
        • Amount: the cost/expense amount
        • Cost Type: the type of the cost
        • Trip Waypoint: the waypoint of the route at which the cost was raised
        • Trip Section: the route section of the trip in which the cost was raised
  5. Ending an In-Operation Trip
    • Navigate to the menu Fleet Operations > Operations > Trips in Operation to find the trip that you want to end
    • Open the trip in form view
    • Hit the button Done to open Trip Ending Wizard, on which you can entry the following:
      • End Time: the time at which the trip was actually end.
      • Odometer: the value of the odometer at the end of the trip
      • Fuel Consumption: the actual fuel consumption of the trip.
  6. Adding costs to trip can be done for trips that are neither in Draft nor Cancelled state
  7. Accessing the drivers and trip assistants data from Salary Rules:
    • The following fields are availble in the model 'hr.employee'
      • driver_done_trip_ids: This stores all the trips that have been completed by the employee as the roll of driver
      • assitant_done_trip_ids: This stores all the trips that have been completed by the employee as the roll of trip assistant
    • Sample salary rules:
      • compute salary for a driver based on number of trips he completed during the payslip period (assumed that wage/trip is 100.0): result = len(employee.driver_done_trip_ids.filtered(lambda t: t.end_date >= payslip.date_from and t.end_date <= payslip.date_to)) * 100.0
      • compute salary for a driver based on number of transfers he delivered/picked during the payslip period (assumed that wage/transfer is 10.0): result = len(employee.driver_done_trip_ids.filtered(lambda t: t.end_date >= payslip.date_from and t.end_date <= payslip.date_to).mapped('stock_picking_ids')) * 100.0
      • compute salary for a trip assistant based total weight of the transfers he complated during the payslip period (assume that wage per picked/delivered kilogram is 1.2): result = sum(employee.assitant_done_trip_ids.filtered(lambda t: t.end_date >= payslip.date_from and t.end_date <= payslip.date_to).mapped('stock_picking_ids.total_weight')) * 1.2
  8. Reports and Analysis
    • Fleet Trips Analysis: navigate to the menu: Fleet Operations > Reports > Fleet Trips Analysis.
    • Cost Analysis: navigate to the menu: Fleet Operations > Reports > Cost Analysis.
    • Stock Moves:
      • filtered by Vehicle, Trip, Vehicle Services, Drivers
      • group by vehicle, trip, driver
    • Trip Reports: You can print Trip Reports from trip's list view and form view. A Trip Report includes consolidated information about the trip: start, stop, waypoints, pickings, delivery orders, etc
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.