-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by dreispt
- Loading branch information
Showing
29 changed files
with
1,204 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
=================== | ||
Field Service - CRM | ||
=================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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/15.0/fieldservice_crm | ||
: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-14-0/field-service-14-0-fieldservice_crm | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/264/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
The module integrates the field service application with CRM opportunities. | ||
This can be useful in scenarios where onsite personnel are needed for | ||
evaluation or surveying before quoting. | ||
|
||
**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 | ||
============= | ||
|
||
No configuration is needed. | ||
|
||
Usage | ||
===== | ||
|
||
* User must have Field Service User permissions | ||
* Go to CRM app | ||
* Create a new Opportunity | ||
* Click the FS Orders Smart Button | ||
* Create a Field Service Order | ||
|
||
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 smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_crm%0Aversion:%2015.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 | ||
~~~~~~~ | ||
|
||
* Patrick Wilson | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Patrick Wilson <patrickraymondwilson@gmail.com> | ||
* Freni Patel <fpatel@opensourceintegrators.com> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
||
The development of this module has been financially supported by: | ||
|
||
* Pavlov Media <https://www.pavlovmedia.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-patrickrwilson| image:: https://github.com/patrickrwilson.png?size=40px | ||
:target: https://github.com/patrickrwilson | ||
:alt: patrickrwilson | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-patrickrwilson| | ||
|
||
This module is part of the `OCA/field-service <https://github.com/OCA/field-service/tree/15.0/fieldservice_crm>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright (C) 2019, Patrick Wilson | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright (C) 2019, Patrick Wilson | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Field Service - CRM", | ||
"version": "15.0.1.0.0", | ||
"summary": "Create Field Service orders from the CRM", | ||
"category": "Field Service", | ||
"author": "Patrick Wilson, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/field-service", | ||
"depends": ["fieldservice", "crm"], | ||
"data": [ | ||
"views/crm_lead.xml", | ||
"views/fsm_location.xml", | ||
"views/fsm_order.xml", | ||
"security/ir.model.access.csv", | ||
], | ||
"license": "AGPL-3", | ||
"development_status": "Beta", | ||
"maintainers": ["patrickrwilson"], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_crm | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2019-11-26 14:27+0000\n" | ||
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\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 3.8\n" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_count | ||
msgid "# FSM Orders" | ||
msgstr "# Service-Auftr??ge" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_location__opportunity_count | ||
msgid "# Opportunities" | ||
msgstr "# Verkaufschancen" | ||
|
||
#. module: fieldservice_crm | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fieldservice_crm_form_view | ||
msgid "FS Orders" | ||
msgstr "Service-Auftr??ge" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_location_id | ||
msgid "FSM Location" | ||
msgstr "Field-Service-Ort" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_fsm_location | ||
msgid "Field Service Location" | ||
msgstr "Field-Service-Ort" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Field-Service-Auftrag" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "Interessent / Chance" | ||
|
||
#. module: fieldservice_crm | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fsm_location_crm_form_view | ||
msgid "Opportunities" | ||
msgstr "Verkaufschancen" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_order__opportunity_id | ||
msgid "Opportunity" | ||
msgstr "Verkaufschance" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_ids | ||
msgid "Service Orders" | ||
msgstr "Service-Auftr??ge" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_crm | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2021-04-27 20:47+0000\n" | ||
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n" | ||
"Language-Team: none\n" | ||
"Language: es_AR\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.3.2\n" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_count | ||
msgid "# FSM Orders" | ||
msgstr "# Pedidos FSM" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_location__opportunity_count | ||
msgid "# Opportunities" | ||
msgstr "# Oportunidades" | ||
|
||
#. module: fieldservice_crm | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fieldservice_crm_form_view | ||
msgid "FS Orders" | ||
msgstr "Pedidos FS" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_location_id | ||
msgid "FSM Location" | ||
msgstr "Ubicación FSM" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_fsm_location | ||
msgid "Field Service Location" | ||
msgstr "Ubicación del Servicio de Campo" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Pedido de Servicio de Campo" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "Iniciativa/Oportunidad" | ||
|
||
#. module: fieldservice_crm | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fsm_location_crm_form_view | ||
msgid "Opportunities" | ||
msgstr "Oportunidades" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_order__opportunity_id | ||
msgid "Opportunity" | ||
msgstr "Oportunidad" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_ids | ||
msgid "Service Orders" | ||
msgstr "Órdenes de Servicio" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_crm | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-01-16 22:38+0000\n" | ||
"Last-Translator: Nelson Ram??rez S??nchez <info@konos.cl>\n" | ||
"Language-Team: none\n" | ||
"Language: es_CL\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 3.10\n" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_count | ||
msgid "# FSM Orders" | ||
msgstr "# Pedidos FSM" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_location__opportunity_count | ||
msgid "# Opportunities" | ||
msgstr "# Oportunidades" | ||
|
||
#. module: fieldservice_crm | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fieldservice_crm_form_view | ||
msgid "FS Orders" | ||
msgstr "??rdenes FS" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_location_id | ||
msgid "FSM Location" | ||
msgstr "Ubicaci??n FSM" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_fsm_location | ||
msgid "Field Service Location" | ||
msgstr "Ubicaci??n del servicio de campo" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Orden de Servicio de Campo" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model,name:fieldservice_crm.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "Iniciativa/Oportunidad" | ||
|
||
#. module: fieldservice_crm | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fsm_location_crm_form_view | ||
msgid "Opportunities" | ||
msgstr "Oportunidades" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_order__opportunity_id | ||
msgid "Opportunity" | ||
msgstr "Oportunidad" | ||
|
||
#. module: fieldservice_crm | ||
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_ids | ||
msgid "Service Orders" | ||
msgstr "??rdenes de Servicio" |
Oops, something went wrong.