Browse Source

Merge pull request #2 from StefanRijnhart/upgrade/11.0-base_technical_features

Upgrade/11.0 base technical features
pull/1/head
Pedro M. Baeza 7 years ago
committed by GitHub
parent
commit
739de808b0
  1. 73
      base_technical_features/README.rst
  2. 1
      base_technical_features/__init__.py
  3. 18
      base_technical_features/__manifest__.py
  4. 6
      base_technical_features/data/res_users.xml
  5. 75
      base_technical_features/i18n/am.po
  6. 61
      base_technical_features/i18n/ar.po
  7. 61
      base_technical_features/i18n/ca.po
  8. 61
      base_technical_features/i18n/da.po
  9. 63
      base_technical_features/i18n/de.po
  10. 61
      base_technical_features/i18n/el_GR.po
  11. 63
      base_technical_features/i18n/es.po
  12. 61
      base_technical_features/i18n/es_ES.po
  13. 521
      base_technical_features/i18n/es_MX.po
  14. 61
      base_technical_features/i18n/fi.po
  15. 61
      base_technical_features/i18n/fr.po
  16. 521
      base_technical_features/i18n/fr_CA.po
  17. 61
      base_technical_features/i18n/fr_CH.po
  18. 61
      base_technical_features/i18n/fr_FR.po
  19. 75
      base_technical_features/i18n/gl.po
  20. 62
      base_technical_features/i18n/hr.po
  21. 521
      base_technical_features/i18n/hr_HR.po
  22. 61
      base_technical_features/i18n/it.po
  23. 63
      base_technical_features/i18n/nl.po
  24. 61
      base_technical_features/i18n/nl_NL.po
  25. 61
      base_technical_features/i18n/pt.po
  26. 61
      base_technical_features/i18n/pt_BR.po
  27. 521
      base_technical_features/i18n/pt_PT.po
  28. 61
      base_technical_features/i18n/ro.po
  29. 62
      base_technical_features/i18n/sl.po
  30. 61
      base_technical_features/i18n/tr.po
  31. 61
      base_technical_features/i18n/tr_TR.po
  32. 521
      base_technical_features/i18n/zh_CN.po
  33. 3
      base_technical_features/models/__init__.py
  34. 19
      base_technical_features/models/base.py
  35. 17
      base_technical_features/models/ir_ui_menu.py
  36. 59
      base_technical_features/models/res_users.py
  37. 7
      base_technical_features/security/res_groups.xml
  38. BIN
      base_technical_features/static/description/icon.png
  39. BIN
      base_technical_features/static/description/user_preferences.png
  40. 1
      base_technical_features/tests/__init__.py
  41. 60
      base_technical_features/tests/test_base_technical_features.py
  42. 16
      base_technical_features/views/res_users.xml

73
base_technical_features/README.rst

@ -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.

1
base_technical_features/__init__.py

@ -0,0 +1 @@
from . import models

18
base_technical_features/__manifest__.py

@ -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": "11.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,
}

6
base_technical_features/data/res_users.xml

@ -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>

75
base_technical_features/i18n/am.po

@ -0,0 +1,75 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr ""
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id
msgid "ID"
msgstr "ID"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update
msgid "Last Modified on"
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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr ""

61
base_technical_features/i18n/ar.po

@ -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: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: 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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

61
base_technical_features/i18n/ca.po

@ -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-08-01 02:43+0000\n"
"PO-Revision-Date: 2017-08-01 02:43+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 "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 ""
#. 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 ""

61
base_technical_features/i18n/da.po

@ -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: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: da\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 "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 ""
#. 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 ""

63
base_technical_features/i18n/de.po

@ -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: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\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: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
#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features
msgid "Technical features"
msgstr "Technische Eigenschaften"
#. 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"

61
base_technical_features/i18n/el_GR.po

@ -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: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: el_GR\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

63
base_technical_features/i18n/es.po

@ -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: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\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 "Mostrar el campo 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
#: 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
#: 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"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"

61
base_technical_features/i18n/es_ES.po

@ -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-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_ES\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

521
base_technical_features/i18n/es_MX.po

@ -0,0 +1,521 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_groups
msgid "Access Groups"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_category
msgid "Application"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_bank
msgid "Bank"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_bank
msgid "Bank Accounts"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_wizard
msgid "Change Password Wizard"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_user
msgid "Change Password Wizard User"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_company
msgid "Companies"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_todo
msgid "Configuration Wizards"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country
msgid "Country"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_group
msgid "Country Group"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_state
msgid "Country state"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency
msgid "Currency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency_rate
msgid "Currency Rate"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_fields
msgid "Fields"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_filters
msgid "Filters"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_font
msgid "Fonts available"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_http
msgid "HTTP routing"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_install
msgid "Install Language"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_import
msgid "Language Import"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_lang
msgid "Languages"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model
msgid "Models"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module
msgid "Module"
msgstr "Módulo"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_upgrade
msgid "Module Upgrade"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module_dependency
msgid "Module dependency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner
msgid "Partner"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_category
msgid "Partner Tags"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_server_object_lines
msgid "Server Action value mapping"
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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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_base_module_update
msgid "Update Module"
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__unknown
msgid "_unknown"
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_base_language_export
msgid "base.language.export"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_configuration
msgid "base.module.configuration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_update_translations
msgid "base.update.translations"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_url
msgid "ir.actions.act_url"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window
msgid "ir.actions.act_window"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_view
msgid "ir.actions.act_window.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_close
msgid "ir.actions.act_window_close"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_actions
msgid "ir.actions.actions"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_client
msgid "ir.actions.client"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_report_xml
msgid "ir.actions.report.xml"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_server
msgid "ir.actions.server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_autovacuum
msgid "ir.autovacuum"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_cron
msgid "ir.cron"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports
msgid "ir.exports"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports_line
msgid "ir.exports.line"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_fields_converter
msgid "ir.fields.converter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_logging
msgid "ir.logging"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_mail_server
msgid "ir.mail_server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_access
msgid "ir.model.access"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_constraint
msgid "ir.model.constraint"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_data
msgid "ir.model.data"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_relation
msgid "ir.model.relation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_needaction_mixin
msgid "ir.needaction_mixin"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_property
msgid "ir.property"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb
msgid "ir.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field
msgid "ir.qweb.field"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_contact
msgid "ir.qweb.field.contact"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_date
msgid "ir.qweb.field.date"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_datetime
msgid "ir.qweb.field.datetime"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_duration
msgid "ir.qweb.field.duration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_float
msgid "ir.qweb.field.float"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_html
msgid "ir.qweb.field.html"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_image
msgid "ir.qweb.field.image"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_integer
msgid "ir.qweb.field.integer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_many2one
msgid "ir.qweb.field.many2one"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_monetary
msgid "ir.qweb.field.monetary"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_qweb
msgid "ir.qweb.field.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_relative
msgid "ir.qweb.field.relative"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_selection
msgid "ir.qweb.field.selection"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_text
msgid "ir.qweb.field.text"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_rule
msgid "ir.rule"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence
msgid "ir.sequence"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence_date_range
msgid "ir.sequence.date_range"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_translation
msgid "ir.translation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view
msgid "ir.ui.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view_custom
msgid "ir.ui.view.custom"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_values
msgid "ir.values"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_report_base_report_irmodulereference
msgid "report.base.report_irmodulereference"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config
msgid "res.config"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_installer
msgid "res.config.installer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_settings
msgid "res.config.settings"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_title
msgid "res.partner.title"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_request_link
msgid "res.request.link"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_users_log
msgid "res.users.log"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_wizard_ir_model_menu_create
msgid "wizard.ir.model.menu.create"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow
msgid "workflow"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_activity
msgid "workflow.activity"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_instance
msgid "workflow.instance"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_transition
msgid "workflow.transition"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_triggers
msgid "workflow.triggers"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_workitem
msgid "workflow.workitem"
msgstr ""

61
base_technical_features/i18n/fi.po

@ -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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fi\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

61
base_technical_features/i18n/fr.po

@ -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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

521
base_technical_features/i18n/fr_CA.po

@ -0,0 +1,521 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_groups
msgid "Access Groups"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_category
msgid "Application"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_bank
msgid "Bank"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_bank
msgid "Bank Accounts"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_wizard
msgid "Change Password Wizard"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_user
msgid "Change Password Wizard User"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_company
msgid "Companies"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_todo
msgid "Configuration Wizards"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country
msgid "Country"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_group
msgid "Country Group"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_state
msgid "Country state"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency
msgid "Currency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency_rate
msgid "Currency Rate"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_fields
msgid "Fields"
msgstr "Champs"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_filters
msgid "Filters"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_font
msgid "Fonts available"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_http
msgid "HTTP routing"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_install
msgid "Install Language"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_import
msgid "Language Import"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_lang
msgid "Languages"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model
msgid "Models"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module
msgid "Module"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_upgrade
msgid "Module Upgrade"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module_dependency
msgid "Module dependency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner
msgid "Partner"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_category
msgid "Partner Tags"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_server_object_lines
msgid "Server Action value mapping"
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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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_base_module_update
msgid "Update Module"
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__unknown
msgid "_unknown"
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_base_language_export
msgid "base.language.export"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_configuration
msgid "base.module.configuration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_update_translations
msgid "base.update.translations"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_url
msgid "ir.actions.act_url"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window
msgid "ir.actions.act_window"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_view
msgid "ir.actions.act_window.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_close
msgid "ir.actions.act_window_close"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_actions
msgid "ir.actions.actions"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_client
msgid "ir.actions.client"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_report_xml
msgid "ir.actions.report.xml"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_server
msgid "ir.actions.server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_autovacuum
msgid "ir.autovacuum"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_cron
msgid "ir.cron"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports
msgid "ir.exports"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports_line
msgid "ir.exports.line"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_fields_converter
msgid "ir.fields.converter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_logging
msgid "ir.logging"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_mail_server
msgid "ir.mail_server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_access
msgid "ir.model.access"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_constraint
msgid "ir.model.constraint"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_data
msgid "ir.model.data"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_relation
msgid "ir.model.relation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_needaction_mixin
msgid "ir.needaction_mixin"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_property
msgid "ir.property"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb
msgid "ir.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field
msgid "ir.qweb.field"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_contact
msgid "ir.qweb.field.contact"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_date
msgid "ir.qweb.field.date"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_datetime
msgid "ir.qweb.field.datetime"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_duration
msgid "ir.qweb.field.duration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_float
msgid "ir.qweb.field.float"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_html
msgid "ir.qweb.field.html"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_image
msgid "ir.qweb.field.image"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_integer
msgid "ir.qweb.field.integer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_many2one
msgid "ir.qweb.field.many2one"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_monetary
msgid "ir.qweb.field.monetary"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_qweb
msgid "ir.qweb.field.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_relative
msgid "ir.qweb.field.relative"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_selection
msgid "ir.qweb.field.selection"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_text
msgid "ir.qweb.field.text"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_rule
msgid "ir.rule"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence
msgid "ir.sequence"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence_date_range
msgid "ir.sequence.date_range"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_translation
msgid "ir.translation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view
msgid "ir.ui.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view_custom
msgid "ir.ui.view.custom"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_values
msgid "ir.values"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_report_base_report_irmodulereference
msgid "report.base.report_irmodulereference"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config
msgid "res.config"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_installer
msgid "res.config.installer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_settings
msgid "res.config.settings"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_title
msgid "res.partner.title"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_request_link
msgid "res.request.link"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_users_log
msgid "res.users.log"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_wizard_ir_model_menu_create
msgid "wizard.ir.model.menu.create"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow
msgid "workflow"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_activity
msgid "workflow.activity"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_instance
msgid "workflow.instance"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_transition
msgid "workflow.transition"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_triggers
msgid "workflow.triggers"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_workitem
msgid "workflow.workitem"
msgstr ""

61
base_technical_features/i18n/fr_CH.po

@ -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: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CH\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

61
base_technical_features/i18n/fr_FR.po

@ -0,0 +1,61 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_FR\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

75
base_technical_features/i18n/gl.po

@ -0,0 +1,75 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr ""
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id
msgid "ID"
msgstr "ID"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update
msgid "Last Modified on"
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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr ""

62
base_technical_features/i18n/hr.po

@ -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
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\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: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
#: 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
#: 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"

521
base_technical_features/i18n/hr_HR.po

@ -0,0 +1,521 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr_HR\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_res_groups
msgid "Access Groups"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_category
msgid "Application"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_bank
msgid "Bank"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_bank
msgid "Bank Accounts"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_wizard
msgid "Change Password Wizard"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_user
msgid "Change Password Wizard User"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_company
msgid "Companies"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_todo
msgid "Configuration Wizards"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country
msgid "Country"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_group
msgid "Country Group"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_state
msgid "Country state"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency
msgid "Currency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency_rate
msgid "Currency Rate"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_fields
msgid "Fields"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_filters
msgid "Filters"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_font
msgid "Fonts available"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_http
msgid "HTTP routing"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_install
msgid "Install Language"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_import
msgid "Language Import"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_lang
msgid "Languages"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model
msgid "Models"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module
msgid "Module"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_upgrade
msgid "Module Upgrade"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module_dependency
msgid "Module dependency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner
msgid "Partner"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_category
msgid "Partner Tags"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_server_object_lines
msgid "Server Action value mapping"
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: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
#: 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
#: 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_base_module_update
msgid "Update Module"
msgstr ""
#. 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__unknown
msgid "_unknown"
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_base_language_export
msgid "base.language.export"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_configuration
msgid "base.module.configuration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_update_translations
msgid "base.update.translations"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_url
msgid "ir.actions.act_url"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window
msgid "ir.actions.act_window"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_view
msgid "ir.actions.act_window.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_close
msgid "ir.actions.act_window_close"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_actions
msgid "ir.actions.actions"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_client
msgid "ir.actions.client"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_report_xml
msgid "ir.actions.report.xml"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_server
msgid "ir.actions.server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_autovacuum
msgid "ir.autovacuum"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_cron
msgid "ir.cron"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports
msgid "ir.exports"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports_line
msgid "ir.exports.line"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_fields_converter
msgid "ir.fields.converter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_logging
msgid "ir.logging"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_mail_server
msgid "ir.mail_server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_access
msgid "ir.model.access"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_constraint
msgid "ir.model.constraint"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_data
msgid "ir.model.data"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_relation
msgid "ir.model.relation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_needaction_mixin
msgid "ir.needaction_mixin"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_property
msgid "ir.property"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb
msgid "ir.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field
msgid "ir.qweb.field"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_contact
msgid "ir.qweb.field.contact"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_date
msgid "ir.qweb.field.date"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_datetime
msgid "ir.qweb.field.datetime"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_duration
msgid "ir.qweb.field.duration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_float
msgid "ir.qweb.field.float"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_html
msgid "ir.qweb.field.html"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_image
msgid "ir.qweb.field.image"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_integer
msgid "ir.qweb.field.integer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_many2one
msgid "ir.qweb.field.many2one"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_monetary
msgid "ir.qweb.field.monetary"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_qweb
msgid "ir.qweb.field.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_relative
msgid "ir.qweb.field.relative"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_selection
msgid "ir.qweb.field.selection"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_text
msgid "ir.qweb.field.text"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_rule
msgid "ir.rule"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence
msgid "ir.sequence"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence_date_range
msgid "ir.sequence.date_range"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_translation
msgid "ir.translation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view
msgid "ir.ui.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view_custom
msgid "ir.ui.view.custom"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_values
msgid "ir.values"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_report_base_report_irmodulereference
msgid "report.base.report_irmodulereference"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config
msgid "res.config"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_installer
msgid "res.config.installer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_settings
msgid "res.config.settings"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_title
msgid "res.partner.title"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_request_link
msgid "res.request.link"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_users_log
msgid "res.users.log"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_wizard_ir_model_menu_create
msgid "wizard.ir.model.menu.create"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow
msgid "workflow"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_activity
msgid "workflow.activity"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_instance
msgid "workflow.instance"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_transition
msgid "workflow.transition"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_triggers
msgid "workflow.triggers"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_workitem
msgid "workflow.workitem"
msgstr ""

61
base_technical_features/i18n/it.po

@ -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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

63
base_technical_features/i18n/nl.po

@ -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-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl\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: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
#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features
msgid "Technical features"
msgstr "Technische mogelijkheden"
#. 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 ""

61
base_technical_features/i18n/nl_NL.po

@ -0,0 +1,61 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl_NL\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

61
base_technical_features/i18n/pt.po

@ -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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

61
base_technical_features/i18n/pt_BR.po

@ -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: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

521
base_technical_features/i18n/pt_PT.po

@ -0,0 +1,521 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_groups
msgid "Access Groups"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_category
msgid "Application"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_bank
msgid "Bank"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_bank
msgid "Bank Accounts"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_wizard
msgid "Change Password Wizard"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_user
msgid "Change Password Wizard User"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_company
msgid "Companies"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_todo
msgid "Configuration Wizards"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country
msgid "Country"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_group
msgid "Country Group"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_state
msgid "Country state"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency
msgid "Currency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency_rate
msgid "Currency Rate"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_fields
msgid "Fields"
msgstr "Campos"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_filters
msgid "Filters"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_font
msgid "Fonts available"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_http
msgid "HTTP routing"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_install
msgid "Install Language"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_import
msgid "Language Import"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_lang
msgid "Languages"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model
msgid "Models"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module
msgid "Module"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_upgrade
msgid "Module Upgrade"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module_dependency
msgid "Module dependency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner
msgid "Partner"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_category
msgid "Partner Tags"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_server_object_lines
msgid "Server Action value mapping"
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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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_base_module_update
msgid "Update Module"
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__unknown
msgid "_unknown"
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_base_language_export
msgid "base.language.export"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_configuration
msgid "base.module.configuration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_update_translations
msgid "base.update.translations"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_url
msgid "ir.actions.act_url"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window
msgid "ir.actions.act_window"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_view
msgid "ir.actions.act_window.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_close
msgid "ir.actions.act_window_close"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_actions
msgid "ir.actions.actions"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_client
msgid "ir.actions.client"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_report_xml
msgid "ir.actions.report.xml"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_server
msgid "ir.actions.server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_autovacuum
msgid "ir.autovacuum"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_cron
msgid "ir.cron"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports
msgid "ir.exports"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports_line
msgid "ir.exports.line"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_fields_converter
msgid "ir.fields.converter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_logging
msgid "ir.logging"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_mail_server
msgid "ir.mail_server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_access
msgid "ir.model.access"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_constraint
msgid "ir.model.constraint"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_data
msgid "ir.model.data"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_relation
msgid "ir.model.relation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_needaction_mixin
msgid "ir.needaction_mixin"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_property
msgid "ir.property"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb
msgid "ir.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field
msgid "ir.qweb.field"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_contact
msgid "ir.qweb.field.contact"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_date
msgid "ir.qweb.field.date"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_datetime
msgid "ir.qweb.field.datetime"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_duration
msgid "ir.qweb.field.duration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_float
msgid "ir.qweb.field.float"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_html
msgid "ir.qweb.field.html"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_image
msgid "ir.qweb.field.image"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_integer
msgid "ir.qweb.field.integer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_many2one
msgid "ir.qweb.field.many2one"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_monetary
msgid "ir.qweb.field.monetary"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_qweb
msgid "ir.qweb.field.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_relative
msgid "ir.qweb.field.relative"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_selection
msgid "ir.qweb.field.selection"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_text
msgid "ir.qweb.field.text"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_rule
msgid "ir.rule"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence
msgid "ir.sequence"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence_date_range
msgid "ir.sequence.date_range"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_translation
msgid "ir.translation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view
msgid "ir.ui.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view_custom
msgid "ir.ui.view.custom"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_values
msgid "ir.values"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_report_base_report_irmodulereference
msgid "report.base.report_irmodulereference"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config
msgid "res.config"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_installer
msgid "res.config.installer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_settings
msgid "res.config.settings"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_title
msgid "res.partner.title"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_request_link
msgid "res.request.link"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_users_log
msgid "res.users.log"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_wizard_ir_model_menu_create
msgid "wizard.ir.model.menu.create"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow
msgid "workflow"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_activity
msgid "workflow.activity"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_instance
msgid "workflow.instance"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_transition
msgid "workflow.transition"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_triggers
msgid "workflow.triggers"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_workitem
msgid "workflow.workitem"
msgstr ""

61
base_technical_features/i18n/ro.po

@ -0,0 +1,61 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ro\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

62
base_technical_features/i18n/sl.po

@ -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: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sl\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: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
#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features
msgid "Technical features"
msgstr "Tehnične funkcije"
#. 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"

61
base_technical_features/i18n/tr.po

@ -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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

61
base_technical_features/i18n/tr_TR.po

@ -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-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr_TR\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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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 ""

521
base_technical_features/i18n/zh_CN.po

@ -0,0 +1,521 @@
# 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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_groups
msgid "Access Groups"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_category
msgid "Application"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_bank
msgid "Bank"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_bank
msgid "Bank Accounts"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_wizard
msgid "Change Password Wizard"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_change_password_user
msgid "Change Password Wizard User"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_company
msgid "Companies"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_todo
msgid "Configuration Wizards"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country
msgid "Country"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_group
msgid "Country Group"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_country_state
msgid "Country state"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency
msgid "Currency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_currency_rate
msgid "Currency Rate"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_fields
msgid "Fields"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_filters
msgid "Filters"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_font
msgid "Fonts available"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_http
msgid "HTTP routing"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_install
msgid "Install Language"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_language_import
msgid "Language Import"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_lang
msgid "Languages"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model
msgid "Models"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module
msgid "Module"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_upgrade
msgid "Module Upgrade"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_module_module_dependency
msgid "Module dependency"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner
msgid "Partner"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_category
msgid "Partner Tags"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_server_object_lines
msgid "Server Action value mapping"
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:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
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
#: 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_base_module_update
msgid "Update Module"
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__unknown
msgid "_unknown"
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_base_language_export
msgid "base.language.export"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_module_configuration
msgid "base.module.configuration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_base_update_translations
msgid "base.update.translations"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_url
msgid "ir.actions.act_url"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window
msgid "ir.actions.act_window"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_view
msgid "ir.actions.act_window.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_act_window_close
msgid "ir.actions.act_window_close"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_actions
msgid "ir.actions.actions"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_client
msgid "ir.actions.client"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_report_xml
msgid "ir.actions.report.xml"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_actions_server
msgid "ir.actions.server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_attachment
msgid "ir.attachment"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_autovacuum
msgid "ir.autovacuum"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_config_parameter
msgid "ir.config_parameter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_cron
msgid "ir.cron"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports
msgid "ir.exports"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_exports_line
msgid "ir.exports.line"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_fields_converter
msgid "ir.fields.converter"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_logging
msgid "ir.logging"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_mail_server
msgid "ir.mail_server"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_access
msgid "ir.model.access"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_constraint
msgid "ir.model.constraint"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_data
msgid "ir.model.data"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_model_relation
msgid "ir.model.relation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_needaction_mixin
msgid "ir.needaction_mixin"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_property
msgid "ir.property"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb
msgid "ir.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field
msgid "ir.qweb.field"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_contact
msgid "ir.qweb.field.contact"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_date
msgid "ir.qweb.field.date"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_datetime
msgid "ir.qweb.field.datetime"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_duration
msgid "ir.qweb.field.duration"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_float
msgid "ir.qweb.field.float"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_html
msgid "ir.qweb.field.html"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_image
msgid "ir.qweb.field.image"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_integer
msgid "ir.qweb.field.integer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_many2one
msgid "ir.qweb.field.many2one"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_monetary
msgid "ir.qweb.field.monetary"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_qweb
msgid "ir.qweb.field.qweb"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_relative
msgid "ir.qweb.field.relative"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_selection
msgid "ir.qweb.field.selection"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_qweb_field_text
msgid "ir.qweb.field.text"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_rule
msgid "ir.rule"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence
msgid "ir.sequence"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_sequence_date_range
msgid "ir.sequence.date_range"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_translation
msgid "ir.translation"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view
msgid "ir.ui.view"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_view_custom
msgid "ir.ui.view.custom"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_values
msgid "ir.values"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_report_base_report_irmodulereference
msgid "report.base.report_irmodulereference"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config
msgid "res.config"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_installer
msgid "res.config.installer"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_config_settings
msgid "res.config.settings"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_partner_title
msgid "res.partner.title"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_request_link
msgid "res.request.link"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_users_log
msgid "res.users.log"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_wizard_ir_model_menu_create
msgid "wizard.ir.model.menu.create"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow
msgid "workflow"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_activity
msgid "workflow.activity"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_instance
msgid "workflow.instance"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_transition
msgid "workflow.transition"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_triggers
msgid "workflow.triggers"
msgstr ""
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_workflow_workitem
msgid "workflow.workitem"
msgstr ""

3
base_technical_features/models/__init__.py

@ -0,0 +1,3 @@
from . import base
from . import ir_ui_menu
from . import res_users

19
base_technical_features/models/base.py

@ -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)

17
base_technical_features/models/ir_ui_menu.py

@ -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)

59
base_technical_features/models/res_users.py

@ -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')

7
base_technical_features/security/res_groups.xml

@ -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>

BIN
base_technical_features/static/description/icon.png

After

Width: 128  |  Height: 128  |  Size: 9.2 KiB

BIN
base_technical_features/static/description/user_preferences.png

After

Width: 594  |  Height: 357  |  Size: 30 KiB

1
base_technical_features/tests/__init__.py

@ -0,0 +1 @@
from . import test_base_technical_features

60
base_technical_features/tests/test_base_technical_features.py

@ -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})

16
base_technical_features/views/res_users.xml

@ -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>
Loading…
Cancel
Save