Skip to content

Commit 4769b35

Browse files
committed
Merge PR #1168 into 16.0
Signed-off-by max3903
2 parents dcf924f + aef50e9 commit 4769b35

26 files changed

+1781
-0
lines changed

fieldservice_isp_flow/README.rst

+128
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
============================
2+
Field Service - Flow for ISP
3+
============================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:87d6af242f0d9da1c2151a3fb34b7d5f1cf404ceee118084b1191ce1284472c9
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github
20+
:target: https://github.com/OCA/field-service/tree/16.0/fieldservice_isp_flow
21+
:alt: OCA/field-service
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice_isp_flow
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/field-service&target_branch=16.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module is an add-on for the Field Service application in Odoo.
32+
It provides default stages for orders and some validation logic when changing current stage.
33+
34+
**Table of contents**
35+
36+
.. contents::
37+
:local:
38+
39+
Configuration
40+
=============
41+
42+
The stage of an order is used to monitor its progress. Stages can be configured
43+
based on your company's specific business needs. A basic set of order stages
44+
comes pre-configured for use.
45+
46+
#. Go to *Field Service > Configuration > Stages*
47+
#. Create or edit a stage
48+
#. Set the name for the stage.
49+
#. Set the sequence order for the stage.
50+
#. Select *Order* type to apply this stage to your orders.
51+
#. Additonally, you can set a color for the stage.
52+
53+
Usage
54+
=====
55+
56+
To use this module, you need to:
57+
58+
* Create a new service order
59+
* Under the Inventory tab, select the warehouse, the delivery method and add
60+
products with quantity
61+
* Confirm the order to create the delivery orders with the selected method
62+
63+
Known issues / Roadmap
64+
======================
65+
66+
The roadmap of the Field Service application is documented on
67+
`Github <https://github.com/OCA/field-service/issues/1>`_.
68+
69+
Bug Tracker
70+
===========
71+
72+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/field-service/issues>`_.
73+
In case of trouble, please check there if your issue has already been reported.
74+
If you spotted it first, help us to smash it by providing a detailed and welcomed
75+
`feedback <https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_isp_flow%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
76+
77+
Do not contact contributors directly about support or help with technical issues.
78+
79+
Credits
80+
=======
81+
82+
Authors
83+
~~~~~~~
84+
85+
* Open Source Integrators
86+
* Akretion
87+
88+
Contributors
89+
~~~~~~~~~~~~
90+
91+
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
92+
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
93+
* Raphaël Reverdy <raphael.reverdy@akretion.com>
94+
* Freni Patel <fpatel@opensourceintegrators.com>
95+
* [APSL](https://apsl.tech):
96+
* Antoni Marroig <amarroig@apsl.net>
97+
98+
Other credits
99+
~~~~~~~~~~~~~
100+
101+
The development of this module has been financially supported by:
102+
103+
* Open Source Integrators <https://opensourceintegrators.com>
104+
105+
Maintainers
106+
~~~~~~~~~~~
107+
108+
This module is maintained by the OCA.
109+
110+
.. image:: https://odoo-community.org/logo.png
111+
:alt: Odoo Community Association
112+
:target: https://odoo-community.org
113+
114+
OCA, or the Odoo Community Association, is a nonprofit organization whose
115+
mission is to support the collaborative development of Odoo features and
116+
promote its widespread use.
117+
118+
.. |maintainer-osi-scampbell| image:: https://github.com/osi-scampbell.png?size=40px
119+
:target: https://github.com/osi-scampbell
120+
:alt: osi-scampbell
121+
122+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
123+
124+
|maintainer-osi-scampbell|
125+
126+
This module is part of the `OCA/field-service <https://github.com/OCA/field-service/tree/16.0/fieldservice_isp_flow>`_ project on GitHub.
127+
128+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

fieldservice_isp_flow/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models

fieldservice_isp_flow/__manifest__.py

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright (C) 2021 - Akretion
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Field Service - Flow for ISP",
6+
"summary": "Field Service workflow for Internet Service Providers",
7+
"version": "16.0.1.0.0",
8+
"category": "Field Service",
9+
"author": "Open Source Integrators, " "Akretion, Odoo Community Association (OCA)",
10+
"website": "https://github.com/OCA/field-service",
11+
"depends": [
12+
"fieldservice",
13+
],
14+
"data": [
15+
"data/fsm_stage.xml",
16+
"views/fsm_order.xml",
17+
],
18+
"application": False,
19+
"license": "AGPL-3",
20+
"development_status": "Beta",
21+
"maintainers": ["osi-scampbell"],
22+
}
+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<odoo noupdate="1">
2+
3+
<record id="fsm_stage_confirmed" model="fsm.stage">
4+
<field name="name">Confirmed</field>
5+
<field name="sequence">20</field>
6+
<field name="stage_type">order</field>
7+
<field name="is_default">True</field>
8+
<field name="custom_color">#F1C40F</field>
9+
</record>
10+
11+
<record id="fsm_stage_requested" model="fsm.stage">
12+
<field name="name">Requested</field>
13+
<field name="sequence">30</field>
14+
<field name="stage_type">order</field>
15+
<field name="is_default">True</field>
16+
<field name="custom_color">#F39C12</field>
17+
</record>
18+
19+
<record id="fsm_stage_assigned" model="fsm.stage">
20+
<field name="name">Assigned</field>
21+
<field name="sequence">40</field>
22+
<field name="stage_type">order</field>
23+
<field name="is_default">True</field>
24+
<field name="custom_color">#16A085</field>
25+
</record>
26+
27+
<record id="fsm_stage_scheduled" model="fsm.stage">
28+
<field name="name">Scheduled</field>
29+
<field name="sequence">50</field>
30+
<field name="stage_type">order</field>
31+
<field name="is_default">True</field>
32+
<field name="custom_color">#9B59B6</field>
33+
</record>
34+
35+
<record id="fsm_stage_enroute" model="fsm.stage">
36+
<field name="name">En Route</field>
37+
<field name="sequence">60</field>
38+
<field name="stage_type">order</field>
39+
<field name="is_default">True</field>
40+
<field name="custom_color">#C0392B</field>
41+
</record>
42+
43+
<record id="fsm_stage_started" model="fsm.stage">
44+
<field name="name">Started</field>
45+
<field name="sequence">70</field>
46+
<field name="stage_type">order</field>
47+
<field name="is_default">True</field>
48+
<field name="custom_color">#95A5A6</field>
49+
</record>
50+
51+
</odoo>

fieldservice_isp_flow/i18n/de.po

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * fieldservice_isp_flow
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2022-12-03 15:45+0000\n"
10+
"Last-Translator: Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT <nils."
11+
"coenen@nico-solutions.de>\n"
12+
"Language-Team: none\n"
13+
"Language: de\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: \n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
"X-Generator: Weblate 4.14.1\n"
19+
20+
#. module: fieldservice_isp_flow
21+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_form
22+
msgid "Assign"
23+
msgstr "Zuweisen"
24+
25+
#. module: fieldservice_isp_flow
26+
#: code:addons/fieldservice_isp_flow/models/fsm_order.py:0
27+
#, python-format
28+
msgid "Cannot move to Assigned until 'Assigned To' is filled in"
29+
msgstr ""
30+
"Kann nicht in Zugewiesen bewegt werden, solange 'Zugewiesen an' nicht "
31+
"ausgefüllt ist"
32+
33+
#. module: fieldservice_isp_flow
34+
#: code:addons/fieldservice_isp_flow/models/fsm_order.py:0
35+
#, python-format
36+
msgid "Cannot move to Complete until 'Actual End' is filled in"
37+
msgstr ""
38+
"Kann nicht in Abgeschlossen bewegt werden, solange bis 'Tatsächliches Ende' "
39+
"ausgefüllt ist"
40+
41+
#. module: fieldservice_isp_flow
42+
#: code:addons/fieldservice_isp_flow/models/fsm_order.py:0
43+
#, python-format
44+
msgid "Cannot move to Complete until 'Resolution' is filled in"
45+
msgstr ""
46+
"Kann nicht in Abgeschlossen bewegt werden, solange 'Auflösung' nicht "
47+
"ausgefüllt ist"
48+
49+
#. module: fieldservice_isp_flow
50+
#: code:addons/fieldservice_isp_flow/models/fsm_order.py:0
51+
#, python-format
52+
msgid "Cannot move to Requested until 'Request Workers' is filled in"
53+
msgstr ""
54+
"Kann nicht in Angefordert bewegt werden, solange 'Arbeiter anfordern' nicht "
55+
"ausgefüllt ist"
56+
57+
#. module: fieldservice_isp_flow
58+
#: code:addons/fieldservice_isp_flow/models/fsm_order.py:0
59+
#, python-format
60+
msgid ""
61+
"Cannot move to Scheduled until both 'Assigned To' and 'Scheduled Start Date' "
62+
"are filled in"
63+
msgstr ""
64+
"Kann nicht in Geplant bewegt werden, solange 'Zugewiesen an' als auch "
65+
"'Geplantes Startdatum' nicht ausgefüllt sind"
66+
67+
#. module: fieldservice_isp_flow
68+
#: code:addons/fieldservice_isp_flow/models/fsm_order.py:0
69+
#, python-format
70+
msgid "Cannot move to Start until 'Actual Start' is filled in"
71+
msgstr ""
72+
"Kann nicht in Start bewegt werden, solange 'Tatsächlicher Start' nicht "
73+
"ausgefüllt ist"
74+
75+
#. module: fieldservice_isp_flow
76+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_form
77+
msgid "Confirm"
78+
msgstr "Bestätigen"
79+
80+
#. module: fieldservice_isp_flow
81+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_form
82+
msgid "En Route"
83+
msgstr "Unterwegs"
84+
85+
#. module: fieldservice_isp_flow
86+
#: model:ir.model,name:fieldservice_isp_flow.model_fsm_order
87+
msgid "Field Service Order"
88+
msgstr "Field-Service-Auftrag"
89+
90+
#. module: fieldservice_isp_flow
91+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_search_view
92+
msgid "Orders"
93+
msgstr "Aufträge"
94+
95+
#. module: fieldservice_isp_flow
96+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_search_view
97+
msgid "Past Due Orders"
98+
msgstr "Überfällige Aufträge"
99+
100+
#. module: fieldservice_isp_flow
101+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_form
102+
msgid "Request"
103+
msgstr "Anfrage"
104+
105+
#. module: fieldservice_isp_flow
106+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_form
107+
msgid "Schedule"
108+
msgstr "Planen"
109+
110+
#. module: fieldservice_isp_flow
111+
#: model_terms:ir.ui.view,arch_db:fieldservice_isp_flow.fsm_order_form
112+
msgid "Start"
113+
msgstr ""

0 commit comments

Comments
 (0)