Compare commits

...

No commits in common. '12.0' and '9.0-beesdoo_shift-add-search-filter' have entirely different histories.

  1. 1
      .dockerignore
  2. 335
      .eslintrc
  3. 10
      .flake8
  4. 138
      .gitignore
  5. 12
      .isort.cfg
  6. 69
      .pre-commit-config.yaml
  7. 86
      .pylintrc
  8. 64
      .pylintrc-mandatory
  9. 35
      .travis.yml
  10. 88
      Dockerfile
  11. 53
      README.md
  12. 44
      admin_technical_features/README.rst
  13. 21
      admin_technical_features/__init__.py
  14. 42
      admin_technical_features/__openerp__.py
  15. 8
      admin_technical_features/res_groups.xml
  16. BIN
      admin_technical_features/static/admin_technical_features.png
  17. BIN
      admin_technical_features/static/description/icon.png
  18. 77
      base_technical_features/README.rst
  19. 0
      base_technical_features/__init__.py
  20. 18
      base_technical_features/__openerp__.py
  21. 6
      base_technical_features/data/res_users.xml
  22. 75
      base_technical_features/i18n/am.po
  23. 75
      base_technical_features/i18n/ar.po
  24. 75
      base_technical_features/i18n/bg.po
  25. 75
      base_technical_features/i18n/bs.po
  26. 76
      base_technical_features/i18n/ca.po
  27. 75
      base_technical_features/i18n/cs.po
  28. 75
      base_technical_features/i18n/da.po
  29. 91
      base_technical_features/i18n/de.po
  30. 75
      base_technical_features/i18n/el_GR.po
  31. 75
      base_technical_features/i18n/en_GB.po
  32. 77
      base_technical_features/i18n/es.po
  33. 75
      base_technical_features/i18n/es_AR.po
  34. 75
      base_technical_features/i18n/es_CL.po
  35. 75
      base_technical_features/i18n/es_CO.po
  36. 75
      base_technical_features/i18n/es_CR.po
  37. 75
      base_technical_features/i18n/es_DO.po
  38. 75
      base_technical_features/i18n/es_EC.po
  39. 75
      base_technical_features/i18n/es_ES.po
  40. 75
      base_technical_features/i18n/es_MX.po
  41. 75
      base_technical_features/i18n/es_PE.po
  42. 75
      base_technical_features/i18n/es_PY.po
  43. 75
      base_technical_features/i18n/es_VE.po
  44. 75
      base_technical_features/i18n/et.po
  45. 75
      base_technical_features/i18n/eu.po
  46. 75
      base_technical_features/i18n/fa.po
  47. 75
      base_technical_features/i18n/fi.po
  48. 75
      base_technical_features/i18n/fr.po
  49. 75
      base_technical_features/i18n/fr_CA.po
  50. 76
      base_technical_features/i18n/fr_CH.po
  51. 75
      base_technical_features/i18n/gl.po
  52. 75
      base_technical_features/i18n/gl_ES.po
  53. 75
      base_technical_features/i18n/he.po
  54. 76
      base_technical_features/i18n/hr.po
  55. 76
      base_technical_features/i18n/hr_HR.po
  56. 75
      base_technical_features/i18n/hu.po
  57. 75
      base_technical_features/i18n/id.po
  58. 75
      base_technical_features/i18n/it.po
  59. 75
      base_technical_features/i18n/ja.po
  60. 75
      base_technical_features/i18n/ko.po
  61. 75
      base_technical_features/i18n/lt.po
  62. 75
      base_technical_features/i18n/lt_LT.po
  63. 75
      base_technical_features/i18n/lv.po
  64. 75
      base_technical_features/i18n/mk.po
  65. 75
      base_technical_features/i18n/mn.po
  66. 75
      base_technical_features/i18n/nb.po
  67. 75
      base_technical_features/i18n/nb_NO.po
  68. 88
      base_technical_features/i18n/nl.po
  69. 75
      base_technical_features/i18n/nl_BE.po
  70. 75
      base_technical_features/i18n/pl.po
  71. 75
      base_technical_features/i18n/pt.po
  72. 84
      base_technical_features/i18n/pt_BR.po
  73. 75
      base_technical_features/i18n/pt_PT.po
  74. 75
      base_technical_features/i18n/ro.po
  75. 75
      base_technical_features/i18n/ru.po
  76. 75
      base_technical_features/i18n/sk.po
  77. 76
      base_technical_features/i18n/sl.po
  78. 75
      base_technical_features/i18n/sr.po
  79. 75
      base_technical_features/i18n/sr@latin.po
  80. 75
      base_technical_features/i18n/sv.po
  81. 75
      base_technical_features/i18n/th.po
  82. 75
      base_technical_features/i18n/tr.po
  83. 75
      base_technical_features/i18n/tr_TR.po
  84. 75
      base_technical_features/i18n/uk.po
  85. 75
      base_technical_features/i18n/vi.po
  86. 75
      base_technical_features/i18n/vi_VN.po
  87. 76
      base_technical_features/i18n/zh_CN.po
  88. 75
      base_technical_features/i18n/zh_TW.po
  89. 3
      base_technical_features/models/__init__.py
  90. 33
      base_technical_features/models/basemodel_monkeypatch.py
  91. 18
      base_technical_features/models/ir_ui_menu.py
  92. 59
      base_technical_features/models/res_users.py
  93. 7
      base_technical_features/security/res_groups.xml
  94. BIN
      base_technical_features/static/description/icon.png
  95. BIN
      base_technical_features/static/description/user_preferences.png
  96. 1
      base_technical_features/tests/__init__.py
  97. 61
      base_technical_features/tests/test_base_technical_features.py
  98. 16
      base_technical_features/views/res_users.xml
  99. 68
      beesdoo_account/README.rst
  100. 3
      beesdoo_account/__init__.py

1
.dockerignore

@ -1 +0,0 @@
*

335
.eslintrc

@ -1,335 +0,0 @@
{
"globals": {
"$": false,
"_": false,
"fuzzy": false,
"jQuery": false,
"moment": false,
"odoo": false,
"openerp": false,
"self": false
},
"env": {
"browser": true
},
"rules": {
"no-alert": "warn",
"no-array-constructor": "warn",
"no-bitwise": "off",
"no-caller": "warn",
"no-case-declarations": "warn",
"no-catch-shadow": "warn",
"no-class-assign": "warn",
"no-cond-assign": "warn",
"no-confusing-arrow": "warn",
"no-console": "off",
"no-const-assign": "warn",
"no-constant-condition": "warn",
"no-continue": "off",
"no-control-regex": "warn",
"no-debugger": "warn",
"no-delete-var": "warn",
"no-div-regex": "warn",
"no-dupe-args": "warn",
"no-dupe-class-members": "warn",
"no-dupe-keys": "warn",
"no-duplicate-case": "warn",
"no-duplicate-imports": "warn",
"no-else-return": "warn",
"no-empty": "warn",
"no-empty-character-class": "warn",
"no-empty-function": "warn",
"no-empty-pattern": "warn",
"no-eq-null": "warn",
"no-eval": "warn",
"no-ex-assign": "warn",
"no-extend-native": "warn",
"no-extra-bind": "warn",
"no-extra-boolean-cast": "warn",
"no-extra-label": "warn",
"no-extra-parens": "warn",
"no-extra-semi": "warn",
"no-fallthrough": "warn",
"no-floating-decimal": "warn",
"no-func-assign": "warn",
"no-implicit-coercion": [
"warn",
{
"allow": [
"~"
]
}
],
"no-implicit-globals": "warn",
"no-implied-eval": "warn",
"no-inline-comments": "warn",
"no-inner-declarations": "warn",
"no-invalid-regexp": "warn",
"no-invalid-this": "off",
"no-irregular-whitespace": "warn",
"no-iterator": "warn",
"no-label-var": "warn",
"no-labels": "warn",
"no-lone-blocks": "warn",
"no-lonely-if": "warn",
"no-loop-func": "off",
"no-magic-numbers": "off",
"no-mixed-operators": "warn",
"no-mixed-requires": "warn",
"no-mixed-spaces-and-tabs": "warn",
"no-multi-spaces": "warn",
"no-multi-str": "warn",
"no-multiple-empty-lines": "warn",
"no-native-reassign": "warn",
"no-negated-condition": "warn",
"no-negated-in-lhs": "warn",
"no-nested-ternary": "off",
"no-new": "warn",
"no-new-func": "warn",
"no-new-object": "warn",
"no-new-require": "warn",
"no-new-symbol": "warn",
"no-new-wrappers": "warn",
"no-obj-calls": "warn",
"no-octal": "warn",
"no-octal-escape": "warn",
"no-param-reassign": "warn",
"no-path-concat": "warn",
"no-plusplus": "off",
"no-process-env": "warn",
"no-process-exit": "warn",
"no-proto": "warn",
"no-prototype-builtins": "warn",
"no-redeclare": "warn",
"no-regex-spaces": "warn",
"no-restricted-globals": "warn",
"no-restricted-imports": "warn",
"no-restricted-modules": "warn",
"no-restricted-syntax": "warn",
"no-return-assign": "warn",
"no-script-url": "warn",
"no-self-assign": "warn",
"no-self-compare": "warn",
"no-sequences": "warn",
"no-shadow": "warn",
"no-shadow-restricted-names": "warn",
"no-whitespace-before-property": "warn",
"no-spaced-func": "warn",
"no-sparse-arrays": "warn",
"no-sync": "warn",
"no-tabs": "warn",
"no-ternary": "off",
"no-trailing-spaces": "warn",
"no-this-before-super": "warn",
"no-throw-literal": "warn",
"no-undef": "warn",
"no-undef-init": "warn",
"no-undefined": "off",
"no-unexpected-multiline": "warn",
"no-underscore-dangle": "off",
"no-unmodified-loop-condition": "warn",
"no-unneeded-ternary": "warn",
"no-unreachable": "warn",
"no-unsafe-finally": "warn",
"no-unused-expressions": "warn",
"no-unused-labels": "warn",
"no-unused-vars": "warn",
"no-use-before-define": "warn",
"no-useless-call": "warn",
"no-useless-computed-key": "warn",
"no-useless-concat": "warn",
"no-useless-constructor": "warn",
"no-useless-escape": "warn",
"no-useless-rename": "warn",
"no-void": "warn",
"no-var": "off",
"no-warning-comments": "off",
"no-with": "warn",
"array-bracket-spacing": "off",
"array-callback-return": "warn",
"arrow-body-style": "warn",
"arrow-parens": "warn",
"arrow-spacing": "off",
"accessor-pairs": "warn",
"block-scoped-var": "off",
"block-spacing": [
"warn",
"always"
],
"brace-style": "warn",
"callback-return": "warn",
"camelcase": "off",
"capitalized-comments": [
"warn",
"always",
{
"ignoreConsecutiveComments": true,
"ignoreInlineComments": true
}
],
"comma-dangle": [
"warn",
"always-multiline"
],
"comma-spacing": [
"warn",
{
"before": false,
"after": true
}
],
"comma-style": "warn",
"complexity": [
"warn",
15
],
"computed-property-spacing": "off",
"consistent-return": "off",
"consistent-this": "off",
"constructor-super": "warn",
"curly": "warn",
"default-case": "off",
"dot-location": [
"warn",
"property"
],
"dot-notation": "warn",
"eol-last": "warn",
"eqeqeq": "warn",
"func-names": "off",
"func-style": "off",
"generator-star-spacing": "off",
"global-require": "warn",
"guard-for-in": "off",
"handle-callback-err": "warn",
"id-blacklist": "warn",
"id-length": "off",
"id-match": "warn",
"indent": "warn",
"init-declarations": "warn",
"jsx-quotes": "warn",
"key-spacing": "off",
"keyword-spacing": "warn",
"linebreak-style": [
"warn",
"unix"
],
"lines-around-comment": "warn",
"max-depth": "warn",
"max-len": [
"warn",
{
"code": 88,
"ignorePattern": "odoo\\.define\\(",
"tabWidth": 4
}
],
"max-lines": "off",
"max-nested-callbacks": "warn",
"max-params": "off",
"max-statements": "off",
"max-statements-per-line": "warn",
"multiline-ternary": "off",
"new-cap": "off",
"new-parens": "warn",
"newline-after-var": "off",
"newline-before-return": "off",
"newline-per-chained-call": "off",
"object-curly-newline": [
"warn",
{
"consistent": true
}
],
"object-curly-spacing": [
"warn",
"never"
],
"object-property-newline": [
"warn",
{
"allowAllPropertiesOnSameLine": true
}
],
"object-shorthand": "off",
"one-var": "off",
"one-var-declaration-per-line": "off",
"operator-assignment": "warn",
"operator-linebreak": "warn",
"padded-blocks": "off",
"prefer-arrow-callback": "off",
"prefer-const": "warn",
"prefer-reflect": "off",
"prefer-rest-params": "off",
"prefer-spread": "off",
"prefer-template": "off",
"quote-props": "off",
"quotes": "off",
"radix": "warn",
"require-yield": "warn",
"rest-spread-spacing": "off",
"semi": [
"warn",
"always"
],
"semi-spacing": "warn",
"sort-imports": "warn",
"sort-vars": "off",
"space-before-blocks": "warn",
"space-before-function-paren": "warn",
"space-in-parens": "off",
"space-infix-ops": "off",
"space-unary-ops": "off",
"spaced-comment": [
"warn",
"always"
],
"strict": [
"warn",
"function"
],
"template-curly-spacing": "off",
"unicode-bom": "warn",
"use-isnan": "warn",
"valid-jsdoc": [
"warn",
{
"prefer": {
"arg": "param",
"argument": "param",
"augments": "extends",
"constructor": "class",
"exception": "throws",
"func": "function",
"method": "function",
"prop": "property",
"return": "returns",
"virtual": "abstract",
"yield": "yields"
},
"preferType": {
"array": "Array",
"bool": "Boolean",
"boolean": "Boolean",
"number": "Number",
"object": "Object",
"str": "String",
"string": "String"
},
"requireParamDescription": false,
"requireReturn": false,
"requireReturnDescription": false,
"requireReturnType": false
}
],
"valid-typeof": "warn",
"vars-on-top": "off",
"wrap-iife": "warn",
"wrap-regex": "warn",
"yield-star-spacing": "off",
"yoda": "warn"
},
"parserOptions": {
"ecmaVersion": 2017
}
}

10
.flake8

@ -1,10 +0,0 @@
[flake8]
max-line-length = 79
max-complexity = 16
# B = bugbear
# B9 = bugbear opinionated (incl line length)
select = C,E,F,W,B,B9
# E203: whitespace before ':' (black behaviour)
# E501: flake8 line length (covered by bugbear B950)
# W503: line break before binary operator (black behaviour)
ignore = E203,E501,W503

138
.gitignore

@ -1,104 +1,34 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
# sphinx build directories
_build/
# dotfiles
.*
!.gitignore
!.mailmap
# compiled python files
*.py[co]
# setup.py egg_info
*.egg-info
# emacs backup files
*~
# hg stuff
*.orig
status
# odoo filestore
openerp/filestore
# maintenance migration scripts
openerp/addons/base/maintenance
# generated for windows installer?
install/win32/*.bat
install/win32/meta.py
# various virtualenv
/bin/
/build/
/dist/
/include/
/lib/
/man/
/share/
/src/

12
.isort.cfg

@ -1,12 +0,0 @@
[settings]
; see https://github.com/psf/black
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
combine_as_imports = True
use_parentheses = True
line_length = 79
known_odoo = odoo
known_odoo_addons = odoo.addons
sections = FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
known_third_party = pytz

69
.pre-commit-config.yaml

@ -1,69 +0,0 @@
exclude: "^setup/|/static/lib/|/static/src/lib/"
default_language_version:
python: python3
repos:
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
args: [-l 79]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: trailing-whitespace
# exclude autogenerated files
exclude: /README\.rst$|\.pot?$
- id: end-of-file-fixer
# exclude autogenerated files
exclude: /README\.rst$|\.pot?$
- id: debug-statements
- id: flake8
name: flake8 except __init__.py
exclude: /__init__\.py$
additional_dependencies: ["flake8-bugbear==19.8.0"]
- id: flake8
name: flake8 only __init__.py
args: ["--extend-ignore=F401"] # ignore unused imports in __init__.py
files: /__init__\.py$
additional_dependencies: ["flake8-bugbear==19.8.0"]
- id: fix-encoding-pragma
args: ["--remove"]
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-symlinks
- id: check-xml
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.3.1
hooks:
- id: pylint
name: pylint with optional checks
args: ["--rcfile=.pylintrc", "--exit-zero"]
verbose: true
additional_dependencies: ["pylint-odoo==3.0.3"]
- id: pylint
name: pylint with mandatory checks
args: ["--rcfile=.pylintrc-mandatory"]
additional_dependencies: ["pylint-odoo==3.0.3"]
- repo: https://github.com/asottile/pyupgrade
rev: v1.24.0
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- id: isort
name: isort except __init__.py
exclude: /__init__\.py$
#- repo: https://github.com/pre-commit/mirrors-eslint
# rev: v6.5.1
# hooks:
# - id: eslint
# verbose: true

86
.pylintrc

@ -1,86 +0,0 @@
[MASTER]
load-plugins=pylint_odoo
score=n
[ODOOLINT]
readme_template_url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
# manifest_required_authors=
manifest_required_keys=license
manifest_deprecated_keys=description,active
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid_odoo_versions=12.0
[MESSAGES CONTROL]
disable=all
# This .pylintrc contains optional AND mandatory checks and is meant to be
# loaded in an IDE to have it check everything, in the hope this will make
# optional checks more visible to contributors who otherwise never look at a
# green travis to see optional checks that failed.
# .pylintrc-mandatory containing only mandatory checks is used the pre-commit
# config as a blocking check.
enable=anomalous-backslash-in-string,
api-one-deprecated,
api-one-multi-together,
assignment-from-none,
attribute-deprecated,
class-camelcase,
dangerous-default-value,
dangerous-view-replace-wo-priority,
duplicate-id-csv,
duplicate-key,
duplicate-xml-fields,
duplicate-xml-record-id,
eval-referenced,
eval-used,
incoherent-interpreter-exec-perm,
license-allowed,
manifest-author-string,
manifest-deprecated-key,
manifest-required-key,
manifest-version-format,
method-compute,
method-inverse,
method-required-super,
method-search,
missing-import-error,
missing-manifest-dependency,
openerp-exception-warning,
pointless-statement,
pointless-string-statement,
print-used,
redundant-keyword-arg,
redundant-modulename-xml,
reimported,
relative-import,
return-in-init,
rst-syntax-error,
sql-injection,
too-few-format-args,
translation-field,
translation-required,
unreachable,
use-vim-comment,
wrong-tabs-instead-of-spaces,
xml-syntax-error,
# messages that do not cause the lint step to fail
consider-merging-classes-inherited,
create-user-wo-reset-password,
dangerous-filter-wo-user,
deprecated-module,
file-not-used,
invalid-commit,
missing-newline-extrafiles,
missing-readme,
no-utf8-coding-comment,
odoo-addons-relative-import,
old-api7-method-defined,
redefined-builtin,
too-complex,
unnecessary-utf8-coding-comment
[REPORTS]
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
output-format=colorized
reports=no

64
.pylintrc-mandatory

@ -1,64 +0,0 @@
[MASTER]
load-plugins=pylint_odoo
score=n
[ODOOLINT]
readme_template_url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
# manifest_required_authors=
manifest_required_keys=license
manifest_deprecated_keys=description,active
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid_odoo_versions=12.0
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
api-one-deprecated,
api-one-multi-together,
assignment-from-none,
attribute-deprecated,
class-camelcase,
dangerous-default-value,
dangerous-view-replace-wo-priority,
duplicate-id-csv,
duplicate-key,
duplicate-xml-fields,
duplicate-xml-record-id,
eval-referenced,
eval-used,
incoherent-interpreter-exec-perm,
license-allowed,
manifest-author-string,
manifest-deprecated-key,
manifest-required-key,
manifest-version-format,
method-compute,
method-inverse,
method-required-super,
method-search,
missing-import-error,
missing-manifest-dependency,
openerp-exception-warning,
pointless-statement,
pointless-string-statement,
print-used,
redundant-keyword-arg,
redundant-modulename-xml,
reimported,
relative-import,
return-in-init,
rst-syntax-error,
sql-injection,
too-few-format-args,
translation-field,
translation-required,
unreachable,
use-vim-comment,
wrong-tabs-instead-of-spaces,
xml-syntax-error
[REPORTS]
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
output-format=colorized
reports=no

35
.travis.yml

@ -1,35 +0,0 @@
language: python
sudo: false
cache: pip
python:
- "3.5"
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
matrix:
- LINT_CHECK="1"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="OCA/OCB" UNIT_TEST="1"
install:
- git clone --depth=1 https://github.com/coopiteasy/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
# Disable manifest-required-author for this repository
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- pip install unidecode
script:
- travis_run_tests
after_success:
- travis_after_tests_success

88
Dockerfile

@ -1,73 +1,35 @@
FROM ubuntu:18.04
FROM odoo:9.0
ENV DEBIAN_FRONTEND=noninteractive
# Install the basics
RUN ln -fs /usr/share/zoneinfo/Europe/Brussels /etc/localtime && \
apt-get update && apt-get install -y curl git postgresql python3-psycopg2 python3-pip && \
dpkg-reconfigure --frontend noninteractive tzdata
# Install wkhtmltopdf 0.12.5
RUN curl -L https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb \
--output wkhtmltox_0.12.5-1.bionic_amd64.deb && \
(dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb || apt-get -f install -y) && \
ln -s /usr/local/bin/wkhtmltoimage /usr/bin/wkhtmltoimage && \
ln -s /usr/local/bin/wkhtmltopdf /usr/bin/wkhtmltopdf && \
rm -f wkhtmltox_0.12.5-1.bionic_amd64.deb
USER root
RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
RUN apt-get update && apt-get install -y git wget gcc python-dev libssl-dev libffi-dev make
# Node (ubuntu 14 version of node is Old as f*)
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
apt-get install -y nodejs && \
npm install -g less less-plugin-clean-css
##### 10) Installer wkhtml to pdf 0.12.1 !! (pas une autre) (sur une machine 64 bit avec un ubuntu 64bit 14.04)
# RUN apt-get install -y fontconfig libfontconfig1 libxrender1 fontconfig-config libjpeg-turbo8-dev && \
# wget --quiet https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.trusty_amd64.deb && \
# dpkg -i wkhtmltox_0.12.5-1.trusty_amd64.deb && \
# ln -s /usr/local/bin/wkhtmltoimage /usr/bin/wkhtmltoimage && \
# ln -s /usr/local/bin/wkhtmltopdf /usr/bin/wkhtmltopdf
RUN mkdir -p /app/extra-addons && chown odoo /app/extra-addons
RUN useradd -ms /bin/bash odoo
USER odoo
RUN mkdir -p /home/odoo/extra-addons
WORKDIR /home/odoo
RUN git clone https://github.com/coopiteasy/OCB.git /home/odoo/odoo -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/addons.git /home/odoo/addons -b 12.0 --depth 1 && \
git clone https://github.com/beescoop/Obeesdoo.git /home/odoo/obeesdoo -b 12.0 --depth 1 && \
git clone https://github.com/OCA/partner-contact.git /home/odoo/partner-contact -b 12.0 --depth 1 && \
# git clone https://github.com/coopiteasy/procurement-addons.git /home/odoo/procurement-addons -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/vertical-cooperative.git /home/odoo/vertical-cooperative -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/account-financial-reporting.git /home/odoo/account-financial-reporting -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/account-financial-tools.git /home/odoo/account-financial-tools -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/bank-payment.git /home/odoo/bank-payment -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/l10n-belgium.git /home/odoo/l10n-belgium -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/mis-builder.git /home/odoo/mis-builder -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/pos.git /home/odoo/pos -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/reporting-engine.git /home/odoo/reporting-engine -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/server-tools.git /home/odoo/server-tools -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/web.git /home/odoo/web -b 12.0 --depth 1 && \
git clone https://github.com/coopiteasy/website.git /home/odoo/website -b 12.0 --depth 1 && \
echo "That's all folks!"
RUN git clone https://github.com/beescoop/Obeesdoo.git /app/extra-addons/obeesdoo -b 9.0 --depth 1 && \
git clone https://github.com/coopiteasy/vertical-cooperative.git /app/extra-addons/vertical-cooperative -b 9.0 --depth 1 && \
git clone https://github.com/coopiteasy/addons.git /app/extra-addons/houssine-addons -b 9.0 --depth 1 && \
git clone https://github.com/coopiteasy/procurement-addons /app/extra-addons/procurement-addons -b 9.0 --depth 1 && \
git clone https://www.github.com/OCA/l10n-belgium /app/extra-addons/l10n-belgium -b 9.0 --depth 1 && \
git clone https://www.github.com/OCA/mis-builder /app/extra-addons/mis-builder -b 9.0 --depth 1 && \
git clone https://www.github.com/OCA/web /app/extra-addons/web -b 9.0 --depth 1 && \
git clone https://github.com/OCA/server-tools /app/extra-addons/server-tools -b 9.0 --depth 1 && \
git clone https://github.com/OCA/reporting-engine /app/extra-addons/reporting-engine -b 9.0 --depth 1
USER root
# RUN pip4 install --upgrade pip
# adding dependencies here so that we don't have to rebuild the previous steps if it changes.
# python3 c header files
# pillow dependencies
# more pillow dependencies
# python3-lxml
# python3-ldap
RUN apt-get install -y python3-dev \
libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev \
libwebp-dev tcl8.6-dev tk8.6-dev \
libxml2-dev libxslt1-dev \
libsasl2-dev libldap2-dev libssl-dev
RUN pip install --upgrade setuptools enum
RUN pip install -r /app/extra-addons/reporting-engine/requirements.txt
RUN pip install -r /app/extra-addons/server-tools/requirements.txt
RUN pip install -r /app/extra-addons/obeesdoo/requirements.txt
USER odoo
# Installing in user space because system-libraries cannot be uninstalled and conflict.
# Simpler than creating a virtualenv
RUN sed -i '/psycopg2/d' /home/odoo/odoo/requirements.txt && \
sed -i '/python3-ldap/d' /home/odoo/odoo/requirements.txt && \
sed -i '/xlwt/d' /home/odoo/odoo/requirements.txt && \
sed -i '/xlrd/d' /home/odoo/odoo/requirements.txt && \
pip3 install --user -r /home/odoo/odoo/requirements.txt \
-r /home/odoo/reporting-engine/requirements.txt \
-r /home/odoo/server-tools/requirements.txt
WORKDIR /home/odoo/odoo
CMD python3 odoo.py
# COPY example_odoo.conf /etc/odoo/openerp-server.conf

53
README.md

@ -1,24 +1,11 @@
# Obeesdoo
Specific module for the Beescoop
## Migration to 12.0
**Do not migrate the following modules**:
- `admin_technical_features`
- `base_technical_features`
- `beesdoo_coda`
- `beesdoo_crelan_csv` vérifier s'il n'existe pas dans l'oca.
- `mass_editing`
- `pos_price_to_weigth` Attention il y a eu des modification de Houssine.
- `web_environment_ribbon`
## Install odoo
- cf. [install-odoo-linux-server.md](install-odoo-linux-server.md) (review)
- cf. [install-odoo-linux.md](install-odoo.md) (review)
- cf. [install-odoo-mac.md](install-odoo-mac.md)
- cf. [install-odoo-docker.md](install-odoo-docker.md)
## Setup obeesdoo
@ -26,28 +13,25 @@ Specific module for the Beescoop
```
$ cd projects
$ git clone https://github.com/beescoop/Obeesdoo.git obeesdoo -b 12.0 --depth 1
$ git clone https://github.com/coopiteasy/vertical-cooperative.git vertical-cooperative -b 12.0 --depth 1
$ git clone https://github.com/coopiteasy/addons.git addons -b 12.0 --depth 1
$ git clone https://github.com/OCA/partner-contact.git partner-contact -b 12.0 --depth 1
# $ git clone https://github.com/coopiteasy/procurement-addons procurement-addons -b 12.0 --depth 1
$ git clone https://github.com/OCA/l10n-belgium -b 12.0 --depth 1
$ git clone https://github.com/OCA/mis-builder -b 12.0 --depth 1
$ git clone https://github.com/OCA/account-financial-tools -b 12.0 --depth 1
$ git clone https://github.com/OCA/account-financial-reporting -b 12.0 --depth 1
$ git clone https://github.com/OCA/web -b 12.0 --depth 1
$ git clone https://github.com/OCA/website -b 12.0 --depth 1
$ git clone https://github.com/OCA/server-tools -b 12.0 --depth 1
$ git clone https://github.com/OCA/reporting-engine -b 12.0 --depth 1
$ git clone https://github.com/OCA/bank-payment.git -b 12.0 --depth 1
$ git clone https://github.com/OCA/pos.git -b 12.0 --depth 1
$ git clone https://github.com/beescoop/Obeesdoo.git obeesdoo -b 9.0 --depth 1
$ git clone https://github.com/coopiteasy/vertical-cooperative.git vertical-cooperative -b 9.0 --depth 1
$ git clone https://github.com/coopiteasy/addons.git addons -b 9.0 --depth 1
$ git clone https://github.com/coopiteasy/procurement-addons procurement-addons -b 9.0 --depth 1
$ git clone https://www.github.com/OCA/l10n-belgium -b 9.0 --depth 1
$ git clone https://www.github.com/OCA/mis-builder -b 9.0 --depth 1
$ git clone https://www.github.com/OCA/account-financial-tools -b 9.0 --depth 1
$ git clone https://www.github.com/OCA/account-financial-reporting -b 9.0 --depth 1
$ git clone https://www.github.com/OCA/web -b 9.0 --depth 1
$ git clone https://www.github.com/OCA/website -b 9.0 --depth 1
$ git clone https://github.com/OCA/server-tools -b 9.0 --depth 1
$ git clone https://github.com/OCA/reporting-engine -b 9.0 --depth 1
```
todo: setup git submodules
##### 2) install wkhtmltopdf
Download and install [wkhtmltopdf version 0.12.5](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.5)
Download and install [wkhtmltopdf version 0.12.1](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.1)
##### 3) set up the database and import production data.
@ -59,7 +43,7 @@ $ gunzip <dump-file>.sql.gz
$ psql beescoop < <dump-file>.sql
```
##### 4) deactivate cron jobs and mails
##### 4) deactivate cron jobs and mails
```
$ psql -d beescoop -c "UPDATE ir_cron SET active='f' WHERE active='t';"
@ -88,18 +72,15 @@ addons_path=addons,openerp/addons,
$ODOO_HOME/obeesdoo,
$ODOO_HOME/vertical-cooperative,
$ODOO_HOME/addons,
$ODOO_HOME/partner-contact,
# $ODOO_HOME/procurement-addons,
$ODOO_HOME/procurement-addons,
$ODOO_HOME/l10n-belgium,
$ODOO_HOME/mis-builder,
$ODOO_HOME/web,
$ODOO_HOME/website,
$ODOO_HOME/server-tools,
$ODOO_HOME/account-financial-reporting,
$ODOO_HOME/reporting-engine,
$ODOO_HOME/account-financial-tools,
$ODOO_HOME/bank-payment,
$ODOO_HOME/pos,
$ODOO_HOME/reporting-engine
$ODOO_HOME/acconut-financial-reporting
```
##### 6) update database structure

44
admin_technical_features/README.rst

@ -0,0 +1,44 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
Admin Technical Features
========================
Checks the technical features box for administrator user.
.. image:: /admin_technical_features/static/admin_technical_features.png
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
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20admin_technical_features%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Contributors
------------
* Bruno Joliveau <bruno.joliveau@savoirfairelinux.com>
* Sandy Carter <sandy.carter@savoirfairelinux.com>
* Jordi Riera<jordi.riera@savoirfairelinux.com>
Maintainer
----------
.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://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 http://odoo-community.org.

21
admin_technical_features/__init__.py

@ -0,0 +1,21 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright (C) 2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

42
admin_technical_features/__openerp__.py

@ -0,0 +1,42 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright (C) 2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Admin Technical Features',
'version': '9.0.0.1.0',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',
'category': 'Administration',
'summary': 'Checks the technical features box for admin user.',
'depends': ['base_import'],
'external_dependencies': {
'python': [],
},
'data': [
'res_groups.xml',
],
'demo': [],
'test': [],
'installable': True,
}

8
admin_technical_features/res_groups.xml

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<record id="base.group_no_one" model="res.groups">
<field name="users" eval="[(4, ref('base.user_root'))]"/>
</record>
</data>
</openerp>

BIN
admin_technical_features/static/admin_technical_features.png

After

Width: 1012  |  Height: 254  |  Size: 18 KiB

BIN
admin_technical_features/static/description/icon.png

After

Width: 128  |  Height: 128  |  Size: 16 KiB

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.

0
beesdoo_pos_reporting/__init__.py → base_technical_features/__init__.py

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>

68
beesdoo_account/README.rst

@ -1,68 +0,0 @@
========================
Beescoop Account Module
========================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-beescoop%2Fobeesdoo-lightgray.png?logo=github
:target: https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_account
:alt: beescoop/obeesdoo
|badge1| |badge2| |badge3|
Module that customize account module for Beescoop.
**Table of contents**
.. contents::
:local:
Configuration
=============
The setting *Validate an invoice with a negative total amount* needs to be checked.
This can be done in these following ways:
* on the Access Rights (Technical Settings) of the user (Validate an invoice with a negative total amount)
* on the Invoicing Settings inside of the section `Invoices` (Allow validating an invoice with a negative total amount)
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/beescoop/obeesdoo/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/beescoop/obeesdoo/issues/new?body=module:%20beesdoo_account%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Beescoop - Cellule IT
* Coop IT Easy SCRLfs
Contributors
~~~~~~~~~~~~
* Beescoop - Cellule IT
* Coop IT Easy SCRLfs
Maintainers
~~~~~~~~~~~
This module is part of the `beescoop/obeesdoo <https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_account>`_ project on GitHub.
You are welcome to contribute.

3
beesdoo_account/__init__.py

@ -1 +1,2 @@
from . import models
# -*- coding: utf-8 -*-
import models

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save