Browse Source

[ADD] add tehcnical feature module

pull/16/head
Houssine BAKKALI 7 years ago
committed by GitHub
parent
commit
02c7f9a582
  1. 77
      base_technical_features/README.rst
  2. 1
      base_technical_features/__init__.py
  3. 18
      base_technical_features/__openerp__.py
  4. 6
      base_technical_features/data/res_users.xml
  5. 75
      base_technical_features/i18n/am.po
  6. 75
      base_technical_features/i18n/ar.po
  7. 75
      base_technical_features/i18n/bg.po
  8. 75
      base_technical_features/i18n/bs.po
  9. 76
      base_technical_features/i18n/ca.po
  10. 75
      base_technical_features/i18n/cs.po
  11. 75
      base_technical_features/i18n/da.po
  12. 91
      base_technical_features/i18n/de.po
  13. 75
      base_technical_features/i18n/el_GR.po
  14. 75
      base_technical_features/i18n/en_GB.po
  15. 77
      base_technical_features/i18n/es.po
  16. 75
      base_technical_features/i18n/es_AR.po
  17. 75
      base_technical_features/i18n/es_CL.po
  18. 75
      base_technical_features/i18n/es_CO.po
  19. 75
      base_technical_features/i18n/es_CR.po
  20. 75
      base_technical_features/i18n/es_DO.po
  21. 75
      base_technical_features/i18n/es_EC.po
  22. 75
      base_technical_features/i18n/es_ES.po
  23. 75
      base_technical_features/i18n/es_MX.po
  24. 75
      base_technical_features/i18n/es_PE.po
  25. 75
      base_technical_features/i18n/es_PY.po
  26. 75
      base_technical_features/i18n/es_VE.po
  27. 75
      base_technical_features/i18n/et.po
  28. 75
      base_technical_features/i18n/eu.po
  29. 75
      base_technical_features/i18n/fa.po
  30. 75
      base_technical_features/i18n/fi.po
  31. 75
      base_technical_features/i18n/fr.po
  32. 75
      base_technical_features/i18n/fr_CA.po
  33. 76
      base_technical_features/i18n/fr_CH.po
  34. 75
      base_technical_features/i18n/gl.po
  35. 75
      base_technical_features/i18n/gl_ES.po
  36. 75
      base_technical_features/i18n/he.po
  37. 76
      base_technical_features/i18n/hr.po
  38. 76
      base_technical_features/i18n/hr_HR.po
  39. 75
      base_technical_features/i18n/hu.po
  40. 75
      base_technical_features/i18n/id.po
  41. 75
      base_technical_features/i18n/it.po
  42. 75
      base_technical_features/i18n/ja.po
  43. 75
      base_technical_features/i18n/ko.po
  44. 75
      base_technical_features/i18n/lt.po
  45. 75
      base_technical_features/i18n/lt_LT.po
  46. 75
      base_technical_features/i18n/lv.po
  47. 75
      base_technical_features/i18n/mk.po
  48. 75
      base_technical_features/i18n/mn.po
  49. 75
      base_technical_features/i18n/nb.po
  50. 75
      base_technical_features/i18n/nb_NO.po
  51. 88
      base_technical_features/i18n/nl.po
  52. 75
      base_technical_features/i18n/nl_BE.po
  53. 75
      base_technical_features/i18n/pl.po
  54. 75
      base_technical_features/i18n/pt.po
  55. 84
      base_technical_features/i18n/pt_BR.po
  56. 75
      base_technical_features/i18n/pt_PT.po
  57. 75
      base_technical_features/i18n/ro.po
  58. 75
      base_technical_features/i18n/ru.po
  59. 75
      base_technical_features/i18n/sk.po
  60. 76
      base_technical_features/i18n/sl.po
  61. 75
      base_technical_features/i18n/sr.po
  62. 75
      base_technical_features/i18n/sr@latin.po
  63. 75
      base_technical_features/i18n/sv.po
  64. 75
      base_technical_features/i18n/th.po
  65. 75
      base_technical_features/i18n/tr.po
  66. 75
      base_technical_features/i18n/tr_TR.po
  67. 75
      base_technical_features/i18n/uk.po
  68. 75
      base_technical_features/i18n/vi.po
  69. 75
      base_technical_features/i18n/vi_VN.po
  70. 76
      base_technical_features/i18n/zh_CN.po
  71. 75
      base_technical_features/i18n/zh_TW.po
  72. 3
      base_technical_features/models/__init__.py
  73. 33
      base_technical_features/models/basemodel_monkeypatch.py
  74. 18
      base_technical_features/models/ir_ui_menu.py
  75. 59
      base_technical_features/models/res_users.py
  76. 7
      base_technical_features/security/res_groups.xml
  77. BIN
      base_technical_features/static/description/icon.png
  78. BIN
      base_technical_features/static/description/user_preferences.png
  79. 1
      base_technical_features/tests/__init__.py
  80. 61
      base_technical_features/tests/test_base_technical_features.py
  81. 16
      base_technical_features/views/res_users.xml

77
base_technical_features/README.rst

@ -0,0 +1,77 @@
.. 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, 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/149/9.0
Bug Tracker
===========
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/server-tools/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
<https://github.com/OCA/
server-tools/issues/new?body=module:%20
base_technical_features%0Aversion:%20
9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
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/__openerp__.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": "9.0.1.0.0",
"category": "Usability",
"website": "https://github.com/oca/server-tools",
"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 ""

75
base_technical_features/i18n/ar.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: 2017-01-14 04:21+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_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 "المعرف"
#. 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 ""

75
base_technical_features/i18n/bg.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bg\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 ""

75
base_technical_features/i18n/bs.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/bs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bs\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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Prikaži naziv"
#. 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 "Zadnje mijenjano"
#. 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 ""

76
base_technical_features/i18n/ca.po

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 17:59+0000\n"
"PO-Revision-Date: 2017-03-30 16:37+0000\n"
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Veure el nom"
#. 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 "Darrera modificació el"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_res_users_show_technical_features
msgid "Show field Technical Features"
msgstr "Mostrar el camp Característiques Tècniques "
#. module: base_technical_features
#: model:res.groups,name:base_technical_features.group_technical_features
msgid "Technical Features (w/o debug mode)"
msgstr "Característiques tècniques (sense mode de depuració)"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_res_users_technical_features
msgid "Technical features"
msgstr "Característiques tècniques "
#. module: base_technical_features
#: code:addons/base_technical_features/models/res_users.py:48
#, python-format
msgid "The user does not have access to technical features."
msgstr "L'usuari no té accés a les característiques tècniques. "
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_res_users
msgid "Users"
msgstr "Usuaris"
#. module: base_technical_features
#: model:ir.model.fields,help:base_technical_features.field_res_users_show_technical_features
msgid ""
"Whether to display the technical features field in the user preferences."
msgstr "Si cal mostrar el camp de característiques tècniques a les preferències d'usuari. "
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr "basemodel.monkeypatch"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"

75
base_technical_features/i18n/cs.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-9-0/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Zobrazovaný název"
#. 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 "Naposled upraveno"
#. 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 ""

75
base_technical_features/i18n/da.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: 2017-01-14 04:21+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Vist navn"
#. 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 "Sidst ændret den"
#. 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_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 ""

91
base_technical_features/i18n/de.po

@ -0,0 +1,91 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Alejandro Santana <alejandrosantana@anubia.es>, 2015
# Alexsandro Haag <alex@hgsoft.com.br>, 2015
# Armando Vulcano Junior <vulcano@uol.com.br>, 2015
# Carles Antoli <carlesantoli@hotmail.com>, 2015
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
# danimaribeiro <danimaribeiro@gmail.com>, 2016
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
# Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 2015
# llum.birque@gmail.com <llum.birque@gmail.com>, 2015
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
# Paolo Valier, 2016
# Pedro Castro Silva <pedrocs@sossia.pt>, 2015
# Rudolf Schnapka <rs@techno-flex.de>, 2015-2016
# Stéphane Bidoul <sbi@skynet.be>, 2015
# Wagner Pereira <wagner@wagner.pereira.nom.br>, 2015
# Yael Terrettaz, 2015
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-17 12:15+0000\n"
"PO-Revision-Date: 2016-04-21 11:18+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Anzeigename"
#. 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 "Zuletzt verändert am"
#. 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_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr "basemodel.monkeypatch"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"

75
base_technical_features/i18n/el_GR.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: 2017-01-14 04:21+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_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 "Κωδικός"
#. 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 ""

75
base_technical_features/i18n/en_GB.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_GB\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 "Display Name"
#. 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 "Last Modified on"
#. 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 ""

77
base_technical_features/i18n/es.po

@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Antonio Trueba, 2016
# Antonio Trueba, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-19 14:46+0000\n"
"PO-Revision-Date: 2016-02-01 09:57+0000\n"
"Last-Translator: Antonio Trueba\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. 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 "Modificado por última vez el"
#. 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_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr "basemodel.monkeypatch"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"

75
base_technical_features/i18n/es_AR.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_AR\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 "Mostrar Nombre"
#. 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 "Última modificación en"
#. 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 ""

75
base_technical_features/i18n/es_CL.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_CL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CL\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 "Nombre mostrado"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id
msgid "ID"
msgstr "ID (identificación)"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. 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 ""

75
base_technical_features/i18n/es_CO.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_CO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CO\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 "Nombre Público"
#. 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 "Última Modificación el"
#. 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 ""

75
base_technical_features/i18n/es_CR.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_CR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CR\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 ""

75
base_technical_features/i18n/es_DO.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_DO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_DO\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 "Nombre mostrado"
#. 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 "Última modificación en"
#. 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 ""

75
base_technical_features/i18n/es_EC.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_EC/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_EC\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 "Nombre mostrado"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id
msgid "ID"
msgstr "ID (identificación)"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. 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 ""

75
base_technical_features/i18n/es_ES.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: 2017-02-16 10:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. 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 "Última modificación en"
#. 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_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 ""

75
base_technical_features/i18n/es_MX.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nombre desplegado"
#. 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 "Ultima modificacion realizada"
#. 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 ""

75
base_technical_features/i18n/es_PE.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Peru) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_PE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_PE\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 "Nombre a Mostrar"
#. 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 "Ultima Modificación en"
#. 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 ""

75
base_technical_features/i18n/es_PY.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-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_PY/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_PY\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 ""

75
base_technical_features/i18n/es_VE.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/es_VE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_VE\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 "Mostrar nombre"
#. 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 "Modificada por última vez"
#. 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 ""

75
base_technical_features/i18n/et.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-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Estonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: et\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 "Näidatav nimi"
#. 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 "Viimati muudetud"
#. 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 ""

75
base_technical_features/i18n/eu.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Basque (http://www.transifex.com/oca/OCA-server-tools-9-0/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\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 "Izena erakutsi"
#. 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 ""

75
base_technical_features/i18n/fa.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\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 "شناسه"
#. 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 ""

75
base_technical_features/i18n/fi.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nimi"
#. 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 "Viimeksi muokattu"
#. 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_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 ""

75
base_technical_features/i18n/fr.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-02-27 01:37+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nom d'affichage"
#. 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 "Dernière modification le"
#. 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_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 ""

75
base_technical_features/i18n/fr_CA.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: 2017-03-18 02:16+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Afficher le nom"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id
msgid "ID"
msgstr "Identifiant"
#. 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 ""

76
base_technical_features/i18n/fr_CH.po

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# leemannd <leemannd@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-03 04:11+0000\n"
"PO-Revision-Date: 2016-12-01 10:10+0000\n"
"Last-Translator: leemannd <leemannd@gmail.com>\n"
"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nom affiché"
#. 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 "Dernière modification le"
#. 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_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 ""

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-11-26 01:45+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 "Última modificació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_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 ""

75
base_technical_features/i18n/gl_ES.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/gl_ES/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gl_ES\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 ""

75
base_technical_features/i18n/he.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-9-0/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: he\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 "מזהה"
#. 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 ""

76
base_technical_features/i18n/hr.po

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-01 13:12+0000\n"
"PO-Revision-Date: 2016-05-06 13:09+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Naziv "
#. 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 "Zadnje modificirano"
#. 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_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr "basemodel.monkeypatch"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"

76
base_technical_features/i18n/hr_HR.po

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-09 12:31+0000\n"
"PO-Revision-Date: 2016-05-31 20:16+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Naziv"
#. 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 "Zadnje modificirano"
#. 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_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_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr "basemodel.monkeypatch"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"

75
base_technical_features/i18n/hu.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-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hu\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 "Név megjelenítése"
#. 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 "Utolsó frissítés dátuma"
#. 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 ""

75
base_technical_features/i18n/id.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. 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 "Terakhir Dimodifikasi pada"
#. 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 ""

75
base_technical_features/i18n/it.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: Italian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nome da visualizzare"
#. 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 "Ultima modifica il"
#. 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_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 ""

75
base_technical_features/i18n/ja.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Japanese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\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 ""

75
base_technical_features/i18n/ko.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Korean (http://www.transifex.com/oca/OCA-server-tools-9-0/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\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 ""

75
base_technical_features/i18n/lt.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/lt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Vaizduojamas pavadinimas"
#. 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 "Paskutinį kartą keista"
#. 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 ""

75
base_technical_features/i18n/lt_LT.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: 2017-03-18 02:16+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lt_LT\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: 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 ""

75
base_technical_features/i18n/lv.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\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 ""

75
base_technical_features/i18n/mk.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 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 ""

75
base_technical_features/i18n/mn.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/mn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mn\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 ""

75
base_technical_features/i18n/nb.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-tools-9-0/language/nb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nb\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 "Visnings navn"
#. 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 "Sist oppdatert "
#. 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 ""

75
base_technical_features/i18n/nb_NO.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nb_NO\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 "Vis navn"
#. 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 "Sist endret den"
#. 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 ""

88
base_technical_features/i18n/nl.po

@ -0,0 +1,88 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
# Carles Antoli <carlesantoli@hotmail.com>, 2016
# Carles Antoli <carlesantoli@hotmail.com>, 2016
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
# Paolo Valier, 2016
# Pedro Castro Silva <pedrocs@sossia.pt>, 2015
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
# Rudolf Schnapka <rs@techno-flex.de>, 2016
# SaFi J. <safi2266@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
"PO-Revision-Date: 2017-01-13 09:29+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Te tonen naam"
#. 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 "Laatst bijgewerkt op"
#. 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_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 ""

75
base_technical_features/i18n/nl_BE.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/nl_BE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl_BE\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 "Schermnaam"
#. 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 "Laatst Aangepast op"
#. 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 ""

75
base_technical_features/i18n/pl.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-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Wyświetlana nazwa "
#. 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 "Ostatnio modyfikowano"
#. 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 ""

75
base_technical_features/i18n/pt.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nome"
#. 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 "Modificado a última vez por"
#. 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 ""

84
base_technical_features/i18n/pt_BR.po

@ -0,0 +1,84 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Ahmet Altınışık <aaltinisik@altinkaya.com.tr>, 2015
# Antonio Trueba, 2016
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012,2014
# Gustavo Lepri <gustavolepri@gmail.com>, 2015
# Hotellook, 2014
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
# Paolo Valier, 2016
# Rudolf Schnapka <rs@techno-flex.de>, 2015-2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-09 10:34+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nome para Mostrar"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id
msgid "ID"
msgstr "Identificação"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update
msgid "Last Modified on"
msgstr "Última atualização em"
#. 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_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 ""

75
base_technical_features/i18n/pt_PT.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nome a Apresentar"
#. 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 "Última Modificação Em"
#. 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 ""

75
base_technical_features/i18n/ro.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Nume Afişat"
#. 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 "Ultima actualizare î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_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 ""

75
base_technical_features/i18n/ru.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
#. module: 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 ""

75
base_technical_features/i18n/sk.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-9-0/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Zobraziť meno"
#. 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 "Posledná modifikácia"
#. 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 ""

76
base_technical_features/i18n/sl.po

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-06 09:17+0000\n"
"PO-Revision-Date: 2016-01-06 10:15+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. 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 "Zadnjič spremenjeno"
#. 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_basemodel_monkeypatch
msgid "basemodel.monkeypatch"
msgstr "basemodel.monkeypatch"
#. module: base_technical_features
#: model:ir.model,name:base_technical_features.model_ir_ui_menu
msgid "ir.ui.menu"
msgstr "ir.ui.menu"

75
base_technical_features/i18n/sr.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Serbian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/sr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sr\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_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 ""

75
base_technical_features/i18n/sr@latin.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sr@latin\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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Ime za prikaz"
#. 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 "Zadnja izmjena"
#. 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 ""

75
base_technical_features/i18n/sv.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sv\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 "Visa namn"
#. 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 "Senast redigerad"
#. 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 ""

75
base_technical_features/i18n/th.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-9-0/language/th/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\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 "รหัส"
#. 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 ""

75
base_technical_features/i18n/tr.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-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-12-30 20:37+0000\n"
"Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Görünen İsim"
#. 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 "Son değişiklik"
#. 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_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 ""

75
base_technical_features/i18n/tr_TR.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: 2017-01-07 04:04+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Görünen ad"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_id
msgid "ID"
msgstr "Kimlik"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch___last_update
msgid "Last Modified on"
msgstr "En son güncelleme tarihi"
#. 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_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 ""

75
base_technical_features/i18n/uk.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-9-0/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: uk\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_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 ""

75
base_technical_features/i18n/vi.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-9-0/language/vi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_technical_features
#: model:ir.model.fields,field_description:base_technical_features.field_basemodel_monkeypatch_display_name
msgid "Display Name"
msgstr "Tên hiển thị"
#. 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 "Sửa lần cuối vào"
#. 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 ""

75
base_technical_features/i18n/vi_VN.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: 2017-01-14 04:21+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/vi_VN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\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 ""

76
base_technical_features/i18n/zh_CN.po

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_technical_features
#
# Translators:
# Jeffery Chenn <jeffery9@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: server-tools (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-04 09:42+0000\n"
"PO-Revision-Date: 2016-10-04 09:43+0000\n"
"Last-Translator: Jeffery Chenn <jeffery9@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/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.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 ""

75
base_technical_features/i18n/zh_TW.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-11-26 01:45+0000\n"
"PO-Revision-Date: 2016-01-05 19:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-server-tools-9-0/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\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 "編號"
#. 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 ""

3
base_technical_features/models/__init__.py

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

33
base_technical_features/models/basemodel_monkeypatch.py

@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
# © 2016 Opener B.V. (<https://opener.am>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import models, api
class BaseModelMonkeyPatch(models.AbstractModel):
_name = 'basemodel.monkeypatch'
def _register_hook(self, cr):
if not hasattr(
models.BaseModel, 'base_technical_features_user_has_groups'):
models.BaseModel.base_technical_features_user_has_groups = (
models.BaseModel.user_has_groups)
@api.cr_uid_context
def user_has_groups(self, cr, uid, groups, context=None):
""" 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.pool['res.users'].has_group(
cr, uid,
'base_technical_features.group_technical_features')):
return True
return self.base_technical_features_user_has_groups(
cr, uid, groups, context=context)
models.BaseModel.user_has_groups = user_has_groups
return super(BaseModelMonkeyPatch, self)._register_hook(cr)

18
base_technical_features/models/ir_ui_menu.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).
from openerp 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.pool['res.users'].has_group(
self.env.cr, self.env.uid,
'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 openerp import api, fields, models
from openerp.exceptions import AccessError
from openerp.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

61
base_technical_features/tests/test_base_technical_features.py

@ -0,0 +1,61 @@
# -*- coding: utf-8 -*-
from openerp import api
from openerp.exceptions import AccessError
from openerp.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['basemodel.monkeypatch']._register_hook()
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