Browse Source
Merge pull request #44 from jeroen7s/12.0-mig-base_technical_features
Merge pull request #44 from jeroen7s/12.0-mig-base_technical_features
12.0 mig base technical featurespull/45/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
46 changed files with 2126 additions and 0 deletions
-
73base_technical_features/README.rst
-
1base_technical_features/__init__.py
-
18base_technical_features/__manifest__.py
-
6base_technical_features/data/res_users.xml
-
64base_technical_features/i18n/am.po
-
63base_technical_features/i18n/ar.po
-
56base_technical_features/i18n/base_technical_features.pot
-
64base_technical_features/i18n/ca.po
-
62base_technical_features/i18n/da.po
-
64base_technical_features/i18n/de.po
-
62base_technical_features/i18n/el_GR.po
-
64base_technical_features/i18n/es.po
-
62base_technical_features/i18n/es_ES.po
-
65base_technical_features/i18n/es_MX.po
-
61base_technical_features/i18n/fi.po
-
61base_technical_features/i18n/fr.po
-
65base_technical_features/i18n/fr_CA.po
-
62base_technical_features/i18n/fr_CH.po
-
62base_technical_features/i18n/fr_FR.po
-
64base_technical_features/i18n/gl.po
-
64base_technical_features/i18n/hr.po
-
64base_technical_features/i18n/hr_HR.po
-
61base_technical_features/i18n/it.po
-
64base_technical_features/i18n/nl.po
-
62base_technical_features/i18n/nl_NL.po
-
61base_technical_features/i18n/pt.po
-
62base_technical_features/i18n/pt_BR.po
-
65base_technical_features/i18n/pt_PT.po
-
62base_technical_features/i18n/ro.po
-
63base_technical_features/i18n/sl.po
-
61base_technical_features/i18n/tr.po
-
62base_technical_features/i18n/tr_TR.po
-
63base_technical_features/i18n/zh_CN.po
-
3base_technical_features/models/__init__.py
-
19base_technical_features/models/base.py
-
17base_technical_features/models/ir_ui_menu.py
-
59base_technical_features/models/res_users.py
-
5base_technical_features/readme/CONTRIBUTORS.rst
-
7base_technical_features/readme/DESCRIPTION.rst
-
19base_technical_features/readme/USAGE.rst
-
7base_technical_features/security/res_groups.xml
-
BINbase_technical_features/static/description/icon.png
-
BINbase_technical_features/static/description/user_preferences.png
-
1base_technical_features/tests/__init__.py
-
60base_technical_features/tests/test_base_technical_features.py
-
16base_technical_features/views/res_users.xml
@ -0,0 +1,73 @@ |
|||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
|||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
|||
:alt: License: AGPL-3 |
|||
|
|||
========================================================== |
|||
Access to technical features without activating debug mode |
|||
========================================================== |
|||
|
|||
In Odoo 9.0 and later, the debug mode grants every employee user access to the |
|||
technical features. This module enables persistent access to technical features |
|||
based on user preference. |
|||
|
|||
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. |
|||
|
|||
.. figure:: static/description/user_preferences.png |
|||
:alt: User preferences |
|||
|
|||
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. |
|||
|
|||
Usage |
|||
===== |
|||
|
|||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas |
|||
:alt: Try me on Runbot |
|||
:target: https://runbot.odoo-community.org/runbot/250/11.0 |
|||
|
|||
Bug Tracker |
|||
=========== |
|||
|
|||
Bugs are tracked on `GitHub Issues |
|||
<https://github.com/OCA/server-ux/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. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Images |
|||
------ |
|||
|
|||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. |
|||
|
|||
Contributors |
|||
------------ |
|||
|
|||
* Stefan Rijnhart <stefan@opener.am> |
|||
|
|||
Maintainer |
|||
---------- |
|||
|
|||
.. image:: https://odoo-community.org/logo.png |
|||
:alt: Odoo Community Association |
|||
:target: https://odoo-community.org |
|||
|
|||
This module is maintained by the OCA. |
|||
|
|||
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. |
|||
|
|||
To contribute to this module, please visit https://odoo-community.org. |
@ -0,0 +1 @@ |
|||
from . import models |
@ -0,0 +1,18 @@ |
|||
# coding: utf-8 |
|||
# © 2016 Opener B.V. (<https://opener.am>) |
|||
# 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": "12.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", |
|||
'installable': True, |
|||
} |
@ -0,0 +1,6 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<odoo noupdate="1"> |
|||
<record model="res.users" id="base.user_root"> |
|||
<field name="technical_features" eval="True" /> |
|||
</record> |
|||
</odoo> |
@ -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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
|||
|
|||
#~ msgid "ID" |
|||
#~ msgstr "ID" |
@ -0,0 +1,63 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <baruni@osoul.ly>\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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,56 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.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_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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
|||
|
@ -0,0 +1,64 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <harald.panten@qubiq.es>\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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Usuaris" |
|||
|
|||
#. 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." |
|||
|
|||
#. module: base_technical_features |
|||
#: model:ir.model,name:base_technical_features.model_base |
|||
msgid "base" |
|||
msgstr "base de dades" |
|||
|
|||
#. module: base_technical_features |
|||
#: model:ir.model,name:base_technical_features.model_ir_ui_menu |
|||
msgid "ir.ui.menu" |
|||
msgstr "ir.ui.menu" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <hhg@gabelgaard.org>\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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Brugere" |
|||
|
|||
#. 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." |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,64 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Benutzer" |
|||
|
|||
#. 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." |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "ir.ui.menu" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,64 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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: 2018-10-11 12:26+0000\n" |
|||
"Last-Translator: Harald Panten <harald.panten@qubiq.es>\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.1.1\n" |
|||
|
|||
#. 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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Usuarios" |
|||
|
|||
#. 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." |
|||
|
|||
#. module: base_technical_features |
|||
#: model:ir.model,name:base_technical_features.model_base |
|||
msgid "base" |
|||
msgstr "base de datos" |
|||
|
|||
#. module: base_technical_features |
|||
#: model:ir.model,name:base_technical_features.model_ir_ui_menu |
|||
msgid "ir.ui.menu" |
|||
msgstr "ir.ui.menu" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Usuarios" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,65 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
|||
|
|||
#~ msgid "Module" |
|||
#~ msgstr "Módulo" |
@ -0,0 +1,61 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Käyttäjät" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,61 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Utilisateurs" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,65 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
|||
|
|||
#~ msgid "Fields" |
|||
#~ msgstr "Champs" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Utilisateurs" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# Aurel <theaurel60@gmail.com>, 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 <theaurel60@gmail.com>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Utilsateurs" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
|||
|
|||
#~ msgid "ID" |
|||
#~ msgstr "ID" |
@ -0,0 +1,64 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2016 |
|||
# Bole <bole@dajmi5.com>, 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: 2017-05-01 10:38+0000\n" |
|||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\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: 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 opcije)" |
|||
|
|||
#. module: base_technical_features |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Korisnici" |
|||
|
|||
#. 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." |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "ir.ui.menu" |
@ -0,0 +1,64 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Korisnici" |
|||
|
|||
#. 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." |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "ir.ui.menu" |
@ -0,0 +1,61 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2016\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: 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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Utenti" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,64 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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: 2017-02-18 02:29+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\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: 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 |
|||
#, fuzzy |
|||
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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Gebruikers" |
|||
|
|||
#. 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." |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# Peter Hageman <hageman.p@gmail.com>, 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 <hageman.p@gmail.com>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Gebruikers" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,61 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# Pedro Castro Silva <pedrocs@sossia.pt>, 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: 2017-08-01 02:43+0000\n" |
|||
"Last-Translator: Pedro Castro Silva <pedrocs@sossia.pt>, 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: 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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Utilizadores" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2016\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: 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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Usuários" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,65 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
|||
|
|||
#~ msgid "Fields" |
|||
#~ msgstr "Campos" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# Daniel Schweiger <danielcccasle@gmail.com>, 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 <danielcccasle@gmail.com>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Utilizatori" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,63 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Uporabniki" |
|||
|
|||
#. 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." |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "ir.ui.menu" |
@ -0,0 +1,61 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Kullanıcılar" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,62 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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.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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
msgstr "Kullanıcılar" |
|||
|
|||
#. 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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,63 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_technical_features |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2016\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: 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 |
|||
#, fuzzy |
|||
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 |
|||
#: code:addons/base_technical_features/models/res_users.py:48 |
|||
#, python-format |
|||
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 "Users" |
|||
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 "" |
|||
|
|||
#. 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 "ir.ui.menu" |
|||
msgstr "" |
@ -0,0 +1,3 @@ |
|||
from . import base |
|||
from . import ir_ui_menu |
|||
from . import res_users |
@ -0,0 +1,19 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 2016 Opener B.V. (<https://opener.am>) |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
from odoo import models |
|||
|
|||
|
|||
class Base(models.AbstractModel): |
|||
_inherit = 'base' |
|||
|
|||
def user_has_groups(self, groups): |
|||
""" Return True for users in the technical features group when |
|||
membership of the original group is checked, even if debug mode |
|||
is not enabled. |
|||
""" |
|||
if ('base.group_no_one' in groups.split(',') and |
|||
self.env.user.has_group( |
|||
'base_technical_features.group_technical_features')): |
|||
return True |
|||
return super(Base, self).user_has_groups(groups) |
@ -0,0 +1,17 @@ |
|||
# coding: utf-8 |
|||
# © 2016 Opener B.V. (<https://opener.am>) |
|||
# 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): |
|||
""" Set debug = True, so that group_no_one is not filtered out of the |
|||
user's groups """ |
|||
if not debug: |
|||
debug = self.env.user.has_group( |
|||
'base_technical_features.group_technical_features') |
|||
return super(IrUiMenu, self)._visible_menu_ids(debug=debug) |
@ -0,0 +1,59 @@ |
|||
# coding: utf-8 |
|||
# © 2016 Opener B.V. (<https://opener.am>) |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
from odoo import api, fields, models |
|||
from odoo.exceptions import AccessError |
|||
from odoo.tools.translate import _ |
|||
|
|||
|
|||
class ResUsers(models.Model): |
|||
_inherit = 'res.users' |
|||
|
|||
technical_features = fields.Boolean( |
|||
compute='get_technical_features', |
|||
inverse='set_technical_features') |
|||
show_technical_features = fields.Boolean( |
|||
string='Show field Technical Features', |
|||
compute='get_show_technical_features', |
|||
help=('Whether to display the technical features field in the user ' |
|||
'preferences.')) |
|||
|
|||
@api.multi |
|||
@api.depends('groups_id') |
|||
def get_show_technical_features(self): |
|||
""" Only display the technical features checkbox in the user |
|||
preferences if the user has access to them """ |
|||
users = self.env.ref('base.group_no_one').users |
|||
for user in self: |
|||
user.show_technical_features = user in users |
|||
|
|||
@api.multi |
|||
@api.depends('groups_id') |
|||
def get_technical_features(self): |
|||
""" Map user membership to boolean field value """ |
|||
users = self.env.ref( |
|||
'base_technical_features.group_technical_features').users |
|||
for user in self: |
|||
user.technical_features = user in users |
|||
|
|||
@api.multi |
|||
def set_technical_features(self): |
|||
""" Map boolean field value to group membership, but checking |
|||
access """ |
|||
group = self.env.ref( |
|||
'base_technical_features.group_technical_features') |
|||
for user in self: |
|||
if self.env.ref('base.group_no_one') not in user.groups_id: |
|||
raise AccessError( |
|||
_('The user does not have access to technical ' |
|||
'features.')) |
|||
if user.technical_features: |
|||
self.sudo().write({'groups_id': [(4, group.id)]}) |
|||
else: |
|||
self.sudo().write({'groups_id': [(3, group.id)]}) |
|||
|
|||
def __init__(self, pool, cr): |
|||
super(ResUsers, self).__init__(pool, cr) |
|||
self.SELF_READABLE_FIELDS += [ |
|||
'technical_features', 'show_technical_features'] |
|||
self.SELF_WRITEABLE_FIELDS.append('technical_features') |
@ -0,0 +1,5 @@ |
|||
Contributors |
|||
------------ |
|||
|
|||
* Stefan Rijnhart <stefan@opener.am> |
|||
* Jeroen Evens <jeroen.evenss@dynapps.be> |
@ -0,0 +1,7 @@ |
|||
========================================================== |
|||
Access to technical features without activating debug mode |
|||
========================================================== |
|||
|
|||
In Odoo 9.0 and later, the debug mode grants every employee user access to the |
|||
technical features. This module enables persistent access to technical features |
|||
based on user preference. |
@ -0,0 +1,19 @@ |
|||
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. |
|||
|
|||
.. figure:: static/description/user_preferences.png |
|||
:alt: User preferences |
|||
|
|||
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. |
|||
f it's not unique. |
@ -0,0 +1,7 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<odoo> |
|||
<record model="res.groups" id="group_technical_features"> |
|||
<field name="name">Technical Features (w/o debug mode)</field> |
|||
<field name="implied_ids" eval="[(4, ref('base.group_no_one'))]" /> |
|||
</record> |
|||
</odoo> |
After Width: 128 | Height: 128 | Size: 9.2 KiB |
After Width: 594 | Height: 357 | Size: 30 KiB |
@ -0,0 +1 @@ |
|||
from . import test_base_technical_features |
@ -0,0 +1,60 @@ |
|||
# -*- coding: utf-8 -*- |
|||
from odoo import api |
|||
from odoo.exceptions import AccessError |
|||
from odoo.tests import common |
|||
from lxml import etree |
|||
|
|||
|
|||
class TestBaseTechnicalFeatures(common.TransactionCase): |
|||
|
|||
def test_01_visible_menus(self): |
|||
""" A technical feature is visible to the user with the technical \ |
|||
features group """ |
|||
menu_obj = self.env['ir.ui.menu'].with_context( |
|||
{'ir.ui.menu.full_list': True}) |
|||
menu_id = menu_obj.search( |
|||
[('groups_id', '=', self.env.ref('base.group_no_one').id)], |
|||
limit=1).id |
|||
self.env.user.write({'technical_features': False}) |
|||
self.assertNotIn(menu_id, menu_obj._visible_menu_ids()) |
|||
self.env.user.write({'technical_features': True}) |
|||
self.assertIn(menu_id, menu_obj._visible_menu_ids()) |
|||
|
|||
def test02_visible_fields(self): |
|||
""" A technical field is visible when its form is loaded by a user \ |
|||
with the technical features group """ |
|||
|
|||
def get_partner_field_invisible(): |
|||
xml = etree.fromstring( |
|||
self.env['res.users'].fields_view_get( |
|||
view_id=self.env.ref('base.view_users_form').id |
|||
)['arch'].encode('utf-8')) |
|||
return xml.xpath( |
|||
'//div/group/field[@name="partner_id"]')[0].get('invisible') |
|||
|
|||
self.env.user.write({'technical_features': False}) |
|||
self.assertEqual(get_partner_field_invisible(), '1') |
|||
self.env.user.write({'technical_features': True}) |
|||
self.assertEqual(get_partner_field_invisible(), None) |
|||
|
|||
def test03_user_access(self): |
|||
""" Setting the user pref raises an access error if the user is not \ |
|||
in group_no_one """ |
|||
user = self.env['res.users'].create({ |
|||
'name': 'Test user technical features', |
|||
'login': 'testusertechnicalfeatures', |
|||
'groups_id': [(6, 0, [])]}) |
|||
with api.Environment.manage(): |
|||
env = api.Environment( |
|||
self.env.cr, user.id, self.env.context) |
|||
with self.assertRaises(AccessError): |
|||
env['res.users'].browse(user.id).write( |
|||
{'technical_features': True}) |
|||
with self.assertRaises(AccessError): |
|||
user.write({'technical_features': True}) |
|||
user.write({'groups_id': [(4, self.env.ref('base.group_no_one').id)]}) |
|||
with api.Environment.manage(): |
|||
env = api.Environment( |
|||
self.env.cr, user.id, self.env.context) |
|||
env['res.users'].browse(user.id).write({ |
|||
'technical_features': True}) |
@ -0,0 +1,16 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo> |
|||
<record id="view_users_form_simple_modif" model="ir.ui.view"> |
|||
<field name="name">Add technical features checkbox to user preferences form</field> |
|||
<field name="model">res.users</field> |
|||
<field name="inherit_id" ref="base.view_users_form_simple_modif" /> |
|||
<field name="arch" type="xml"> |
|||
<field name="company_id" position="after"> |
|||
<field name="technical_features" readonly="0" |
|||
attrs="{'invisible': [('show_technical_features', '=', False)]}" /> |
|||
<field name="show_technical_features" invisible="1" /> |
|||
</field> |
|||
</field> |
|||
</record> |
|||
</odoo> |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue