diff --git a/repair_calendar_view/README.rst b/repair_calendar_view/README.rst new file mode 100644 index 000000000..16c30aa16 --- /dev/null +++ b/repair_calendar_view/README.rst @@ -0,0 +1,78 @@ +==================== +Repair Calendar View +==================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github + :target: https://github.com/OCA/manufacture/tree/13.0/repair_calendar_view + :alt: OCA/manufacture +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-repair_calendar_view + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/129/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This Module adds a calendar view for the repair orders. + +**Table of contents** + +.. contents:: + :local: + +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 +~~~~~~~ + +* Agile Business Group + +Contributors +~~~~~~~~~~~~ + +* Nicola Malcontenti +* Alessio Gerace +* Alex Comba +* Carlos Jimeno +* María Asunción Daza +* Pimolnat Suntian + +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/manufacture `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/repair_calendar_view/__init__.py b/repair_calendar_view/__init__.py new file mode 100644 index 000000000..3debae779 --- /dev/null +++ b/repair_calendar_view/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2016 Agile Business Group +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + + +from . import models diff --git a/repair_calendar_view/__manifest__.py b/repair_calendar_view/__manifest__.py new file mode 100644 index 000000000..7ffacf349 --- /dev/null +++ b/repair_calendar_view/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2016 Agile Business Group +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + + +{ + "name": "Repair Calendar View", + "version": "13.0.1.0.0", + "category": "Manufacturing", + "author": "Agile Business Group, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/manufacture", + "license": "LGPL-3", + "depends": ["repair"], + "data": ["views/mrp_repair_view.xml"], + "installable": True, +} diff --git a/repair_calendar_view/i18n/ar.po b/repair_calendar_view/i18n/ar.po new file mode 100644 index 000000000..b7b471e59 --- /dev/null +++ b/repair_calendar_view/i18n/ar.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "المستخدم" diff --git a/repair_calendar_view/i18n/bs.po b/repair_calendar_view/i18n/bs.po new file mode 100644 index 000000000..4c1cb91db --- /dev/null +++ b/repair_calendar_view/i18n/bs.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Korisnik" diff --git a/repair_calendar_view/i18n/ca.po b/repair_calendar_view/i18n/ca.po new file mode 100644 index 000000000..673b09f32 --- /dev/null +++ b/repair_calendar_view/i18n/ca.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuari" diff --git a/repair_calendar_view/i18n/cs.po b/repair_calendar_view/i18n/cs.po new file mode 100644 index 000000000..bb83385af --- /dev/null +++ b/repair_calendar_view/i18n/cs.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\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>=2 && n<=4) ? 1 : 2;\n" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Uživatel" diff --git a/repair_calendar_view/i18n/de.po b/repair_calendar_view/i18n/de.po new file mode 100644 index 000000000..6e26c64ac --- /dev/null +++ b/repair_calendar_view/i18n/de.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2018-12-10 11:58+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.3\n" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" +"Dieses Feld, das Reparaturdatum und der Benutzer definieren den Kalender" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "für die Reparatur verantwortliche Person" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "Reparaturdatum" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Reparaturauftrag" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "Reparaturauftragskalender" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Benutzer" diff --git a/repair_calendar_view/i18n/en_GB.po b/repair_calendar_view/i18n/en_GB.po new file mode 100644 index 000000000..2008b80ad --- /dev/null +++ b/repair_calendar_view/i18n/en_GB.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "User" diff --git a/repair_calendar_view/i18n/es.po b/repair_calendar_view/i18n/es.po new file mode 100644 index 000000000..9a87f824d --- /dev/null +++ b/repair_calendar_view/i18n/es.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +# enjolras , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-12 03:48+0000\n" +"PO-Revision-Date: 2019-03-01 14:52+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" +"Fecha de la reparación, este campo y el de user_id se definen en el " +"calendario" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "Persona a cargo de la reparación" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "Fecha de reparación" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Pedido de reparación" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "Calendario de pedidos de reparación" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuario" diff --git a/repair_calendar_view/i18n/es_CR.po b/repair_calendar_view/i18n/es_CR.po new file mode 100644 index 000000000..6917d1b91 --- /dev/null +++ b/repair_calendar_view/i18n/es_CR.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuario" diff --git a/repair_calendar_view/i18n/es_EC.po b/repair_calendar_view/i18n/es_EC.po new file mode 100644 index 000000000..011964990 --- /dev/null +++ b/repair_calendar_view/i18n/es_EC.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuario" diff --git a/repair_calendar_view/i18n/es_MX.po b/repair_calendar_view/i18n/es_MX.po new file mode 100644 index 000000000..56a19a63c --- /dev/null +++ b/repair_calendar_view/i18n/es_MX.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuario" diff --git a/repair_calendar_view/i18n/es_VE.po b/repair_calendar_view/i18n/es_VE.po new file mode 100644 index 000000000..980d7a709 --- /dev/null +++ b/repair_calendar_view/i18n/es_VE.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuario" diff --git a/repair_calendar_view/i18n/et.po b/repair_calendar_view/i18n/et.po new file mode 100644 index 000000000..eda252e34 --- /dev/null +++ b/repair_calendar_view/i18n/et.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Kasutaja" diff --git a/repair_calendar_view/i18n/fi.po b/repair_calendar_view/i18n/fi.po new file mode 100644 index 000000000..b06c4d6d9 --- /dev/null +++ b/repair_calendar_view/i18n/fi.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Käyttäjä" diff --git a/repair_calendar_view/i18n/fr.po b/repair_calendar_view/i18n/fr.po new file mode 100644 index 000000000..e2868db84 --- /dev/null +++ b/repair_calendar_view/i18n/fr.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# Quentin THEURET , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-10 07:00+0000\n" +"PO-Revision-Date: 2017-06-10 07:00+0000\n" +"Last-Translator: Quentin THEURET , 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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "Date de la réparation, ce champ et user_id définissent le calendrier" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "Personne en charge de la réparation" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "Date de la réparation" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Ordre de réparation" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "Calendrier des ordres de réparation" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Utilisateur" diff --git a/repair_calendar_view/i18n/gl.po b/repair_calendar_view/i18n/gl.po new file mode 100644 index 000000000..8959f1e70 --- /dev/null +++ b/repair_calendar_view/i18n/gl.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuario" diff --git a/repair_calendar_view/i18n/hr.po b/repair_calendar_view/i18n/hr.po new file mode 100644 index 000000000..e5731d3b4 --- /dev/null +++ b/repair_calendar_view/i18n/hr.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# 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-12 03:48+0000\n" +"PO-Revision-Date: 2018-02-12 03:48+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "Datum popravka, ovo polje i id korisnika definiraju kalendar." + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "Osoba zadužena za popravak" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "Datum popravka" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Nalog za popravak" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "Kalendar naloga za popravak" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Korisnik" diff --git a/repair_calendar_view/i18n/hr_HR.po b/repair_calendar_view/i18n/hr_HR.po new file mode 100644 index 000000000..cd5ae3ed8 --- /dev/null +++ b/repair_calendar_view/i18n/hr_HR.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-01 20:18+0000\n" +"PO-Revision-Date: 2017-05-01 20:18+0000\n" +"Last-Translator: Bole , 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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "Datum popravka, ovo polje, u user_id definiraju kalendar" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "Osoba zadužena za popravak" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "Datum popravka" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Nalog za popravak" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "Kalendar naloga za popravke" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Korisnik" diff --git a/repair_calendar_view/i18n/hu.po b/repair_calendar_view/i18n/hu.po new file mode 100644 index 000000000..37eaa0a41 --- /dev/null +++ b/repair_calendar_view/i18n/hu.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Felhasználó" diff --git a/repair_calendar_view/i18n/id.po b/repair_calendar_view/i18n/id.po new file mode 100644 index 000000000..0d749d77e --- /dev/null +++ b/repair_calendar_view/i18n/id.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-12 03:48+0000\n" +"PO-Revision-Date: 2018-02-12 03:48+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Pengguna" diff --git a/repair_calendar_view/i18n/it.po b/repair_calendar_view/i18n/it.po new file mode 100644 index 000000000..449b39c84 --- /dev/null +++ b/repair_calendar_view/i18n/it.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" +"Data della riparazione, questo campo e user_id definiscono il calendario" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "Persona responsabile della riparazione" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "Data riparazione" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Ordine di riparazione" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "Calendario ordini di riparazione" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Utente" diff --git a/repair_calendar_view/i18n/ja.po b/repair_calendar_view/i18n/ja.po new file mode 100644 index 000000000..97c028862 --- /dev/null +++ b/repair_calendar_view/i18n/ja.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "ユーザ" diff --git a/repair_calendar_view/i18n/lt.po b/repair_calendar_view/i18n/lt.po new file mode 100644 index 000000000..bc0f7411a --- /dev/null +++ b/repair_calendar_view/i18n/lt.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +# Viktoras Norkus , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 08:02+0000\n" +"PO-Revision-Date: 2018-01-16 08:02+0000\n" +"Last-Translator: Viktoras Norkus , 2018\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Remonto užsakymas" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Naudotojas" diff --git a/repair_calendar_view/i18n/lv.po b/repair_calendar_view/i18n/lv.po new file mode 100644 index 000000000..1b4cb8425 --- /dev/null +++ b/repair_calendar_view/i18n/lv.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Lietotājs" diff --git a/repair_calendar_view/i18n/mk.po b/repair_calendar_view/i18n/mk.po new file mode 100644 index 000000000..cbfaad2e0 --- /dev/null +++ b/repair_calendar_view/i18n/mk.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Корисник" diff --git a/repair_calendar_view/i18n/mn.po b/repair_calendar_view/i18n/mn.po new file mode 100644 index 000000000..216a069c8 --- /dev/null +++ b/repair_calendar_view/i18n/mn.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Хэрэглэгч" diff --git a/repair_calendar_view/i18n/mrp_repair_calendar_view.pot b/repair_calendar_view/i18n/mrp_repair_calendar_view.pot new file mode 100644 index 000000000..2aa6eeb87 --- /dev/null +++ b/repair_calendar_view/i18n/mrp_repair_calendar_view.pot @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.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: mrp_repair_calendar_view +#: model:ir.model.fields,help:mrp_repair_calendar_view.field_mrp_repair_date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: mrp_repair_calendar_view +#: model:ir.model.fields,help:mrp_repair_calendar_view.field_mrp_repair_user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: mrp_repair_calendar_view +#: model:ir.model.fields,field_description:mrp_repair_calendar_view.field_mrp_repair_date_repair +msgid "Repair Date" +msgstr "" + +#. module: mrp_repair_calendar_view +#: model:ir.model,name:mrp_repair_calendar_view.model_mrp_repair +msgid "Repair Order" +msgstr "" + +#. module: mrp_repair_calendar_view +#: model:ir.ui.view,arch_db:mrp_repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: mrp_repair_calendar_view +#: model:ir.model.fields,field_description:mrp_repair_calendar_view.field_mrp_repair_user_id +msgid "User" +msgstr "" + diff --git a/repair_calendar_view/i18n/nb.po b/repair_calendar_view/i18n/nb.po new file mode 100644 index 000000000..9c11b0853 --- /dev/null +++ b/repair_calendar_view/i18n/nb.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Bruker" diff --git a/repair_calendar_view/i18n/nl.po b/repair_calendar_view/i18n/nl.po new file mode 100644 index 000000000..aede96abf --- /dev/null +++ b/repair_calendar_view/i18n/nl.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Gebruiker" diff --git a/repair_calendar_view/i18n/nl_BE.po b/repair_calendar_view/i18n/nl_BE.po new file mode 100644 index 000000000..5e53b8670 --- /dev/null +++ b/repair_calendar_view/i18n/nl_BE.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Gebruiker" diff --git a/repair_calendar_view/i18n/nl_NL.po b/repair_calendar_view/i18n/nl_NL.po new file mode 100644 index 000000000..f75b08f33 --- /dev/null +++ b/repair_calendar_view/i18n/nl_NL.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-06 03:32+0000\n" +"PO-Revision-Date: 2017-05-06 03:32+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "Datum van de reparatie, dit veld en user_id bepalen de kalender" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "Persoon verantwoordelijk voor de reparatie" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "Reparatiedatum" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "Reparatieorder" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "Reparatieorders-kalender" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Gebruiker" diff --git a/repair_calendar_view/i18n/pl.po b/repair_calendar_view/i18n/pl.po new file mode 100644 index 000000000..5de1b52d3 --- /dev/null +++ b/repair_calendar_view/i18n/pl.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Użytkownik" diff --git a/repair_calendar_view/i18n/pt.po b/repair_calendar_view/i18n/pt.po new file mode 100644 index 000000000..5bfb17963 --- /dev/null +++ b/repair_calendar_view/i18n/pt.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Utilizador" diff --git a/repair_calendar_view/i18n/pt_BR.po b/repair_calendar_view/i18n/pt_BR.po new file mode 100644 index 000000000..3415ffacb --- /dev/null +++ b/repair_calendar_view/i18n/pt_BR.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Usuário" diff --git a/repair_calendar_view/i18n/pt_PT.po b/repair_calendar_view/i18n/pt_PT.po new file mode 100644 index 000000000..54b5a5ce9 --- /dev/null +++ b/repair_calendar_view/i18n/pt_PT.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Utilizador" diff --git a/repair_calendar_view/i18n/repair_calendar_view.pot b/repair_calendar_view/i18n/repair_calendar_view.pot new file mode 100644 index 000000000..57cb1b1b2 --- /dev/null +++ b/repair_calendar_view/i18n/repair_calendar_view.pot @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * repair_calendar_view +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "" + diff --git a/repair_calendar_view/i18n/ro.po b/repair_calendar_view/i18n/ro.po new file mode 100644 index 000000000..112a37dbc --- /dev/null +++ b/repair_calendar_view/i18n/ro.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Utilizator" diff --git a/repair_calendar_view/i18n/ru.po b/repair_calendar_view/i18n/ru.po new file mode 100644 index 000000000..9eeea5ef9 --- /dev/null +++ b/repair_calendar_view/i18n/ru.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Пользователь" diff --git a/repair_calendar_view/i18n/sl.po b/repair_calendar_view/i18n/sl.po new file mode 100644 index 000000000..148387138 --- /dev/null +++ b/repair_calendar_view/i18n/sl.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Uporabnik" diff --git a/repair_calendar_view/i18n/sr@latin.po b/repair_calendar_view/i18n/sr@latin.po new file mode 100644 index 000000000..f9fb15854 --- /dev/null +++ b/repair_calendar_view/i18n/sr@latin.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Korisnik" diff --git a/repair_calendar_view/i18n/sv.po b/repair_calendar_view/i18n/sv.po new file mode 100644 index 000000000..3e1d8a356 --- /dev/null +++ b/repair_calendar_view/i18n/sv.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Användare" diff --git a/repair_calendar_view/i18n/th.po b/repair_calendar_view/i18n/th.po new file mode 100644 index 000000000..d02cf6a13 --- /dev/null +++ b/repair_calendar_view/i18n/th.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "ผู้ใช้" diff --git a/repair_calendar_view/i18n/tr.po b/repair_calendar_view/i18n/tr.po new file mode 100644 index 000000000..3a5c2bc0b --- /dev/null +++ b/repair_calendar_view/i18n/tr.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Kullanıcı" diff --git a/repair_calendar_view/i18n/tr_TR.po b/repair_calendar_view/i18n/tr_TR.po new file mode 100644 index 000000000..4b49382b2 --- /dev/null +++ b/repair_calendar_view/i18n/tr_TR.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Kullanıcı" diff --git a/repair_calendar_view/i18n/vi.po b/repair_calendar_view/i18n/vi.po new file mode 100644 index 000000000..6d321b308 --- /dev/null +++ b/repair_calendar_view/i18n/vi.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "Người sử dụng" diff --git a/repair_calendar_view/i18n/zh_CN.po b/repair_calendar_view/i18n/zh_CN.po new file mode 100644 index 000000000..931cf07db --- /dev/null +++ b/repair_calendar_view/i18n/zh_CN.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "用户" diff --git a/repair_calendar_view/i18n/zh_TW.po b/repair_calendar_view/i18n/zh_TW.po new file mode 100644 index 000000000..d56186e70 --- /dev/null +++ b/repair_calendar_view/i18n/zh_TW.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_repair_calendar_view +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 03:44+0000\n" +"PO-Revision-Date: 2017-11-28 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\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: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__date_repair +msgid "Date of the repair, this field and user_id defines the calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,help:repair_calendar_view.field_repair_order__user_id +msgid "Person in charge for the repair" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__date_repair +msgid "Repair Date" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model,name:repair_calendar_view.model_repair_order +msgid "Repair Order" +msgstr "" + +#. module: repair_calendar_view +#: model_terms:ir.ui.view,arch_db:repair_calendar_view.view_repair_order_calendar +msgid "Repair Orders Calendar" +msgstr "" + +#. module: repair_calendar_view +#: model:ir.model.fields,field_description:repair_calendar_view.field_repair_order__user_id +msgid "User" +msgstr "使用者" diff --git a/repair_calendar_view/models/__init__.py b/repair_calendar_view/models/__init__.py new file mode 100644 index 000000000..00be16b90 --- /dev/null +++ b/repair_calendar_view/models/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2016 Agile Business Group +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + + +from . import repair diff --git a/repair_calendar_view/models/repair.py b/repair_calendar_view/models/repair.py new file mode 100644 index 000000000..0e50310c4 --- /dev/null +++ b/repair_calendar_view/models/repair.py @@ -0,0 +1,15 @@ +# Copyright 2016 Agile Business Group +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + +from odoo import fields, models + + +class RepairOrder(models.Model): + _inherit = "repair.order" + + date_repair = fields.Datetime( + string="Repair Date", + default=fields.Datetime.now, + copy=False, + help="Date of the repair, this field and user_id defines the calendar", + ) diff --git a/repair_calendar_view/readme/CONTRIBUTORS.rst b/repair_calendar_view/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..dbc526777 --- /dev/null +++ b/repair_calendar_view/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* Nicola Malcontenti +* Alessio Gerace +* Alex Comba +* Carlos Jimeno +* María Asunción Daza +* Pimolnat Suntian diff --git a/repair_calendar_view/readme/DESCRIPTION.rst b/repair_calendar_view/readme/DESCRIPTION.rst new file mode 100644 index 000000000..502b18f56 --- /dev/null +++ b/repair_calendar_view/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This Module adds a calendar view for the repair orders. diff --git a/repair_calendar_view/static/description/icon.png b/repair_calendar_view/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/repair_calendar_view/static/description/icon.png differ diff --git a/repair_calendar_view/static/description/index.html b/repair_calendar_view/static/description/index.html new file mode 100644 index 000000000..d8af49151 --- /dev/null +++ b/repair_calendar_view/static/description/index.html @@ -0,0 +1,424 @@ + + + + + + +Repair Calendar View + + + +
+

Repair Calendar View

+ + +

Beta License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runbot

+

This Module adds a calendar view for the repair orders.

+

Table of contents

+ +
+

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

+
    +
  • Agile Business Group
  • +
+
+
+

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

+

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

+
+
+
+ + diff --git a/repair_calendar_view/views/mrp_repair_view.xml b/repair_calendar_view/views/mrp_repair_view.xml new file mode 100644 index 000000000..9ca09b394 --- /dev/null +++ b/repair_calendar_view/views/mrp_repair_view.xml @@ -0,0 +1,30 @@ + + + + repair.calendar.form + repair.order + + + + + + + + + Repair Orders Calendar + repair.order + + + + + + + + + tree,kanban,graph,pivot,calendar,form + + diff --git a/setup/repair_calendar_view/odoo/addons/repair_calendar_view b/setup/repair_calendar_view/odoo/addons/repair_calendar_view new file mode 120000 index 000000000..879f004ff --- /dev/null +++ b/setup/repair_calendar_view/odoo/addons/repair_calendar_view @@ -0,0 +1 @@ +../../../../repair_calendar_view \ No newline at end of file diff --git a/setup/repair_calendar_view/setup.py b/setup/repair_calendar_view/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/repair_calendar_view/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)