Skip to content

Commit

Permalink
Merge PR #1175 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Apr 22, 2024
2 parents 7eee994 + d1abd01 commit 8f25366
Show file tree
Hide file tree
Showing 32 changed files with 1,794 additions and 0 deletions.
137 changes: 137 additions & 0 deletions fieldservice_vehicle/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
======================
Field Service Vehicles
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cc8622bab0dca4e9ffa960ab600ed67f6ee01eaf51d83da5648a3dbb9a97ef5f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github
:target: https://github.com/OCA/field-service/tree/17.0/fieldservice_vehicle
:alt: OCA/field-service
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/field-service-17-0/field-service-17-0-fieldservice_vehicle
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/field-service&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to manage your vehicles and assign them to a
worker.

**Table of contents**

.. contents::
:local:

Installation
============

To install Field Service and have the mapping features, you need to
install GeoEngine.

Please refer to the installation instructions available at:
https://github.com/OCA/geospatial/tree/13.0/base_geoengine

Configuration
=============

To configure this module, you need to:

- Go to Field Service > Master Data > Vehicles
- Create your vehicles and assign them to a worker

Usage
=====

To use this module, you need to:

- Go to Field Service
- Create or select an order and assign it
- Follow the process

Known issues / Roadmap
======================

The roadmap of the Field Service application is documented on
`Github <https://github.com/OCA/field-service/issues/1>`__.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/field-service/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_vehicle%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Open Source Integrators

Contributors
------------

- Wolfgang Hall <[email protected]>
- Maxime Chambreuil <[email protected]>
- Steve Campbell <[email protected]>
- Bhavesh Odedra <[email protected]>
- Michael Allen <[email protected]>
- Serpent Consulting Services Pvt. Ltd. <[email protected]>
- Brian McMaster <[email protected]>
- Vandan Pandeji <[email protected]>
- `APSL <https://apsl.tech>`__:

- Antoni Marroig <[email protected]>

Other credits
-------------

The development of this module has been financially supported by:

- Open Source Integrators <https://opensourceintegrators.com>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

.. |maintainer-wolfhall| image:: https://github.com/wolfhall.png?size=40px
:target: https://github.com/wolfhall
:alt: wolfhall
.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px
:target: https://github.com/max3903
:alt: max3903

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-wolfhall| |maintainer-max3903|

This module is part of the `OCA/field-service <https://github.com/OCA/field-service/tree/17.0/fieldservice_vehicle>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions fieldservice_vehicle/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (C) 2018, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
22 changes: 22 additions & 0 deletions fieldservice_vehicle/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright (C) 2018 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Field Service Vehicles",
"summary": "Manage Field Service vehicles and assign drivers",
"version": "17.0.1.0.0",
"category": "Field Service",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
"depends": ["fieldservice"],
"data": [
"security/res_groups.xml",
"security/ir.model.access.csv",
"views/fsm_vehicle.xml",
"views/fsm_person.xml",
"views/fsm_order.xml",
"views/menu.xml",
],
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": ["wolfhall", "max3903"],
}
129 changes: 129 additions & 0 deletions fieldservice_vehicle/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_vehicle
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-12-04 15:44+0000\n"
"Last-Translator: Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT <nils."
"[email protected]>\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14.1\n"

#. module: fieldservice_vehicle
#: model_terms:ir.actions.act_window,help:fieldservice_vehicle.action_fsm_vehicle
msgid "Add a Field Service Vehicle here."
msgstr "Field-Service-Fahrzeuge hinzufügen."

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__person_id
msgid "Assigned Driver"
msgstr "Zugewiesener Fahrer"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__create_uid
msgid "Created by"
msgstr "Erstellt von"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__create_date
msgid "Created on"
msgstr "Erstellt am"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_person__vehicle_id
msgid "Default Vehicle"
msgstr "Standard-Fahrzeug"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__display_name
msgid "Display Name"
msgstr "Anzeigename"

#. module: fieldservice_vehicle
#: model:ir.model,name:fieldservice_vehicle.model_fsm_order
msgid "Field Service Order"
msgstr "Field Service Auftrag"

#. module: fieldservice_vehicle
#: model:ir.model,name:fieldservice_vehicle.model_fsm_vehicle
msgid "Field Service Vehicle"
msgstr "Service-Fahrzeug"

#. module: fieldservice_vehicle
#: model:ir.actions.act_window,name:fieldservice_vehicle.action_fsm_vehicle
msgid "Field Service Vehicles"
msgstr "Service-Fahrzeuge"

#. module: fieldservice_vehicle
#: model:ir.model,name:fieldservice_vehicle.model_fsm_person
msgid "Field Service Worker"
msgstr "Field Service Mitarbeiter"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__id
msgid "ID"
msgstr "ID"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle____last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"

#. module: fieldservice_vehicle
#: model:res.groups,name:fieldservice_vehicle.group_fsm_vehicle
msgid "Manage Vehicles"
msgstr "Fahrzeuge verwalten"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_vehicle__name
msgid "Name"
msgstr "Bezeichnung"

#. module: fieldservice_vehicle
#: model:ir.model.fields,field_description:fieldservice_vehicle.field_fsm_order__vehicle_id
msgid "Vehicle"
msgstr "Fahrzeug"

#. module: fieldservice_vehicle
#: model:ir.model.constraint,message:fieldservice_vehicle.constraint_fsm_vehicle_name_uniq
msgid "Vehicle name already exists!"
msgstr "Es existiert bereits ein Fahrzeug mit diesem Namen!"

#. module: fieldservice_vehicle
#: model:ir.actions.act_window,name:fieldservice_vehicle.action_fsm_report_vehicle
#: model:ir.ui.menu,name:fieldservice_vehicle.menu_fsm_report_vehicle
#: model:ir.ui.menu,name:fieldservice_vehicle.menu_fsm_vehicle
#: model_terms:ir.ui.view,arch_db:fieldservice_vehicle.fsm_vehicle_graph_view
#: model_terms:ir.ui.view,arch_db:fieldservice_vehicle.fsm_vehicle_pivot_view
msgid "Vehicles"
msgstr "Fahrzeuge"

#. module: fieldservice_vehicle
#: model_terms:ir.actions.act_window,help:fieldservice_vehicle.action_fsm_report_vehicle
msgid "Vehicles Report"
msgstr "Fahrzeug-Bericht"

#~ msgid "Assigned Vehicle"
#~ msgstr "Zugewiesenes Fahrzeug"

#~ msgid "The vehicle is already assigned to another route on that day!"
#~ msgstr ""
#~ "Das Fahrzeug ist an diesem Tag bereits einer anderen Route zugewiesen!"
Loading

0 comments on commit 8f25366

Please sign in to comment.