-
-
Notifications
You must be signed in to change notification settings - Fork 303
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 ivantodorovich
- Loading branch information
Showing
21 changed files
with
1,220 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,108 @@ | ||
=================================== | ||
Management System - Action Template | ||
=================================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:104a2ca06aa735b3f297848a8a70d0deaa65223338df2b6f53cefecfd9a2a9dd | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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%2Fmanagement--system-lightgray.png?logo=github | ||
:target: https://github.com/OCA/management-system/tree/17.0/mgmtsystem_action_template | ||
:alt: OCA/management-system | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/management-system-17-0/management-system-17-0-mgmtsystem_action_template | ||
: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/management-system&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module add management of template for Actions. | ||
|
||
- new Action Template model to set default values | ||
- new field to select an Action Template to fill predefined fields | ||
automatically | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
Action Template - Define | ||
|
||
- Go to Management System → Configuration → Action Templates | ||
- Create a new Template | ||
- Fill fields with predefined values | ||
|
||
Action Template - Use | ||
|
||
- Go to Management System → Actions | ||
- Create new Action | ||
- Select Reference Template: the fields Title (name), Type, Responsible, | ||
Tags and Description are filled with Template values | ||
- Procede with Action completion | ||
|
||
Changelog | ||
========= | ||
|
||
13.0.1.0.0 (2022-01-01) | ||
----------------------- | ||
|
||
- [INI] Migration to 13.0 | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/management-system/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/management-system/issues/new?body=module:%20mgmtsystem_action_template%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 | ||
------- | ||
|
||
* Associazione PNLUG - Gruppo Odoo | ||
|
||
Contributors | ||
------------ | ||
|
||
- Marcelo Frare <[email protected]> | ||
- Stefano Consolaro <[email protected]> | ||
- Creu Blanca | ||
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io) | ||
|
||
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/management-system <https://github.com/OCA/management-system/tree/17.0/mgmtsystem_action_template>`_ 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,19 @@ | ||
# Copyright 2019 Marcelo Frare (Ass. PNLUG - Gruppo Odoo <http://odoo.pnlug.it>) | ||
# Copyright 2019 Stefano Consolaro (Ass. PNLUG - Gruppo Odoo <http://odoo.pnlug.it>) | ||
|
||
{ | ||
"name": "Management System - Action Template", | ||
"summary": "Add Template management for Actions.", | ||
"version": "17.0.1.0.0", | ||
"author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/management-system", | ||
"license": "AGPL-3", | ||
"category": "Management System", | ||
"depends": ["mgmtsystem_action"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/mgmtsystem_action_template.xml", | ||
"views/mgmtsystem_action_views.xml", | ||
], | ||
"installable": True, | ||
} |
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,126 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mgmtsystem_action_template | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-07-07 14:10+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\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: mgmtsystem_action_template | ||
#: model:ir.model,name:mgmtsystem_action_template.model_mgmtsystem_action | ||
msgid "Action" | ||
msgstr "Acción" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view | ||
msgid "Action Template" | ||
msgstr "Plantilla de acción" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.ui.menu,name:mgmtsystem_action_template.mgmtsystem_action_template_menu | ||
msgid "Action Templates" | ||
msgstr "Plantillas de acción" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__create_uid | ||
msgid "Created by" | ||
msgstr "creado por" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__create_date | ||
msgid "Created on" | ||
msgstr "Creado el" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model,name:mgmtsystem_action_template.model_mgmtsystem_action_template | ||
msgid "Define fields to save action template values" | ||
msgstr "Definir campos para guardar valores de plantillas de acciones" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__description | ||
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view | ||
msgid "Description" | ||
msgstr "descripción" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__display_name | ||
msgid "Display Name" | ||
msgstr "nombre para mostrar" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,help:mgmtsystem_action_template.field_mgmtsystem_action__template_id | ||
msgid "Fill Action's fields with Template's values" | ||
msgstr "Rellenar los campos de la acción con los valores de la plantilla" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__id | ||
msgid "ID" | ||
msgstr "ID(identificador)" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template____last_update | ||
msgid "Last Modified on" | ||
msgstr "Modificado por última vez el" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__write_uid | ||
msgid "Last Updated by" | ||
msgstr "actualizado por última vez por" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__write_date | ||
msgid "Last Updated on" | ||
msgstr "actualizado por última vez el" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.actions.act_window,name:mgmtsystem_action_template.mgmtsystem_action_template_act_window | ||
msgid "Mgmtsystem Action Template" | ||
msgstr "Plantilla de acción del sistema de gestión" | ||
|
||
#. module: mgmtsystem_action_template | ||
#. odoo-python | ||
#: code:addons/mgmtsystem_action_template/models/mgmtsystem_action.py:0 | ||
#: code:addons/mgmtsystem_action_template/tests/test_action_template.py:0 | ||
#, python-format | ||
msgid "NEW" | ||
msgstr "NUEVO" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__name | ||
msgid "Name" | ||
msgstr "Nombre" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action__template_id | ||
msgid "Reference Template" | ||
msgstr "Plantilla de referencia" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__type_action | ||
msgid "Response Type" | ||
msgstr "Tipo de respuesta" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__user_id | ||
msgid "Responsible" | ||
msgstr "Responsable" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__tag_ids | ||
msgid "Tags" | ||
msgstr "Etiquetas" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view | ||
msgid "Template title..." | ||
msgstr "Título de la plantilla..." |
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,137 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mgmtsystem_action_template | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 13.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-12-06 12:11+0000\n" | ||
"PO-Revision-Date: 2022-12-18 17:44+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.14.1\n" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model,name:mgmtsystem_action_template.model_mgmtsystem_action | ||
msgid "Action" | ||
msgstr "Azione" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view | ||
msgid "Action Template" | ||
msgstr "Modello azione" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.ui.menu,name:mgmtsystem_action_template.mgmtsystem_action_template_menu | ||
msgid "Action Templates" | ||
msgstr "Modelli azione" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__create_uid | ||
msgid "Created by" | ||
msgstr "Creato da" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__create_date | ||
msgid "Created on" | ||
msgstr "Creato il" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model,name:mgmtsystem_action_template.model_mgmtsystem_action_template | ||
msgid "Define fields to save action template values" | ||
msgstr "Definisce i campi per salvare i valori dei modello dell'azione" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__description | ||
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view | ||
msgid "Description" | ||
msgstr "Descrizione" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__display_name | ||
msgid "Display Name" | ||
msgstr "Nome visualizzato" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,help:mgmtsystem_action_template.field_mgmtsystem_action__template_id | ||
msgid "Fill Action's fields with Template's values" | ||
msgstr "Compilare i campi dell'azione con i valori del modello" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima modifica il" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Ultimo aggiornamento di" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__write_date | ||
msgid "Last Updated on" | ||
msgstr "Ultimo aggiornamento il" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.actions.act_window,name:mgmtsystem_action_template.mgmtsystem_action_template_act_window | ||
msgid "Mgmtsystem Action Template" | ||
msgstr "Modello azione sistema di gestione" | ||
|
||
#. module: mgmtsystem_action_template | ||
#. odoo-python | ||
#: code:addons/mgmtsystem_action_template/models/mgmtsystem_action.py:0 | ||
#: code:addons/mgmtsystem_action_template/tests/test_action_template.py:0 | ||
#, python-format | ||
msgid "NEW" | ||
msgstr "NUOVA" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__name | ||
msgid "Name" | ||
msgstr "Nome" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action__template_id | ||
msgid "Reference Template" | ||
msgstr "Modello di riferimento" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__type_action | ||
msgid "Response Type" | ||
msgstr "Tipo risposta" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__user_id | ||
msgid "Responsible" | ||
msgstr "Responsabile" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model:ir.model.fields,field_description:mgmtsystem_action_template.field_mgmtsystem_action_template__tag_ids | ||
msgid "Tags" | ||
msgstr "Etichette" | ||
|
||
#. module: mgmtsystem_action_template | ||
#: model_terms:ir.ui.view,arch_db:mgmtsystem_action_template.mgmtsystem_action_template_form_view | ||
msgid "Template title..." | ||
msgstr "Nome modello..." | ||
|
||
#~ msgid "Is not a Template" | ||
#~ msgstr "Non è un modello" | ||
|
||
#~ msgid "" | ||
#~ "Set Action as Template to create simlilar one. Type, Responsible, Tags " | ||
#~ "and Title are used." | ||
#~ msgstr "" | ||
#~ "Imposta l'azione come modello per crearne di simili. Tipo, responsabile, " | ||
#~ "etichette e titolo verranno copiati." |
Oops, something went wrong.