diff --git a/base_technical_features/README.rst b/base_technical_features/README.rst new file mode 100644 index 0000000..5ac4447 --- /dev/null +++ b/base_technical_features/README.rst @@ -0,0 +1,117 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + +======================== +Technical features group +======================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:439d0d83c06b14233f634809ba6039f8d06beb638ceab71c029f08df0d43166e + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/license-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github + :target: https://github.com/OCA/server-ux/tree/19.0/base_technical_features + :alt: OCA/server-ux +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/server-ux-19-0/server-ux-19-0-base_technical_features + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=19.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module provides persistent access to technical features based on +user preferences, eliminating the need to activate debug mode. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +After installation of this module, every employee can still access +technical features for the applications that they have access to by +enabling debug mode. + +Additionally, users can check the *Technical feature* field in their +preferences to gain permanent access to the menus and views that fall +under this category. + +|image1| + +Upon installation of this module, this preference is already set for the +administrator user of the database. + +In the background, this preference is mapped to the *Technical feature +(w/o debug mode)* group that this module adds. As an administrator, you +can therefore manage this preference from the regular Users and Groups +menu items. + +.. |image1| image:: https://raw.githubusercontent.com/OCA/server-ux/19.0/base_technical_features/static/description/user_preferences.png + +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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Opener B.V. + +Contributors +------------ + +- Stefan Rijnhart +- Jeroen Evens +- Jim Hoefnagels +- Khoi (Kien Kim) +- Tris Doan +- Iván Todorovich + +Other credits +------------- + +The migration of this module from 18.0 to 19.0 was financially supported +by: + +- Camptocamp. + +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/server-ux `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_technical_features/__init__.py b/base_technical_features/__init__.py new file mode 100644 index 0000000..0650744 --- /dev/null +++ b/base_technical_features/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/base_technical_features/__manifest__.py b/base_technical_features/__manifest__.py new file mode 100644 index 0000000..3dfbb6a --- /dev/null +++ b/base_technical_features/__manifest__.py @@ -0,0 +1,13 @@ +# © 2016 Opener B.V. () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Technical features group", + "summary": "Access to technical features without activating debug mode", + "version": "19.0.1.0.0", + "category": "Usability", + "website": "https://github.com/OCA/server-ux", + "author": "Opener B.V., Odoo Community Association (OCA)", + "data": ["security/res_groups.xml", "views/res_users.xml", "data/res_users.xml"], + "license": "AGPL-3", + "depends": ["base"], +} diff --git a/base_technical_features/data/res_users.xml b/base_technical_features/data/res_users.xml new file mode 100644 index 0000000..c0e6544 --- /dev/null +++ b/base_technical_features/data/res_users.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/base_technical_features/i18n/am.po b/base_technical_features/i18n/am.po new file mode 100644 index 0000000..35af40a --- /dev/null +++ b/base_technical_features/i18n/am.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:52+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/am/)\n" +"Language: am\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/base_technical_features/i18n/ar.po b/base_technical_features/i18n/ar.po new file mode 100644 index 0000000..bc9fbcc --- /dev/null +++ b/base_technical_features/i18n/ar.po @@ -0,0 +1,69 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 02:29+0000\n" +"PO-Revision-Date: 2018-07-01 04:01+0000\n" +"Last-Translator: Osoul \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 ? 4 : 5;\n" +"X-Generator: Weblate 3.0.1\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "إظهار خانة المزايا التقنية" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "المزايا التقنية" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "المزايا التقنية (بدون وضع التطوير)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "هذا المستخدم ليس لديه صلاحية للمزايا التقنية." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "المستخدمون" + +#~ msgid "base" +#~ msgstr "الأساس" diff --git a/base_technical_features/i18n/base_technical_features.pot b/base_technical_features/i18n/base_technical_features.pot new file mode 100644 index 0000000..602fdaf --- /dev/null +++ b/base_technical_features/i18n/base_technical_features.pot @@ -0,0 +1,58 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 19.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: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_ir_ui_menu__display_name +#: model:ir.model.fields,field_description:base_technical_features.field_ir_ui_view__display_name +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__display_name +msgid "Display Name" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_ir_ui_menu__id +#: model:ir.model.fields,field_description:base_technical_features.field_ir_ui_view__id +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__id +msgid "ID" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_view +msgid "View" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__technical_features +msgid "Whether the user has technical features always enabled." +msgstr "" diff --git a/base_technical_features/i18n/ca.po b/base_technical_features/i18n/ca.po new file mode 100644 index 0000000..d1d368b --- /dev/null +++ b/base_technical_features/i18n/ca.po @@ -0,0 +1,73 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-01 02:43+0000\n" +"PO-Revision-Date: 2018-10-10 21:20+0000\n" +"Last-Translator: Harald Panten \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" +"X-Generator: Weblate 3.1.1\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Mostrar el camp Característiques Tècniques" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Característiques tècniques" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Característiques tècniques (sense mode de depuració)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "L'usuari no té accés a les carcaterístiques tècniques." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" +"Mostrar o no el camp de característiques tècniques a les preferències " +"d'usuari." + +#~ msgid "Users" +#~ msgstr "Usuaris" + +#~ msgid "base" +#~ msgstr "base de dades" + +#~ msgid "ir.ui.menu" +#~ msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/da.po b/base_technical_features/i18n/da.po new file mode 100644 index 0000000..e528125 --- /dev/null +++ b/base_technical_features/i18n/da.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 02:29+0000\n" +"PO-Revision-Date: 2018-09-06 08:12+0000\n" +"Last-Translator: Hans Henrik Gabelgaard \n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\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.1.1\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Vis feltet Tekniske features" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Tekniske features" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Tekniske feature (uden debug mode)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "Denne bruger har ikke adgang til Tekniske features." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Om feltet Tekniske features skal vises i bruger egenskaber." + +#~ msgid "Users" +#~ msgstr "Brugere" diff --git a/base_technical_features/i18n/de.po b/base_technical_features/i18n/de.po new file mode 100644 index 0000000..8c06e0d --- /dev/null +++ b/base_technical_features/i18n/de.po @@ -0,0 +1,73 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 04:22+0000\n" +"PO-Revision-Date: 2017-01-21 04:22+0000\n" +"Last-Translator: OCA Transbot , 2016\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" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Feld Technische Eigenschaften anzeigen" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +#, fuzzy +msgid "Technical Features" +msgstr "Technische Eigenschaften" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Technische Eigenschaften (ohne Debugmodus)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "Der Benutzer hat keinen Zugriff auf Technische Eigenschaften." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" +"Ob das Feld Technische Eigenschaften in den Benutzereinstellungen angezeigt " +"wird." + +#~ msgid "Users" +#~ msgstr "Benutzer" + +#~ msgid "base" +#~ msgstr "base" + +#~ msgid "ir.ui.menu" +#~ msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/el_GR.po b/base_technical_features/i18n/el_GR.po new file mode 100644 index 0000000..a3eb7e0 --- /dev/null +++ b/base_technical_features/i18n/el_GR.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 02:29+0000\n" +"PO-Revision-Date: 2017-02-18 02:29+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Χρήστες" diff --git a/base_technical_features/i18n/es.po b/base_technical_features/i18n/es.po new file mode 100644 index 0000000..57540e8 --- /dev/null +++ b/base_technical_features/i18n/es.po @@ -0,0 +1,73 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 04:22+0000\n" +"PO-Revision-Date: 2023-08-27 16:07+0000\n" +"Last-Translator: Ivorra78 \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 4.17\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "Base" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "Menú" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Mostrar el campo Características Técnicas" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Características técnicas" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Características técnicas (sin modo de depuración)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "El usuario no tiene acceso a las características técnicas." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "Usuario" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" +"Mostrar o no el campo de características técnicas en las preferencias de " +"usuario." + +#~ msgid "Users" +#~ msgstr "Usuarios" + +#~ msgid "base" +#~ msgstr "base de datos" + +#~ msgid "ir.ui.menu" +#~ msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/es_ES.po b/base_technical_features/i18n/es_ES.po new file mode 100644 index 0000000..8958682 --- /dev/null +++ b/base_technical_features/i18n/es_ES.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-22 00:54+0000\n" +"PO-Revision-Date: 2017-02-22 00:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_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" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Usuarios" diff --git a/base_technical_features/i18n/es_MX.po b/base_technical_features/i18n/es_MX.po new file mode 100644 index 0000000..7708c36 --- /dev/null +++ b/base_technical_features/i18n/es_MX.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 02:01+0000\n" +"PO-Revision-Date: 2016-12-23 02:01+0000\n" +"Last-Translator: OCA Transbot , 2016\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Module" +#~ msgstr "Módulo" diff --git a/base_technical_features/i18n/fi.po b/base_technical_features/i18n/fi.po new file mode 100644 index 0000000..e883079 --- /dev/null +++ b/base_technical_features/i18n/fi.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 02:29+0000\n" +"PO-Revision-Date: 2017-02-18 02:29+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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Käyttäjät" diff --git a/base_technical_features/i18n/fr.po b/base_technical_features/i18n/fr.po new file mode 100644 index 0000000..b5dc5d2 --- /dev/null +++ b/base_technical_features/i18n/fr.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 04:22+0000\n" +"PO-Revision-Date: 2017-01-21 04:22+0000\n" +"Last-Translator: OCA Transbot , 2016\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Utilisateurs" diff --git a/base_technical_features/i18n/fr_CA.po b/base_technical_features/i18n/fr_CA.po new file mode 100644 index 0000000..67d7001 --- /dev/null +++ b/base_technical_features/i18n/fr_CA.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 02:01+0000\n" +"PO-Revision-Date: 2016-12-23 02:01+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Fields" +#~ msgstr "Champs" diff --git a/base_technical_features/i18n/fr_CH.po b/base_technical_features/i18n/fr_CH.po new file mode 100644 index 0000000..e402b08 --- /dev/null +++ b/base_technical_features/i18n/fr_CH.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 02:29+0000\n" +"PO-Revision-Date: 2017-02-18 02:29+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Utilisateurs" diff --git a/base_technical_features/i18n/fr_FR.po b/base_technical_features/i18n/fr_FR.po new file mode 100644 index 0000000..44069ee --- /dev/null +++ b/base_technical_features/i18n/fr_FR.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Aurel , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-08 03:37+0000\n" +"PO-Revision-Date: 2017-02-08 03:37+0000\n" +"Last-Translator: Aurel , 2017\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" +"fr_FR/)\n" +"Language: fr_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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Utilsateurs" diff --git a/base_technical_features/i18n/gl.po b/base_technical_features/i18n/gl.po new file mode 100644 index 0000000..03b3b97 --- /dev/null +++ b/base_technical_features/i18n/gl.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-10 02:52+0000\n" +"PO-Revision-Date: 2016-01-05 19:43+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/base_technical_features/i18n/hr.po b/base_technical_features/i18n/hr.po new file mode 100644 index 0000000..d97a842 --- /dev/null +++ b/base_technical_features/i18n/hr.po @@ -0,0 +1,73 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-01 10:38+0000\n" +"PO-Revision-Date: 2019-12-04 12:04+0000\n" +"Last-Translator: Bole \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" +"X-Generator: Weblate 3.9.1\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "Osnova" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "Izbornik" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Prikaži polje Tehničke značajke" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Tehničke značajke" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Tehničke značajke ( bez debug opcije)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "Ovaj korisnik nema prava pristupa za Tehničke značajke" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Prikaz polja tehničkih značajki u korisničkim postavkama." + +#~ msgid "Users" +#~ msgstr "Korisnici" + +#~ msgid "base" +#~ msgstr "base" + +#~ msgid "ir.ui.menu" +#~ msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/hr_HR.po b/base_technical_features/i18n/hr_HR.po new file mode 100644 index 0000000..09ec3e1 --- /dev/null +++ b/base_technical_features/i18n/hr_HR.po @@ -0,0 +1,70 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 03:36+0000\n" +"PO-Revision-Date: 2016-11-26 03:36+0000\n" +"Last-Translator: OCA Transbot , 2016\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Prikaži polje Tehničke značajke" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +#, fuzzy +msgid "Technical Features" +msgstr "Tehničke značajke" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Tehničke značajke (bez debug načina)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "Korisnik nema prava pristupa za tehničke značajke." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Pokazati polja tehničke značajke u postavkama korisnika." + +#~ msgid "Users" +#~ msgstr "Korisnici" + +#~ msgid "ir.ui.menu" +#~ msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/it.po b/base_technical_features/i18n/it.po new file mode 100644 index 0000000..b8b184f --- /dev/null +++ b/base_technical_features/i18n/it.po @@ -0,0 +1,72 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 04:22+0000\n" +"PO-Revision-Date: 2024-02-04 22:33+0000\n" +"Last-Translator: mymage \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" +"X-Generator: Weblate 4.17\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "Base" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "Menù" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Mostrare campo funzioni tecniche" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Funzioni tecniche" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Funzioni tecniche (senza modalità di debug)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "L'utente non ha accesso alle funzioni tecniche." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "Utente" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" +"Indica se visualizzare il campo funzioni tecniche nelle preferenze utente." + +#~ msgid "Users" +#~ msgstr "Utenti" + +#~ msgid "base" +#~ msgstr "base" + +#~ msgid "ir.ui.menu" +#~ msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/ja.po b/base_technical_features/i18n/ja.po new file mode 100644 index 0000000..7d36085 --- /dev/null +++ b/base_technical_features/i18n/ja.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2020-09-27 11:00+0000\n" +"Last-Translator: Yoshi Tashiro \n" +"Language-Team: none\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" +"X-Generator: Weblate 3.10\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "メニュー" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "技術機能項目を表示" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "技術機能" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "技術機能(開発者モードの有効化なし)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "ユーザは技術機能へのアクセスがありません。" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "ユーザ個人設定に技術機能項目を表示するか否か。" + +#~ msgid "Users" +#~ msgstr "ユーザ" diff --git a/base_technical_features/i18n/nl.po b/base_technical_features/i18n/nl.po new file mode 100644 index 0000000..6b6bd3d --- /dev/null +++ b/base_technical_features/i18n/nl.po @@ -0,0 +1,67 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-18 02:29+0000\n" +"PO-Revision-Date: 2025-02-04 21:02+0000\n" +"Last-Translator: Bosd \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" +"X-Generator: Weblate 5.6.2\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "Basis" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "Menu" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Toon veld Technische mogelijkheden" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Technische mogelijkheden" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Technische mogelijkheden (zonder debugmodus)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "De gebruiker heeft geen toegang tot technische mogelijkheden." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "Gebruiker" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" +"Geeft aan of het veld Technische mogelijkheden wordt getoond in de " +"voorkeuren van de gebruiker." + +#~ msgid "Users" +#~ msgstr "Gebruikers" diff --git a/base_technical_features/i18n/nl_NL.po b/base_technical_features/i18n/nl_NL.po new file mode 100644 index 0000000..dc0b74d --- /dev/null +++ b/base_technical_features/i18n/nl_NL.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-22 01:12+0000\n" +"PO-Revision-Date: 2017-06-22 01:12+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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Gebruikers" diff --git a/base_technical_features/i18n/pt.po b/base_technical_features/i18n/pt.po new file mode 100644 index 0000000..8a3808b --- /dev/null +++ b/base_technical_features/i18n/pt.po @@ -0,0 +1,67 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Pedro Castro Silva , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-01 02:43+0000\n" +"PO-Revision-Date: 2019-07-05 16:42+0000\n" +"Last-Translator: Pedro Castro Silva \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" +"X-Generator: Weblate 3.7.1\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "Menu" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "Menu" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Mostrar campo Funcionalidades Técnicas" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Funcionalidades Técnicas" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Funcionalidades Técnicas (s/ modo de depuração)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "O utilizador não tem acesso às funcionalidades técnicas." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" +"Indica se o campo funcionalidades técnicas será exibido nas preferências de " +"utilizador." + +#~ msgid "Users" +#~ msgstr "Utilizadores" diff --git a/base_technical_features/i18n/pt_BR.po b/base_technical_features/i18n/pt_BR.po new file mode 100644 index 0000000..d1b8d86 --- /dev/null +++ b/base_technical_features/i18n/pt_BR.po @@ -0,0 +1,67 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 04:22+0000\n" +"PO-Revision-Date: 2019-09-03 03:24+0000\n" +"Last-Translator: Rodrigo Macedo \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" +"X-Generator: Weblate 3.8\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "Suporte" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "Menú" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Mostrar campo de Recursos Técnicos" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "Recursos Técnicos" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Recursos Técnicos (w/o modo debug)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "O usuário não tem acesso aos recursos técnicos." + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" +"Se o campo de recursos técnicos deve ser exibido nas preferências do usuário." + +#~ msgid "Users" +#~ msgstr "Usuários" diff --git a/base_technical_features/i18n/pt_PT.po b/base_technical_features/i18n/pt_PT.po new file mode 100644 index 0000000..cec47f7 --- /dev/null +++ b/base_technical_features/i18n/pt_PT.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-23 02:01+0000\n" +"PO-Revision-Date: 2016-12-23 02:01+0000\n" +"Last-Translator: OCA Transbot , 2016\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Fields" +#~ msgstr "Campos" diff --git a/base_technical_features/i18n/ro.po b/base_technical_features/i18n/ro.po new file mode 100644 index 0000000..e4aa4f6 --- /dev/null +++ b/base_technical_features/i18n/ro.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# Daniel Schweiger , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-22 01:12+0000\n" +"PO-Revision-Date: 2017-06-22 01:12+0000\n" +"Last-Translator: Daniel Schweiger , 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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Utilizatori" diff --git a/base_technical_features/i18n/sl.po b/base_technical_features/i18n/sl.po new file mode 100644 index 0000000..2cf1dfa --- /dev/null +++ b/base_technical_features/i18n/sl.po @@ -0,0 +1,69 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 04:22+0000\n" +"PO-Revision-Date: 2017-01-21 04:22+0000\n" +"Last-Translator: OCA Transbot , 2016\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "Prikaži polje \"Tehnične funkcije\"" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +#, fuzzy +msgid "Technical Features" +msgstr "Tehnične funkcije" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "Tehnične funkcije (brez razhroščevalnika)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "Uporabnik nima dostopa do tehničnih finkcij" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "Ali naj se prikaže polje tehnične funkcije v uporabniških nastavitvah." + +#~ msgid "Users" +#~ msgstr "Uporabniki" + +#~ msgid "ir.ui.menu" +#~ msgstr "ir.ui.menu" diff --git a/base_technical_features/i18n/tr.po b/base_technical_features/i18n/tr.po new file mode 100644 index 0000000..50b1c68 --- /dev/null +++ b/base_technical_features/i18n/tr.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 04:22+0000\n" +"PO-Revision-Date: 2017-01-21 04:22+0000\n" +"Last-Translator: OCA Transbot , 2016\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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Kullanıcılar" diff --git a/base_technical_features/i18n/tr_TR.po b/base_technical_features/i18n/tr_TR.po new file mode 100644 index 0000000..e7bfc6b --- /dev/null +++ b/base_technical_features/i18n/tr_TR.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-22 00:54+0000\n" +"PO-Revision-Date: 2017-02-22 00:54+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: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "" + +#~ msgid "Users" +#~ msgstr "Kullanıcılar" diff --git a/base_technical_features/i18n/zh_CN.po b/base_technical_features/i18n/zh_CN.po new file mode 100644 index 0000000..451c1b8 --- /dev/null +++ b/base_technical_features/i18n/zh_CN.po @@ -0,0 +1,66 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_technical_features +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 03:36+0000\n" +"PO-Revision-Date: 2019-09-02 16:56+0000\n" +"Last-Translator: 黎伟杰 <674416404@qq.com>\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" +"X-Generator: Weblate 3.8\n" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_base +msgid "Base" +msgstr "基础" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_ir_ui_menu +msgid "Menu" +msgstr "菜单" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__show_technical_features +msgid "Show field Technical Features" +msgstr "显示字段技术特性" + +#. module: base_technical_features +#: model:ir.model.fields,field_description:base_technical_features.field_res_users__technical_features +msgid "Technical Features" +msgstr "技术特性" + +#. module: base_technical_features +#: model:res.groups,name:base_technical_features.group_technical_features +msgid "Technical Features (w/o debug mode)" +msgstr "技术特性(无调试模式)" + +#. module: base_technical_features +#. odoo-python +#: code:addons/base_technical_features/models/res_users.py:0 +msgid "The user does not have access to technical features." +msgstr "用户无权访问技术功能。" + +#. module: base_technical_features +#: model:ir.model,name:base_technical_features.model_res_users +msgid "User" +msgstr "" + +#. module: base_technical_features +#: model:ir.model.fields,help:base_technical_features.field_res_users__show_technical_features +msgid "" +"Whether to display the technical features field in the user preferences." +msgstr "是否在用户首选项中显示技术功能字段。" + +#~ msgid "Users" +#~ msgstr "用户" diff --git a/base_technical_features/models/__init__.py b/base_technical_features/models/__init__.py new file mode 100644 index 0000000..0a11085 --- /dev/null +++ b/base_technical_features/models/__init__.py @@ -0,0 +1,3 @@ +from . import ir_ui_menu +from . import ir_ui_view +from . import res_users diff --git a/base_technical_features/models/ir_ui_menu.py b/base_technical_features/models/ir_ui_menu.py new file mode 100644 index 0000000..b73dec5 --- /dev/null +++ b/base_technical_features/models/ir_ui_menu.py @@ -0,0 +1,15 @@ +# © 2016 Opener B.V. () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from odoo import api, models + + +class IrUiMenu(models.Model): + _inherit = "ir.ui.menu" + + @api.model + def _visible_menu_ids(self, debug=False): + # OVERRIDE to view menus typically shown in debug mode, when technical features + # are enabled in the user preferences. + if not debug and self.env.user.technical_features: + debug = True + return super()._visible_menu_ids(debug=debug) diff --git a/base_technical_features/models/ir_ui_view.py b/base_technical_features/models/ir_ui_view.py new file mode 100644 index 0000000..55e3125 --- /dev/null +++ b/base_technical_features/models/ir_ui_view.py @@ -0,0 +1,15 @@ +# Copyright 2026 Camptocamp SA (https://www.camptocamp.com). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo import models + + +class IrUiView(models.Model): + _inherit = "ir.ui.view" + + def _postprocess_debug(self, tree): + # OVERRIDE to treat debug nodes as regular nodes, when technical features + # are enabled in the user preferences. + if self.env.user.technical_features: + self = self.with_context(force_debug_mode=True) + return super()._postprocess_debug(tree) diff --git a/base_technical_features/models/res_users.py b/base_technical_features/models/res_users.py new file mode 100644 index 0000000..433b051 --- /dev/null +++ b/base_technical_features/models/res_users.py @@ -0,0 +1,48 @@ +# © 2016 Opener B.V. () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import Command, api, fields, models + + +class ResUsers(models.Model): + _inherit = "res.users" + + technical_features = fields.Boolean( + compute="_compute_technical_features", + inverse="_inverse_technical_features", + help="Whether the user has technical features always enabled.", + ) + + def has_group(self, group_ext_id: str) -> bool: + # OVERRIDE to forcefully enable debug mode through context key + self.ensure_one() + if ( + group_ext_id == "base.group_no_one" + and self.env.context.get("force_debug_mode") + and self.technical_features + ): + return True + return super().has_group(group_ext_id) + + @api.depends("group_ids") + def _compute_technical_features(self): + for user in self: + user.technical_features = user.has_group( + "base_technical_features.group_technical_features" + ) + + def _inverse_technical_features(self): + """Map boolean field value to group membership""" + group = self.env.ref("base_technical_features.group_technical_features") + if to_add := self.filtered("technical_features"): + to_add.sudo().write({"group_ids": [Command.link(group.id)]}) + if to_remove := self - to_add: + to_remove.sudo().write({"group_ids": [Command.unlink(group.id)]}) + + @property + def SELF_READABLE_FIELDS(self): + return super().SELF_READABLE_FIELDS + ["technical_features"] + + @property + def SELF_WRITEABLE_FIELDS(self): + return super().SELF_WRITEABLE_FIELDS + ["technical_features"] diff --git a/base_technical_features/pyproject.toml b/base_technical_features/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/base_technical_features/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_technical_features/readme/CONFIGURE.md b/base_technical_features/readme/CONFIGURE.md new file mode 100644 index 0000000..3f216c6 --- /dev/null +++ b/base_technical_features/readme/CONFIGURE.md @@ -0,0 +1,14 @@ +After installation of this module, every employee can still access technical features +for the applications that they have access to by enabling debug mode. + +Additionally, users can check the *Technical feature* field in their preferences to +gain permanent access to the menus and views that fall under this category. + +![](static/description/user_preferences.png) + +Upon installation of this module, this preference is already set for the administrator +user of the database. + +In the background, this preference is mapped to the *Technical feature (w/o debug mode)* +group that this module adds. As an administrator, you can therefore manage this +preference from the regular Users and Groups menu items. diff --git a/base_technical_features/readme/CONTRIBUTORS.md b/base_technical_features/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..09c3c68 --- /dev/null +++ b/base_technical_features/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Stefan Rijnhart \<\> +- Jeroen Evens \<\> +- Jim Hoefnagels \<\> +- Khoi (Kien Kim) \<\> +- Tris Doan \<\> +- Iván Todorovich \<\> diff --git a/base_technical_features/readme/CREDITS.md b/base_technical_features/readme/CREDITS.md new file mode 100644 index 0000000..393f71f --- /dev/null +++ b/base_technical_features/readme/CREDITS.md @@ -0,0 +1,3 @@ +The migration of this module from 18.0 to 19.0 was financially supported by: + +- Camptocamp. diff --git a/base_technical_features/readme/DESCRIPTION.md b/base_technical_features/readme/DESCRIPTION.md new file mode 100644 index 0000000..b439f85 --- /dev/null +++ b/base_technical_features/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module provides persistent access to technical features based on user preferences, +eliminating the need to activate debug mode. diff --git a/base_technical_features/security/res_groups.xml b/base_technical_features/security/res_groups.xml new file mode 100644 index 0000000..efb88d0 --- /dev/null +++ b/base_technical_features/security/res_groups.xml @@ -0,0 +1,7 @@ + + + + Technical Features (w/o debug mode) + + + diff --git a/base_technical_features/static/description/icon.png b/base_technical_features/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/base_technical_features/static/description/icon.png differ diff --git a/base_technical_features/static/description/index.html b/base_technical_features/static/description/index.html new file mode 100644 index 0000000..0dd1165 --- /dev/null +++ b/base_technical_features/static/description/index.html @@ -0,0 +1,461 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Technical features group

+ +

Beta License: AGPL-3 OCA/server-ux Translate me on Weblate Try me on Runboat

+

This module provides persistent access to technical features based on +user preferences, eliminating the need to activate debug mode.

+

Table of contents

+ +
+

Configuration

+

After installation of this module, every employee can still access +technical features for the applications that they have access to by +enabling debug mode.

+

Additionally, users can check the Technical feature field in their +preferences to gain permanent access to the menus and views that fall +under this category.

+

image1

+

Upon installation of this module, this preference is already set for the +administrator user of the database.

+

In the background, this preference is mapped to the Technical feature +(w/o debug mode) group that this module adds. As an administrator, you +can therefore manage this preference from the regular Users and Groups +menu items.

+
+
+

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 to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Opener B.V.
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The migration of this module from 18.0 to 19.0 was financially supported +by:

+
    +
  • Camptocamp.
  • +
+
+
+

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

+

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

+
+
+
+
+ + diff --git a/base_technical_features/static/description/user_preferences.png b/base_technical_features/static/description/user_preferences.png new file mode 100644 index 0000000..284176c Binary files /dev/null and b/base_technical_features/static/description/user_preferences.png differ diff --git a/base_technical_features/tests/__init__.py b/base_technical_features/tests/__init__.py new file mode 100644 index 0000000..f52b4eb --- /dev/null +++ b/base_technical_features/tests/__init__.py @@ -0,0 +1 @@ +from . import test_base_technical_features diff --git a/base_technical_features/tests/test_base_technical_features.py b/base_technical_features/tests/test_base_technical_features.py new file mode 100644 index 0000000..9706138 --- /dev/null +++ b/base_technical_features/tests/test_base_technical_features.py @@ -0,0 +1,116 @@ +# Copyright 2026 Camptocamp SA (https://www.camptocamp.com). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo import Command +from odoo.tests import Form, TransactionCase + + +class TestBaseTechnicalFeatures(TransactionCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + # Group references + cls.group_no_one = cls.env.ref("base.group_no_one") + cls.group_technical_features_xmlid = ( + "base_technical_features.group_technical_features" + ) + cls.group_technical_features = cls.env.ref(cls.group_technical_features_xmlid) + # Create a test view for the hidden fields + cls.view = cls.env["ir.ui.view"].create( + { + "name": "Test view", + "model": "res.users", + "type": "form", + "arch": """ +
+ + + + """, + } + ) + # Create a test technical menu + action = cls.env["ir.actions.act_window"].create( + { + "name": "action (test)", + "res_model": "res.partner", + "view_ids": [Command.create({"view_mode": "form"})], + } + ) + cls.menu = cls.env["ir.ui.menu"].create( + { + "name": "child menu (test)", + "action": f"{action._name},{action.id}", + "group_ids": [Command.set(cls.group_no_one.ids)], + } + ) + + def test_technical_features_field(self): + self.assertFalse(self.env.user.technical_features) + self.assertFalse(self.env.user.has_group(self.group_technical_features_xmlid)) + # Setting the field must add the group to the user + self.env.user.technical_features = True + self.assertTrue(self.env.user.has_group(self.group_technical_features_xmlid)) + # Setting the field to False must remove the group from the user + self.env.user.technical_features = False + self.assertFalse(self.env.user.has_group(self.group_technical_features_xmlid)) + # Adding the group must also be reflected in the field + self.env.user.group_ids += self.group_technical_features + self.assertTrue(self.env.user.technical_features) + # Removing the group must also be reflected in the field + self.env.user.group_ids -= self.group_technical_features + self.assertFalse(self.env.user.technical_features) + + def test_visible_menu_hidden(self): + """The menu is not visible when technical features is not enabled""" + self.assertNotIn(self.menu.id, self.env["ir.ui.menu"]._visible_menu_ids()) + + def test_visible_menu_with_technical_features(self): + """The menu is visible when technical features is enabled""" + self.env.user.technical_features = True + self.assertIn(self.menu.id, self.env["ir.ui.menu"]._visible_menu_ids()) + + def test_visible_menu_with_debug_mode(self): + """The menu is visible when debug mode is enabled + + This just tests we haven't broken the core behavior of the debug mode + """ + self.assertFalse(self.env.user.technical_features) + self.assertIn( + self.menu.id, self.env["ir.ui.menu"]._visible_menu_ids(debug=True) + ) + + def test_visible_fields_hidden(self): + """A technical field is hidden by default""" + form = Form(self.env["res.users"], view=self.view) + self.assertTrue(form._get_modifier("partner_id", "invisible")) + + def test_visible_fields_with_technical_features(self): + """A technical field is visible when technical features is enabled""" + self.env.user.technical_features = True + form = Form(self.env["res.users"], view=self.view) + self.assertFalse(form._get_modifier("partner_id", "invisible")) + + def test_visible_fields_with_debug_mode(self): + """A technical field is visible when debug mode is enabled + + This just tests we haven't broken the core behavior of the debug mode + """ + self.assertFalse(self.env.user.technical_features) + with self.debug_mode(): + form = Form(self.env["res.users"], view=self.view) + self.assertFalse(form._get_modifier("partner_id", "invisible")) + + def test_field_hidden_only_in_debug(self): + """A technical field is hidden only in debug mode""" + # The partner_id field is hidden in debug mode, so it must be hidden + # when technical features are enabled + self.view.arch = """ +
+ + + + """ + self.env.user.technical_features = True + form = Form(self.env["res.users"], view=self.view) + self.assertTrue(form._get_modifier("partner_id", "invisible")) diff --git a/base_technical_features/views/res_users.xml b/base_technical_features/views/res_users.xml new file mode 100644 index 0000000..c70444e --- /dev/null +++ b/base_technical_features/views/res_users.xml @@ -0,0 +1,21 @@ + + + + res.users + + + + + + + + + res.users + + + + + + + +