Search 1.9 billion lines of Odoo code on GitHub

fieldservice_fleet

Author: Brian McMaster, Open Source Integrators, Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0-fieldservice-add_type
Repository: akretion/field-service
Dependencies: fieldservice_vehicle, and fleet
Languages: HTML (391, 49.5%), PO File (167, 21.1%), Python (177, 22.4%), and XML (55, 7.0%)
Other branches: 12-Add_fieldservice_recurring_quick_edit, 12.0-fieldservice-imp-prepare-fsm-location, 12.0-so-fsm-location-autofill, 14.0, 14.0-akretion#13-no-preferred-workers, 14.0-akretion#16-contract_lines_view, 14.0-akretion#19-custom-external-id, 14.0-akretion#2-no-stages, 14.0-akretion#22-fsm-feature-groups, 14.0-akretion#4-5-visibility-territory-equipment, 14.0-akretion#8-custom-worker-module, 14.0-fieldservice-contract, 14.0-fieldservice-split-_field_service_generation, 14.0-fieldservice_sale-only-invoice-invoiceable-fsm-order, 14.0-fieldservice_sale_recurring-only-invoice-invoiceable-fsm-order, 14.0_add_fieldservice_invoice_subcontractor, 14.0_add_location_on_sale_line, 14.0_add_location_on_sale_line-merged-with-14.0-fieldservice-split-_field_service_generation, 14.0_imp_invoiceable_stage, and 14_add_fieldservice_sale_frequency
Other repositories: ACVIT/field-service, Ahmed9914/field-service, Change2improve/field-service, ERPLibre/field-service, Escodoo/field-service, Gabinete-Digital/field-service, Ingeos/field-service, K-schumac/field-service, Khalid-SerpentCS/field-service, LevelPrime/field-service, MYRCONSULTING/field-service, NeatNerdPrime/field-service, OCA-MUK/field-service, OCA/field-service, SerpentConsultingServices/field-service, SeuMarco/field-service, Upsyd/field-service, agranadosb/field-service, agranadosb55199/field-service, amardimiaty/field-service, ariozer/field-service, brian10048/field-service, click2prasanth/field-service, codentsoftware/field-service, coopiteasy/field-service, diegobgl/field-service, dreispt/field-service, hippe-67/field-service, hpatelserpentcs/field-service, id42sistemas/field-service, jmm20/field-service, marcelsavegnago/field-service, meganphan/field-service, mita4kata/field-service, murtuzasaleh/field-service, patrickrwilson/field-service, pdyharshad/field-service, popsolutions/field-service, robertsvx27/field-service, sanube/field-service, sendalpegat/field-service, tymiles003/field-service, unitek-solusi/OCA-field-service, ursais/field-service, valmarnet/field-service, and yassirgourram/field-service

<h1 class="title">Field Service Fleet</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/field-service/tree/13.0/fieldservice_fleet"><img alt="OCA/field-service" src="https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/field-service-13-0/field-service-13-0-fieldservice_fleet"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/264/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module allows you to link the vehicles and workers of Field Service with vehicles and drivers of Fleet.</p> <p>Beware that the Fleet module can have more vehicles than the FSM one (not all vehicles of the company are used for Field Service work).</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id3">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id4">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id6">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id7">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id9">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id10">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>To install Field Service and have the mapping features, you need to install GeoEngine.</p> <p>Please refer to the installation instructions available at: <a class="reference external" href="https://github.com/OCA/geospatial/tree/13.0/base_geoengine">https://github.com/OCA/geospatial/tree/13.0/base_geoengine</a></p> <a name="configuration"></a> <h2><a class="toc-backref" href="#id2">Configuration</a></h2> <p>Upon installation, any existing FSM Vehicles will have Fleet vehicles created for them.</p> <p>Go to Fleet and review the vehicles created from the existing FSM vehicles</p> <ul class="simple"> <li>Update the vehicle model as needed</li> <li>Update the odometer unit which is set to kilometers by default</li> </ul> <a name="usage"></a> <h2><a class="toc-backref" href="#id3">Usage</a></h2> <p>To use this module, you need to:</p> <p>Fleet</p> <blockquote> <ul class="simple"> <li>Go to Fleet</li> <li>Create or select a vehicle</li> <li>From Action menu, choose Convert to FSM Vehicle</li> <li>A new FSM Vehicle will be created linked to this Fleet Vehicle</li> </ul> </blockquote> <p>Field Service</p> <blockquote> <ul class="simple"> <li>Go to Field Service &gt; Master Data &gt; Vehicles</li> <li>Select or create a vehicle.</li> <li>Link to a Fleet Vehicle by assigining one to the vehicle details</li> </ul> </blockquote> <p>Changing the Fleet vehicle driver sets the FSM Vehicle worker Changing the FSM Vehicle worker sets the Fleet Vehicle driver</p> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h2> <p>The roadmap of the Field Service application is documented on <a class="reference external" href="https://github.com/OCA/field-service/issues/1">Github</a>.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id5">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/field-service/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_fleet%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id6">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id7">Authors</a></h3> <ul class="simple"> <li>Brian McMaster</li> <li>Open Source Integrators</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id8">Contributors</a></h3> <ul class="simple"> <li>Wolfgang Hall &lt;<a class="reference external" href="mailto:whall&#64;opensourceintegrators.com">whall&#64;opensourceintegrators.com</a>&gt;</li> <li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:mchambreuil&#64;opensourceintegrators.com">mchambreuil&#64;opensourceintegrators.com</a>&gt;</li> <li>Brian McMaster &lt;<a class="reference external" href="mailto:brian&#64;mcmpest.com">brian&#64;mcmpest.com</a>&gt;</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id9">Other credits</a></h3> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Open Source Integrators &lt;<a class="reference external" href="https://opensourceintegrators.com">https://opensourceintegrators.com</a>&gt;</li> <li>McMaster Lawn &amp; Pest Services &lt;<a class="reference external" href="https://www.mcmpest.com">https://www.mcmpest.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id10">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p> <p><a class="reference external" href="https://github.com/wolfhall"><img alt="wolfhall" src="https://github.com/wolfhall.png?size=40px" /></a> <a class="reference external" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a> <a class="reference external" href="https://github.com/brian10048"><img alt="brian10048" src="https://github.com/brian10048.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/field-service/tree/13.0/fieldservice_fleet">OCA/field-service</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>