Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0] [MIG] fieldservice_crm #599

Merged
merged 18 commits into from
Jul 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 118 additions & 0 deletions fieldservice_crm/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
===================
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/12.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-12-0/field-service-12-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/12.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/12.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:%2012.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 <[email protected]>

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/12.0/fieldservice_crm>`_ 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_crm/__init__.py
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
22 changes: 22 additions & 0 deletions fieldservice_crm/__manifest__.py
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": "13.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,
}
67 changes: 67 additions & 0 deletions fieldservice_crm/i18n/de.po
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 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-11-26 14:27+0000\n"
"Last-Translator: Maria Sparenberg <[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 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"
67 changes: 67 additions & 0 deletions fieldservice_crm/i18n/es_CL.po
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 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-01-16 22:38+0000\n"
"Last-Translator: Nelson Ram??rez S??nchez <[email protected]>\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"
65 changes: 65 additions & 0 deletions fieldservice_crm/i18n/fieldservice_crm.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_crm
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: fieldservice_crm
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_count
msgid "# FSM Orders"
msgstr ""

#. module: fieldservice_crm
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_location__opportunity_count
msgid "# Opportunities"
msgstr ""

#. module: fieldservice_crm
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fieldservice_crm_form_view
msgid "FS Orders"
msgstr ""

#. module: fieldservice_crm
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_location_id
msgid "FSM Location"
msgstr ""

#. module: fieldservice_crm
#: model:ir.model,name:fieldservice_crm.model_fsm_location
msgid "Field Service Location"
msgstr ""

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

#. module: fieldservice_crm
#: model:ir.model,name:fieldservice_crm.model_crm_lead
msgid "Lead/Opportunity"
msgstr ""

#. module: fieldservice_crm
#: model_terms:ir.ui.view,arch_db:fieldservice_crm.fsm_location_crm_form_view
msgid "Opportunities"
msgstr ""

#. module: fieldservice_crm
#: model:ir.model.fields,field_description:fieldservice_crm.field_fsm_order__opportunity_id
msgid "Opportunity"
msgstr ""

#. module: fieldservice_crm
#: model:ir.model.fields,field_description:fieldservice_crm.field_crm_lead__fsm_order_ids
msgid "Service Orders"
msgstr ""

Loading