diff --git a/project_task_pull_request/README.rst b/project_task_pull_request/README.rst new file mode 100644 index 0000000000..c7c810c5eb --- /dev/null +++ b/project_task_pull_request/README.rst @@ -0,0 +1,93 @@ +========================= +Project Task Pull Request +========================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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%2Fproject-lightgray.png?logo=github + :target: https://github.com/OCA/project/tree/13.0/project_task_pull_request + :alt: OCA/project +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/project-13-0/project-13-0-project_task_pull_request + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/140/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module extends the functionality of project to allow you to +add PR URIs to tasks and require PR URIs before tasks can be moved +to certain stages. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +#. Go to Project -> Configuration -> Project +#. Select a project and, under "Pull Request URIs", select the stages + where you would like a PR URI to be required +#. Go to Dashboard and select a project +#. Attempt to move one of the project's task without a PR URI into one of + the stages you selected to require a PR; you will receive a Validation Error +#. To add a PR URI to a task, click on the task and go to the "Extra Info" tag + +Bug Tracker +=========== + +Bugs are tracked on `GitHub 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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* SMDrugstore +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* Kelly Lougheed +* `Tecnativa `_: + + * Ernesto Tejeda + * Jairo Llopis + +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/project `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/project_task_pull_request/__init__.py b/project_task_pull_request/__init__.py new file mode 100644 index 0000000000..69f7babdfb --- /dev/null +++ b/project_task_pull_request/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import models diff --git a/project_task_pull_request/__manifest__.py b/project_task_pull_request/__manifest__.py new file mode 100644 index 0000000000..133e3bc0b0 --- /dev/null +++ b/project_task_pull_request/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2017 Specialty Medical Drugstore +# Copyright 2018 Tecnativa - Ernesto Tejeda +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Project Task Pull Request", + "summary": "Adds a field for a PR URI to project tasks", + "version": "14.0.1.0.0", + "category": "Project Management", + "website": "https://github.com/OCA/project", + "author": "SMDrugstore, " "Tecnativa, " "Odoo Community Association (OCA)", + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": ["project"], + "data": ["views/project_task_pull_request_view.xml"], +} diff --git a/project_task_pull_request/i18n/ar.po b/project_task_pull_request/i18n/ar.po new file mode 100644 index 0000000000..e7f39d2aaa --- /dev/null +++ b/project_task_pull_request/i18n/ar.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "مهمة" diff --git a/project_task_pull_request/i18n/ca.po b/project_task_pull_request/i18n/ca.po new file mode 100644 index 0000000000..18a6f0eca7 --- /dev/null +++ b/project_task_pull_request/i18n/ca.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tasca" diff --git a/project_task_pull_request/i18n/de.po b/project_task_pull_request/i18n/de.po new file mode 100644 index 0000000000..e00f50349c --- /dev/null +++ b/project_task_pull_request/i18n/de.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2019-07-12 15:43+0000\n" +"Last-Translator: Maria Sparenberg \n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\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 3.7.1\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "PR erforderliche Status" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "PR URI" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" +"Bitte fügen Sie die URI des Pull Request's hinzu, bevor Sie eine Aufgabe in " +"diese Stufe verschieben." + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projekt" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "Pull Request URIs" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Aufgabe" diff --git a/project_task_pull_request/i18n/el.po b/project_task_pull_request/i18n/el.po new file mode 100644 index 0000000000..97599aaa2f --- /dev/null +++ b/project_task_pull_request/i18n/el.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (https://www.transifex.com/oca/teams/23907/el/)\n" +"Language: el\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Εργασία" diff --git a/project_task_pull_request/i18n/es.po b/project_task_pull_request/i18n/es.po new file mode 100644 index 0000000000..f4d0b77add --- /dev/null +++ b/project_task_pull_request/i18n/es.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2019-02-11 12:50+0000\n" +"Last-Translator: Marta Vázquez Rodríguez \n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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 3.4\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "PR Estado Requeridos" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "URI PR" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" +"Por favor agregar el URI del pull request antes de pasar la tarea a esta " +"etapa." + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Proyecto" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "URIs del Pull Request" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarea" diff --git a/project_task_pull_request/i18n/es_CR.po b/project_task_pull_request/i18n/es_CR.po new file mode 100644 index 0000000000..10a37383cd --- /dev/null +++ b/project_task_pull_request/i18n/es_CR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarea" diff --git a/project_task_pull_request/i18n/es_MX.po b/project_task_pull_request/i18n/es_MX.po new file mode 100644 index 0000000000..c1549fe520 --- /dev/null +++ b/project_task_pull_request/i18n/es_MX.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-07-01 03:31+0000\n" +"PO-Revision-Date: 2017-07-01 03:31+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Proyecto" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarea" diff --git a/project_task_pull_request/i18n/es_VE.po b/project_task_pull_request/i18n/es_VE.po new file mode 100644 index 0000000000..52693bf0f0 --- /dev/null +++ b/project_task_pull_request/i18n/es_VE.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarea" diff --git a/project_task_pull_request/i18n/fi.po b/project_task_pull_request/i18n/fi.po new file mode 100644 index 0000000000..17f99e3b27 --- /dev/null +++ b/project_task_pull_request/i18n/fi.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projekti" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tehtävä" diff --git a/project_task_pull_request/i18n/fr.po b/project_task_pull_request/i18n/fr.po new file mode 100644 index 0000000000..7ac1c6d0a2 --- /dev/null +++ b/project_task_pull_request/i18n/fr.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projet" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tâche" diff --git a/project_task_pull_request/i18n/gl.po b/project_task_pull_request/i18n/gl.po new file mode 100644 index 0000000000..632ab3e3eb --- /dev/null +++ b/project_task_pull_request/i18n/gl.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarefa" diff --git a/project_task_pull_request/i18n/hr.po b/project_task_pull_request/i18n/hr.po new file mode 100644 index 0000000000..12a04beaa6 --- /dev/null +++ b/project_task_pull_request/i18n/hr.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 01:51+0000\n" +"PO-Revision-Date: 2018-02-02 01:51+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "PR zahtijevana stanja" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "PR URI" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "Molimo dodajte URL zahtijevu prije prebacivanja zadatka u ovu fazu" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projekt" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "Pull zahtjev URL" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Zadatak" diff --git a/project_task_pull_request/i18n/hr_HR.po b/project_task_pull_request/i18n/hr_HR.po new file mode 100644 index 0000000000..df2d7ea123 --- /dev/null +++ b/project_task_pull_request/i18n/hr_HR.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Zadatak" diff --git a/project_task_pull_request/i18n/hu.po b/project_task_pull_request/i18n/hu.po new file mode 100644 index 0000000000..aae9861a62 --- /dev/null +++ b/project_task_pull_request/i18n/hu.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Feladat" diff --git a/project_task_pull_request/i18n/it.po b/project_task_pull_request/i18n/it.po new file mode 100644 index 0000000000..7a236e58c5 --- /dev/null +++ b/project_task_pull_request/i18n/it.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Attività" diff --git a/project_task_pull_request/i18n/ja.po b/project_task_pull_request/i18n/ja.po new file mode 100644 index 0000000000..67a2f09c4a --- /dev/null +++ b/project_task_pull_request/i18n/ja.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "タスク" diff --git a/project_task_pull_request/i18n/lt.po b/project_task_pull_request/i18n/lt.po new file mode 100644 index 0000000000..c1561bfa2d --- /dev/null +++ b/project_task_pull_request/i18n/lt.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Užduotis" diff --git a/project_task_pull_request/i18n/lv.po b/project_task_pull_request/i18n/lv.po new file mode 100644 index 0000000000..85c9fd04c3 --- /dev/null +++ b/project_task_pull_request/i18n/lv.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Uzdevums" diff --git a/project_task_pull_request/i18n/mk.po b/project_task_pull_request/i18n/mk.po new file mode 100644 index 0000000000..02101caa70 --- /dev/null +++ b/project_task_pull_request/i18n/mk.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Задача" diff --git a/project_task_pull_request/i18n/mn.po b/project_task_pull_request/i18n/mn.po new file mode 100644 index 0000000000..2b4e6a2d38 --- /dev/null +++ b/project_task_pull_request/i18n/mn.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Даалгавар" diff --git a/project_task_pull_request/i18n/nl.po b/project_task_pull_request/i18n/nl.po new file mode 100644 index 0000000000..1245a4bba5 --- /dev/null +++ b/project_task_pull_request/i18n/nl.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# Erwin van der Ploeg , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Project" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Taak" diff --git a/project_task_pull_request/i18n/nl_NL.po b/project_task_pull_request/i18n/nl_NL.po new file mode 100644 index 0000000000..ebe463e36c --- /dev/null +++ b/project_task_pull_request/i18n/nl_NL.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-17 05:53+0000\n" +"PO-Revision-Date: 2017-06-17 05:53+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "PR Verplichte Fases" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "PR URI" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" +"Voeg de URI toe voor de 'pull request' voor de taak naar deze fase te " +"verplaatsen." + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Project" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "'Pull Request' URI's" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Taak" diff --git a/project_task_pull_request/i18n/pl.po b/project_task_pull_request/i18n/pl.po new file mode 100644 index 0000000000..ad22da1e46 --- /dev/null +++ b/project_task_pull_request/i18n/pl.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Zadanie" diff --git a/project_task_pull_request/i18n/project_task_pull_request.pot b/project_task_pull_request/i18n/project_task_pull_request.pot new file mode 100644 index 0000000000..2cf7620efd --- /dev/null +++ b/project_task_pull_request/i18n/project_task_pull_request.pot @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.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: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this " +"stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "" diff --git a/project_task_pull_request/i18n/pt.po b/project_task_pull_request/i18n/pt.po new file mode 100644 index 0000000000..1645b1b339 --- /dev/null +++ b/project_task_pull_request/i18n/pt.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projeto" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarefa" diff --git a/project_task_pull_request/i18n/pt_BR.po b/project_task_pull_request/i18n/pt_BR.po new file mode 100644 index 0000000000..c996da4eb1 --- /dev/null +++ b/project_task_pull_request/i18n/pt_BR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projeto" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarefa" diff --git a/project_task_pull_request/i18n/pt_PT.po b/project_task_pull_request/i18n/pt_PT.po new file mode 100644 index 0000000000..6f8a63260b --- /dev/null +++ b/project_task_pull_request/i18n/pt_PT.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projeto" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Tarefa" diff --git a/project_task_pull_request/i18n/ro.po b/project_task_pull_request/i18n/ro.po new file mode 100644 index 0000000000..3b0a527578 --- /dev/null +++ b/project_task_pull_request/i18n/ro.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Sarcina" diff --git a/project_task_pull_request/i18n/sl.po b/project_task_pull_request/i18n/sl.po new file mode 100644 index 0000000000..8df0fcd6bb --- /dev/null +++ b/project_task_pull_request/i18n/sl.po @@ -0,0 +1,54 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +# Matjaž Mozetič , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 01:51+0000\n" +"PO-Revision-Date: 2018-02-02 01:51+0000\n" +"Last-Translator: Matjaž Mozetič , 2018\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "PR zahtevana stanja" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "PR URI" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "Dodajte URI za PR pred premikom opravila v to stopnjo." + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Projekt" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "Pull Request URIs" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Opravilo" diff --git a/project_task_pull_request/i18n/sv.po b/project_task_pull_request/i18n/sv.po new file mode 100644 index 0000000000..d5a291cddb --- /dev/null +++ b/project_task_pull_request/i18n/sv.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Uppgift" diff --git a/project_task_pull_request/i18n/tr.po b/project_task_pull_request/i18n/tr.po new file mode 100644 index 0000000000..86cc4d2ee7 --- /dev/null +++ b/project_task_pull_request/i18n/tr.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# Ivan BARAYEV , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\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" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "Proje" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Görev" diff --git a/project_task_pull_request/i18n/uk.po b/project_task_pull_request/i18n/uk.po new file mode 100644 index 0000000000..4da0118287 --- /dev/null +++ b/project_task_pull_request/i18n/uk.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-23 02:44+0000\n" +"PO-Revision-Date: 2017-05-23 02:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "Завдання" diff --git a/project_task_pull_request/i18n/zh_CN.po b/project_task_pull_request/i18n/zh_CN.po new file mode 100644 index 0000000000..94551ed8f1 --- /dev/null +++ b/project_task_pull_request/i18n/zh_CN.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_pull_request +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 08:33+0000\n" +"PO-Revision-Date: 2017-04-28 08:33+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states +msgid "PR Required States" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_uri +msgid "PR URI" +msgstr "" + +#. module: project_task_pull_request +#: code:addons/project_task_pull_request/models/project_task.py:0 +#, python-format +msgid "" +"Please add the URI for the pull request before moving the task to this stage." +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_project +msgid "Project" +msgstr "项目" + +#. module: project_task_pull_request +#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project +msgid "Pull Request URIs" +msgstr "" + +#. module: project_task_pull_request +#: model:ir.model,name:project_task_pull_request.model_project_task +msgid "Task" +msgstr "任务" diff --git a/project_task_pull_request/models/__init__.py b/project_task_pull_request/models/__init__.py new file mode 100644 index 0000000000..8882b5dc0a --- /dev/null +++ b/project_task_pull_request/models/__init__.py @@ -0,0 +1,4 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import project_task +from . import project_project diff --git a/project_task_pull_request/models/project_project.py b/project_task_pull_request/models/project_project.py new file mode 100644 index 0000000000..34184314b6 --- /dev/null +++ b/project_task_pull_request/models/project_project.py @@ -0,0 +1,17 @@ +# Copyright 2017 Specialty Medical Drugstore +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import fields, models + + +class Project(models.Model): + _inherit = "project.project" + _name = "project.project" + + pr_required_states = fields.Many2many( + "project.task.type", + "project_pr_required", + "project_id", + "state_id", + "PR Required States", + ) diff --git a/project_task_pull_request/models/project_task.py b/project_task_pull_request/models/project_task.py new file mode 100644 index 0000000000..f5a350f8cf --- /dev/null +++ b/project_task_pull_request/models/project_task.py @@ -0,0 +1,25 @@ +# Copyright 2017 Specialty Medical Drugstore +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import _, api, exceptions, fields, models + + +class ProjectTask(models.Model): + _inherit = "project.task" + + pr_uri = fields.Char(string="PR URI", track_visibility="onchange") + + pr_required_states = fields.Many2many(related="project_id.pr_required_states") + + @api.constrains("pr_uri", "stage_id", "project_id") + def _check_pr_uri_required(self): + for task in self: + stages_pr_req = task.project_id.pr_required_states + is_stage_pr_req = task.stage_id in stages_pr_req + if not task.pr_uri and stages_pr_req and is_stage_pr_req: + raise exceptions.ValidationError( + _( + "Please add the URI for the pull request " + "before moving the task to this stage." + ) + ) diff --git a/project_task_pull_request/readme/CONTRIBUTORS.rst b/project_task_pull_request/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..d16e8361d5 --- /dev/null +++ b/project_task_pull_request/readme/CONTRIBUTORS.rst @@ -0,0 +1,5 @@ +* Kelly Lougheed +* `Tecnativa `_: + + * Ernesto Tejeda + * Jairo Llopis diff --git a/project_task_pull_request/readme/DESCRIPTION.rst b/project_task_pull_request/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..fcfad48226 --- /dev/null +++ b/project_task_pull_request/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +This module extends the functionality of project to allow you to +add PR URIs to tasks and require PR URIs before tasks can be moved +to certain stages. diff --git a/project_task_pull_request/readme/USAGE.rst b/project_task_pull_request/readme/USAGE.rst new file mode 100644 index 0000000000..a47081f417 --- /dev/null +++ b/project_task_pull_request/readme/USAGE.rst @@ -0,0 +1,9 @@ +To use this module, you need to: + +#. Go to Project -> Configuration -> Project +#. Select a project and, under "Pull Request URIs", select the stages + where you would like a PR URI to be required +#. Go to Dashboard and select a project +#. Attempt to move one of the project's task without a PR URI into one of + the stages you selected to require a PR; you will receive a Validation Error +#. To add a PR URI to a task, click on the task and go to the "Extra Info" tag diff --git a/project_task_pull_request/static/description/icon.png b/project_task_pull_request/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/project_task_pull_request/static/description/icon.png differ diff --git a/project_task_pull_request/static/description/index.html b/project_task_pull_request/static/description/index.html new file mode 100644 index 0000000000..efe2fad7c0 --- /dev/null +++ b/project_task_pull_request/static/description/index.html @@ -0,0 +1,441 @@ + + + + + + +Project Task Pull Request + + + +
+

Project Task Pull Request

+ + +

Beta License: AGPL-3 OCA/project Translate me on Weblate Try me on Runbot

+

This module extends the functionality of project to allow you to +add PR URIs to tasks and require PR URIs before tasks can be moved +to certain stages.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to Project -> Configuration -> Project
  2. +
  3. Select a project and, under “Pull Request URIs”, select the stages +where you would like a PR URI to be required
  4. +
  5. Go to Dashboard and select a project
  6. +
  7. Attempt to move one of the project’s task without a PR URI into one of +the stages you selected to require a PR; you will receive a Validation Error
  8. +
  9. To add a PR URI to a task, click on the task and go to the “Extra Info” tag
  10. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • SMDrugstore
  • +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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/project project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/project_task_pull_request/tests/__init__.py b/project_task_pull_request/tests/__init__.py new file mode 100644 index 0000000000..4c4ae8962b --- /dev/null +++ b/project_task_pull_request/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import test_project_task_pull_request diff --git a/project_task_pull_request/tests/test_project_task_pull_request.py b/project_task_pull_request/tests/test_project_task_pull_request.py new file mode 100644 index 0000000000..1fc53d736d --- /dev/null +++ b/project_task_pull_request/tests/test_project_task_pull_request.py @@ -0,0 +1,76 @@ +# Copyright 2017 Specialty Medical Drugstore +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo.exceptions import ValidationError +from odoo.tests.common import TransactionCase + + +class TestProjectTaskPullRequest(TransactionCase): + post_install = True + at_install = False + + def setUp(self): + super(TestProjectTaskPullRequest, self).setUp() + + project_obj = self.env["project.project"] + task_obj = self.env["project.task"] + self.new_stage = self.ref("project.project_stage_0") + self.inprogress_stage = self.ref("project.project_stage_1") + self.done_stage = self.ref("project.project_stage_2") + self.cancel_stage = self.ref("project.project_stage_3") + + self.project_1 = project_obj.create( + {"name": "Test Project 1", "pr_required_states": [(4, self.done_stage)]} + ) + self.project_2 = project_obj.create( + { + "name": "Test Project 2", + "pr_required_states": [ + (4, self.done_stage), + (4, self.inprogress_stage), + ], + } + ) + + self.task_1 = task_obj.create( + { + "name": "Test Task 1", + "project_id": self.project_1.id, + "pr_uri": False, + "stage_id": self.new_stage, + } + ) + self.task_2 = task_obj.create( + { + "name": "Test Task 2", + "project_id": self.project_2.id, + "pr_uri": False, + "stage_id": self.new_stage, + } + ) + self.task_3 = task_obj.create( + { + "name": "Test Task 3", + "project_id": self.project_2.id, + "pr_uri": "github.com", + "stage_id": self.new_stage, + } + ) + + def test_write_allowed_when_allowed(self): + self.task_1.write({"stage_id": self.inprogress_stage}) + self.task_1.refresh() + self.assertEquals(self.inprogress_stage, self.task_1.stage_id.id) + + def test_write_not_allowed_without_pr(self): + with self.assertRaises(ValidationError): + self.task_1.write({"stage_id": self.done_stage}) + + def test_write_not_allowed_without_pr_multiple_stages(self): + with self.assertRaises(ValidationError): + self.task_2.write({"stage_id": self.inprogress_stage}) + + def test_write_allowed_with_pr(self): + self.task_3.write({"stage_id": self.done_stage}) + self.task_3.refresh() + self.assertEquals(self.done_stage, self.task_3.stage_id.id) diff --git a/project_task_pull_request/views/project_task_pull_request_view.xml b/project_task_pull_request/views/project_task_pull_request_view.xml new file mode 100644 index 0000000000..a45268acb4 --- /dev/null +++ b/project_task_pull_request/views/project_task_pull_request_view.xml @@ -0,0 +1,32 @@ + + + + + project.task.form.pr + project.task + + + + + + + + + + project.project.form + project.project + + + + + + + + + + diff --git a/setup/project_task_pull_request/odoo/addons/project_task_pull_request b/setup/project_task_pull_request/odoo/addons/project_task_pull_request new file mode 120000 index 0000000000..b8cdfe738f --- /dev/null +++ b/setup/project_task_pull_request/odoo/addons/project_task_pull_request @@ -0,0 +1 @@ +../../../../project_task_pull_request \ No newline at end of file diff --git a/setup/project_task_pull_request/setup.py b/setup/project_task_pull_request/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/project_task_pull_request/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)