-
-
Notifications
You must be signed in to change notification settings - Fork 615
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 etobella
- Loading branch information
Showing
27 changed files
with
1,810 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,107 @@ | ||
================== | ||
Mail Activity Team | ||
================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Alpha | ||
.. |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%2Fsocial-lightgray.png?logo=github | ||
:target: https://github.com/OCA/social/tree/14.0/mail_activity_team | ||
:alt: OCA/social | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_activity_team | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/205/14.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds the possibility to assign teams to activities. | ||
|
||
.. IMPORTANT:: | ||
This is an alpha version, the data model and design can change at any time without warning. | ||
Only for development or testing purpose, do not use in production. | ||
`More details on development status <https://odoo-community.org/page/development-status>`_ | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
To set up new teams: | ||
|
||
#. Go to *Settings / Activate developer mode* | ||
#. Go to *Settings / Technical / Email / Activity Teams* | ||
#. Create a new Team and assign (optionally) the models in which it will | ||
be used, and the members of the team. | ||
|
||
You can also assign a user to Activity teams going to | ||
*Settings / Users & Companies / Users*, and in the *Preferences* tab, field | ||
Activity Teams. | ||
|
||
When you create a new activity the application will propose the user's | ||
assigned team. | ||
|
||
You can report on the activities assigned to a team going to | ||
*Dashboards / Activities*, and then filter by a specific team or group by | ||
teams. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/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/social/issues/new?body=module:%20mail_activity_team%0Aversion:%2014.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 | ||
~~~~~~~ | ||
|
||
* Eficent | ||
* Sodexis | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* `Eficent <https://www.eficent.com>`_: | ||
|
||
* Jordi Ballester Alomar (jordi.ballester@eficent.com) | ||
* Miquel Raïch (miquel.raich@eficent.com) | ||
* Pedro Gonzalez (pedro.gonzalez@pesol.es) | ||
* `Tecnativa <https://www.tecnativa.com>`_: | ||
|
||
* David Vidal | ||
|
||
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. | ||
|
||
This module is part of the `OCA/social <https://github.com/OCA/social/tree/14.0/mail_activity_team>`_ 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 @@ | ||
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,30 @@ | ||
# Copyright 2018-22 ForgeFlow Business and IT Consulting Services, S.L. | ||
# Copyright 2021 Sodexis | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Mail Activity Team", | ||
"summary": "Add Teams to Activities", | ||
"version": "15.0.1.0.0", | ||
"development_status": "Alpha", | ||
"category": "Social Network", | ||
"website": "https://github.com/OCA/social", | ||
"author": "ForgeFlow, Sodexis, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"depends": ["mail_activity_board"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"security/mail_activity_team_security.xml", | ||
"views/mail_activity_team_views.xml", | ||
"views/mail_activity_views.xml", | ||
"views/res_users_views.xml", | ||
], | ||
"assets": { | ||
"web.assets_backend": [ | ||
"mail_activity_team/static/src/js/systray.esm.js", | ||
], | ||
"web.assets_qweb": [ | ||
"mail_activity_team/static/src/xml/systray.xml", | ||
], | ||
}, | ||
} |
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,141 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mail_activity_team | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 13.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-12-03 18:36+0000\n" | ||
"Last-Translator: Alessandro Fiorino <alessandro.fiorino@digitaldomus.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 3.10\n" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__active | ||
msgid "Active" | ||
msgstr "Attivo" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model,name:mail_activity_team.model_mail_activity | ||
msgid "Activity" | ||
msgstr "Attività" | ||
|
||
#. module: mail_activity_team | ||
#: model_terms:ir.ui.view,arch_db:mail_activity_team.mail_activity_team_view_form | ||
msgid "Activity Team" | ||
msgstr "Team Attività" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.actions.act_window,name:mail_activity_team.mail_activity_team_action | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_res_users__activity_team_ids | ||
#: model:ir.ui.menu,name:mail_activity_team.menu_mail_activity_team | ||
msgid "Activity Teams" | ||
msgstr "Team Attività" | ||
|
||
#. module: mail_activity_team | ||
#: model_terms:ir.ui.view,arch_db:mail_activity_team.mail_activity_team_view_form | ||
msgid "Assign to missing activities" | ||
msgstr "Assegna ad attività mancanti" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__create_uid | ||
msgid "Created by" | ||
msgstr "Creato da" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__create_date | ||
msgid "Created on" | ||
msgstr "Creato il" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__display_name | ||
msgid "Display Name" | ||
msgstr "Nome Visualizzato" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima Modifica il" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Ultima Modifica di" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__write_date | ||
msgid "Last Updated on" | ||
msgstr "Ultima Modifica il" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model,name:mail_activity_team.model_mail_activity_team | ||
msgid "Mail Activity Team" | ||
msgstr "Team Attività Messaggi" | ||
|
||
#. module: mail_activity_team | ||
#: model_terms:ir.ui.view,arch_db:mail_activity_team.mail_activity_team_view_form | ||
msgid "Members" | ||
msgstr "Membri" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__count_missing_activities | ||
msgid "Missing Activities" | ||
msgstr "Attività Mancanti" | ||
|
||
#. module: mail_activity_team | ||
#: model_terms:ir.ui.view,arch_db:mail_activity_team.mail_activity_view_search | ||
msgid "My Team Activities" | ||
msgstr "Attività del mio Team" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__name | ||
msgid "Name" | ||
msgstr "Nome" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity__team_id | ||
#: model_terms:ir.ui.view,arch_db:mail_activity_team.mail_activity_view_search | ||
msgid "Team" | ||
msgstr "Team" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__user_id | ||
msgid "Team Leader" | ||
msgstr "Capo Team" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__member_ids | ||
msgid "Team Members" | ||
msgstr "Membri Team" | ||
|
||
#. module: mail_activity_team | ||
#: model_terms:ir.ui.view,arch_db:mail_activity_team.mail_activity_view_kanban | ||
msgid "Team:" | ||
msgstr "Team:" | ||
|
||
#. module: mail_activity_team | ||
#: code:addons/mail_activity_team/models/mail_activity.py:0 | ||
#, python-format | ||
msgid "The assigned user is not member of the team." | ||
msgstr "L'utente assegnato non è un membro del team." | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model.fields,field_description:mail_activity_team.field_mail_activity_team__res_model_ids | ||
msgid "Used models" | ||
msgstr "Modelli usati" | ||
|
||
#. module: mail_activity_team | ||
#: model:ir.model,name:mail_activity_team.model_res_users | ||
msgid "Users" | ||
msgstr "Utenti" |
Oops, something went wrong.