-
Notifications
You must be signed in to change notification settings - Fork 244
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 max3903
- Loading branch information
Showing
27 changed files
with
1,947 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,114 @@ | ||
====================== | ||
Field Service Activity | ||
====================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! 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_activity | ||
: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-15-0/field-service-15-0-fieldservice_activity | ||
: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| | ||
|
||
A Field Service Activity gives the user the ability to define a list of tasks/activities on a service order | ||
|
||
The user can add tasks/activities to the FSM order to the ones created from the template. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
To use this module, you need to: | ||
|
||
* Go to Field Service > Configuration > Manage Order Activities | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
* Go to Field Service | ||
* Create or select an FSM Order | ||
* Add as many Activites as needed | ||
* Alternatively, add Activites to a Template | ||
* Add Template to FSM Order, Activites will be copied over | ||
|
||
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_activity%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 | ||
~~~~~~~ | ||
|
||
* Open Source Integrators | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com> | ||
* Steve Campbell <scampbells@opensourceintegrators.com> | ||
* Bhavesh Odedra <bodedra@opensourceintegrators.com> | ||
* Freni Patel <fpatel@opensourceintegrators.com> | ||
|
||
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-max3903| image:: https://github.com/max3903.png?size=40px | ||
:target: https://github.com/max3903 | ||
:alt: max3903 | ||
.. |maintainer-osi-scampbell| image:: https://github.com/osi-scampbell.png?size=40px | ||
:target: https://github.com/osi-scampbell | ||
:alt: osi-scampbell | ||
|
||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-max3903| |maintainer-osi-scampbell| | ||
|
||
This module is part of the `OCA/field-service <https://github.com/OCA/field-service/tree/15.0/fieldservice_activity>`_ 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 Open Source Integrators | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
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,21 @@ | ||
# Copyright (C) 2019 Open Source Integrators | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Field Service Activity", | ||
"summary": """Field Service Activities are a set of actions | ||
that need to be performed on a service order""", | ||
"version": "16.0.1.0.0", | ||
"category": "Field Service", | ||
"license": "AGPL-3", | ||
"author": "Open Source Integrators, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/field-service", | ||
"depends": ["fieldservice"], | ||
"data": [ | ||
"views/fsm_order.xml", | ||
"views/fsm_template.xml", | ||
"security/ir.model.access.csv", | ||
], | ||
"development_status": "Beta", | ||
"maintainers": ["max3903", "osi-scampbell"], | ||
} |
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,165 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_activity | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-10-25 00:08+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 3.10\n" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_order__order_activity_ids | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_template__temp_activity_ids | ||
msgid "Activites" | ||
msgstr "Actividades" | ||
|
||
#. module: fieldservice_activity | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_activity.view_fsm_order_form_add_activity | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_activity.view_fsm_template_form_add_activity | ||
msgid "Activities" | ||
msgstr "Actividades" | ||
|
||
#. module: fieldservice_activity | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_activity.view_fsm_order_form_add_activity | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_activity.view_fsm_template_form_add_activity | ||
msgid "Cancel" | ||
msgstr "Cancelar" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields.selection,name:fieldservice_activity.selection__fsm_activity__state__cancel | ||
msgid "Cancelled" | ||
msgstr "Cancelado" | ||
|
||
#. module: fieldservice_activity | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_activity.view_fsm_order_form_add_activity | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_activity.view_fsm_template_form_add_activity | ||
msgid "Complete" | ||
msgstr "Completar" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__completed | ||
#: model:ir.model.fields.selection,name:fieldservice_activity.selection__fsm_activity__state__done | ||
msgid "Completed" | ||
msgstr "Completado" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__completed_by | ||
msgid "Completed By" | ||
msgstr "Completado Por" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__completed_on | ||
msgid "Completed On" | ||
msgstr "Completado el" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__create_uid | ||
msgid "Created by" | ||
msgstr "Creado por" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__create_date | ||
msgid "Created on" | ||
msgstr "Creado el" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__display_name | ||
msgid "Display Name" | ||
msgstr "Mostrar Nombre" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__fsm_order_id | ||
msgid "FSM Order" | ||
msgstr "Pedido FSM" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__fsm_template_id | ||
msgid "FSM Template" | ||
msgstr "Plantilla FSM" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model,name:fieldservice_activity.model_fsm_activity | ||
msgid "Field Service Activity" | ||
msgstr "Actividad de Servicio de Campo" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model,name:fieldservice_activity.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Pedido de Servicio de Campo" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model,name:fieldservice_activity.model_fsm_template | ||
msgid "Field Service Order Template" | ||
msgstr "Plantilla del Pedido de Servicio de Campo" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última Modificación el" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Última Actualización por" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__write_date | ||
msgid "Last Updated on" | ||
msgstr "Última Actualización en" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__name | ||
msgid "Name" | ||
msgstr "Nombre" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__ref | ||
msgid "Reference" | ||
msgstr "Referencia" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__required | ||
msgid "Required" | ||
msgstr "" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__sequence | ||
msgid "Sequence" | ||
msgstr "Secuencia" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields,field_description:fieldservice_activity.field_fsm_activity__state | ||
msgid "State" | ||
msgstr "Estado" | ||
|
||
#. module: fieldservice_activity | ||
#: model:ir.model.fields.selection,name:fieldservice_activity.selection__fsm_activity__state__todo | ||
msgid "To Do" | ||
msgstr "Por Hacer" | ||
|
||
#. module: fieldservice_activity | ||
#: code:addons/fieldservice_activity/models/fsm_order.py:0 | ||
#, python-format | ||
msgid "" | ||
"You must complete activity '%s' before completing this " | ||
"order." | ||
msgstr "" | ||
"Debe completar la actividad '%s' antes de completar " | ||
"este pedido." | ||
|
||
#~ msgid "Requireid" | ||
#~ msgstr "Requerido" |
Oops, something went wrong.