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

[18.0][MIG] fieldservice_calendar #1235

Merged
merged 22 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e67936c
fieldservice_calendar: add module
hparfr Feb 22, 2021
6f86c41
Added translation using Weblate (Spanish (Argentina))
ibuioli Oct 3, 2021
279583a
Translated using Weblate (Spanish (Argentina))
ibuioli Oct 3, 2021
8b43205
Added translation using Weblate (Portuguese (Brazil))
marcos-mendez Dec 8, 2021
bbc9c87
Translated using Weblate (Portuguese (Brazil))
marcos-mendez Dec 8, 2021
112e5dd
[15.0][FIX] Fixed travis
Freni-OSI Jan 28, 2022
9d7f092
[15.0][MIG] fieldservice_calendar
Freni-OSI Feb 10, 2022
ec94424
Added translation using Weblate (Italian)
mymage Oct 27, 2022
ad347ec
Translated using Weblate (Italian)
mymage Oct 27, 2022
5c4a8fa
[MIG] fieldservice_calendar: Migration to 16.0
Apr 25, 2023
34229c0
[UPD] Update fieldservice_calendar.pot
Jul 13, 2023
a9bc825
[UPD] README.rst
OCA-git-bot Jul 13, 2023
cd803db
Added translation using Weblate (Spanish)
Ivorra78 Jul 22, 2023
2ee761b
Translated using Weblate (Spanish)
Ivorra78 Jul 22, 2023
20b3c6e
[UPD] README.rst
OCA-git-bot Sep 3, 2023
1824ae0
Added translation using Weblate (German)
AndreVolksdorf Apr 14, 2024
f2b8577
Translated using Weblate (German)
AndreVolksdorf Apr 14, 2024
d8e4e18
[IMP] fieldservice_calendar: pre-commit auto fixes
peluko00 Apr 17, 2024
7c6125e
[MIG] fieldservice_calendar: Migration to 17.0
peluko00 Apr 17, 2024
530f95e
[UPD] Update fieldservice_calendar.pot
Apr 25, 2024
c360b44
[BOT] post-merge updates
OCA-git-bot Apr 25, 2024
a23d4d1
[MIG] fieldservice_calendar: Migration to 18.0
EdgarRetes Nov 5, 2024
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
95 changes: 95 additions & 0 deletions fieldservice_calendar/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
========================
Field Service - Calendar
========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7a34f3ab21df98dc13e662f2a4d3e481c7be3a21cc9a4a34ee589c9f3de01ee6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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_calendar
: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_calendar
: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 modules creates calendar event from FSM Orders.

**Table of contents**

.. contents::
:local:

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

A "calendar" user should be set on FSM Team. Events will be added to his
calendar. Then the FSM Order' person_id (worker) will be an attendee of
the calendar's event (Meeting).

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_calendar%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
-------

* Akretion

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

- Raphaël Reverdy <raphael.reverdy@akretion.com>
- Freni Patel <fpatel@opensourceintegrators.com>
- `APSL <https://apsl.tech>`__:

- Antoni Marroig <amarroig@apsl.net>

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-hparfr| image:: https://github.com/hparfr.png?size=40px
:target: https://github.com/hparfr
:alt: hparfr

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

|maintainer-hparfr|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions fieldservice_calendar/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
24 changes: 24 additions & 0 deletions fieldservice_calendar/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (C) 2021 Raphaël Reverdy <raphael.reverdy@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Field Service - Calendar",
"summary": "Add calendar to FSM Orders",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
"category": "Field Service",
"license": "AGPL-3",
"version": "18.0.1.0.0",
"depends": [
"calendar",
"fieldservice",
],
"data": [
"views/fsm_order.xml",
"views/fsm_team.xml",
],
"installable": True,
"development_status": "Beta",
"maintainers": [
"hparfr",
],
}
52 changes: 52 additions & 0 deletions fieldservice_calendar/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_calendar
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-04-14 10:37+0000\n"
"Last-Translator: André Volksdorf <volksdorf@smartpage.de>\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.17\n"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_calendar_event
msgid "Calendar Event"
msgstr "Kalenderereignis"

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

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_team
msgid "Field Service Team"
msgstr "Field-Service Team"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_order__calendar_event_id
msgid "Meeting"
msgstr "Meeting"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_calendar_event__fsm_order_id
msgid "Order id"
msgstr "Auftrags-Id"

#. module: fieldservice_calendar
#: model:ir.model.fields,help:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Responsible for orders's calendar"
msgstr "Zuständig für Auftragskalender"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Team's calendar"
msgstr "Team-Kalender"
52 changes: 52 additions & 0 deletions fieldservice_calendar/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_calendar
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-07-22 21:08+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\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.17\n"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_calendar_event
msgid "Calendar Event"
msgstr "Calendario de eventos"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_order
msgid "Field Service Order"
msgstr "Orden de Servicio de Campo"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_team
msgid "Field Service Team"
msgstr "Equipo de Servicio de Campo"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_order__calendar_event_id
msgid "Meeting"
msgstr "Reunión"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_calendar_event__fsm_order_id
msgid "Order id"
msgstr "Id de pedido"

#. module: fieldservice_calendar
#: model:ir.model.fields,help:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Responsible for orders's calendar"
msgstr "Responsable del calendario de pedidos"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Team's calendar"
msgstr "Calendario del equipo"
64 changes: 64 additions & 0 deletions fieldservice_calendar/i18n/es_AR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_calendar
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-10-03 21:34+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_calendar
#: model:ir.model,name:fieldservice_calendar.model_calendar_event
msgid "Calendar Event"
msgstr "Evento de Calendario"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_order
msgid "Field Service Order"
msgstr "Pedido de Servicio de Campo"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_team
msgid "Field Service Team"
msgstr "Equipo de Servicio de Campo"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_order__calendar_event_id
msgid "Meeting"
msgstr "Reunión"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_calendar_event__fsm_order_id
msgid "Order id"
msgstr "ID del Pedido"

#. module: fieldservice_calendar
#: model:ir.model.fields,help:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Responsible for orders's calendar"
msgstr "Responsable del calendario de pedidos"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Team's calendar"
msgstr "Equipo del calendario"

#~ msgid "Display Name"
#~ msgstr "Mostrar Nombre"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Última Modificación el"

#~ msgid "Order"
#~ msgstr "Pedido"
49 changes: 49 additions & 0 deletions fieldservice_calendar/i18n/fieldservice_calendar.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_calendar
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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_calendar
#: model:ir.model,name:fieldservice_calendar.model_calendar_event
msgid "Calendar Event"
msgstr ""

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

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_team
msgid "Field Service Team"
msgstr ""

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_order__calendar_event_id
msgid "Meeting"
msgstr ""

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_calendar_event__fsm_order_id
msgid "Order id"
msgstr ""

#. module: fieldservice_calendar
#: model:ir.model.fields,help:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Responsible for orders's calendar"
msgstr ""

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Team's calendar"
msgstr ""
52 changes: 52 additions & 0 deletions fieldservice_calendar/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_calendar
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-10-27 13:43+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\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_calendar
#: model:ir.model,name:fieldservice_calendar.model_calendar_event
msgid "Calendar Event"
msgstr "Evento calendario"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_order
msgid "Field Service Order"
msgstr "Ordine assistenza sul campo"

#. module: fieldservice_calendar
#: model:ir.model,name:fieldservice_calendar.model_fsm_team
msgid "Field Service Team"
msgstr "Squadra assistenza sul campo"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_order__calendar_event_id
msgid "Meeting"
msgstr "Riunione"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_calendar_event__fsm_order_id
msgid "Order id"
msgstr "ID ordine"

#. module: fieldservice_calendar
#: model:ir.model.fields,help:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Responsible for orders's calendar"
msgstr "Responsabile calendario ordini"

#. module: fieldservice_calendar
#: model:ir.model.fields,field_description:fieldservice_calendar.field_fsm_team__calendar_user_id
msgid "Team's calendar"
msgstr "Calendario squadra"
Loading
Loading