Compare commits

...

No commits in common. '12.0' and '14.0' have entirely different histories.
12.0 ... 14.0

  1. 23
      .copier-answers.yml
  2. 4
      .editorconfig
  3. 187
      .eslintrc.yml
  4. 12
      .flake8
  5. 35
      .github/workflows/pre-commit.yml
  6. 69
      .github/workflows/stale.yml
  7. 69
      .github/workflows/test.yml
  8. 20
      .gitignore
  9. 13
      .isort.cfg
  10. 138
      .pre-commit-config.yaml
  11. 8
      .prettierrc.yml
  12. 90
      .pylintrc
  13. 65
      .pylintrc-mandatory
  14. 45
      .travis.yml
  15. 12
      LICENSE
  16. 116
      README.md
  17. 10
      animal/README.rst
  18. 2
      animal/__init__.py
  19. 3
      animal/__manifest__.py
  20. 2
      animal/data/ir.module.category.csv
  21. 103
      animal/i18n/animal.pot
  22. 202
      animal/i18n/es.po
  23. 607
      animal/i18n/fr.po
  24. 605
      animal/i18n/fr_FR.po
  25. 607
      animal/i18n/it.po
  26. 2
      animal/models/__init__.py
  27. 2
      animal/models/animal_breed.py
  28. 2
      animal/models/animal_species.py
  29. 2
      animal/security/ir.model.access.csv
  30. 7
      animal/security/res_groups.xml
  31. 6
      animal/static/description/index.html
  32. 323
      animal/views/animal.xml
  33. 25
      animal/views/animal_breed.xml
  34. 21
      animal/views/animal_color.xml
  35. 23
      animal/views/animal_species.xml
  36. 77
      animal/views/menu.xml
  37. 10
      animal_owner/README.rst
  38. 2
      animal_owner/__init__.py
  39. 5
      animal_owner/__manifest__.py
  40. 25
      animal_owner/i18n/animal_owner.pot
  41. 20
      animal_owner/i18n/es.po
  42. 68
      animal_owner/i18n/fr.po
  43. 2
      animal_owner/models/__init__.py
  44. 4
      animal_owner/models/animal.py
  45. 6
      animal_owner/models/res_partner.py
  46. 6
      animal_owner/static/description/index.html
  47. 28
      animal_owner/views/animal.xml
  48. 19
      animal_owner/views/res_partner.xml
  49. 11
      base_country_state_translatable/README.rst
  50. 14
      base_country_state_translatable/__manifest__.py
  51. 25
      base_country_state_translatable/i18n/base_country_state_translatable.pot
  52. 11
      base_country_state_translatable/i18n/es.po
  53. 2
      base_country_state_translatable/models/res_country.py
  54. 1
      base_country_state_translatable/readme/CONTRIBUTORS.rst
  55. 7
      base_country_state_translatable/static/description/index.html
  56. 10
      base_location/README.rst
  57. 51
      base_location/__manifest__.py
  58. 12
      base_location/demo/res_city_zip.xml
  59. 42
      base_location/i18n/am.po
  60. 42
      base_location/i18n/ar.po
  61. 64
      base_location/i18n/base_location.pot
  62. 42
      base_location/i18n/bg.po
  63. 42
      base_location/i18n/bs.po
  64. 107
      base_location/i18n/ca.po
  65. 42
      base_location/i18n/cs.po
  66. 45
      base_location/i18n/da.po
  67. 45
      base_location/i18n/de.po
  68. 42
      base_location/i18n/el_GR.po
  69. 42
      base_location/i18n/en_GB.po
  70. 82
      base_location/i18n/es.po
  71. 110
      base_location/i18n/es_AR.po
  72. 42
      base_location/i18n/es_CL.po
  73. 42
      base_location/i18n/es_CO.po
  74. 42
      base_location/i18n/es_CR.po
  75. 42
      base_location/i18n/es_DO.po
  76. 42
      base_location/i18n/es_EC.po
  77. 212
      base_location/i18n/es_ES.po
  78. 42
      base_location/i18n/es_MX.po
  79. 42
      base_location/i18n/es_PE.po
  80. 42
      base_location/i18n/es_PY.po
  81. 42
      base_location/i18n/es_VE.po
  82. 42
      base_location/i18n/et.po
  83. 42
      base_location/i18n/eu.po
  84. 42
      base_location/i18n/fa.po
  85. 45
      base_location/i18n/fi.po
  86. 98
      base_location/i18n/fr.po
  87. 42
      base_location/i18n/fr_CA.po
  88. 42
      base_location/i18n/fr_CH.po
  89. 42
      base_location/i18n/gl.po
  90. 42
      base_location/i18n/gl_ES.po
  91. 42
      base_location/i18n/he.po
  92. 71
      base_location/i18n/hr.po
  93. 45
      base_location/i18n/hr_HR.po
  94. 42
      base_location/i18n/hu.po
  95. 42
      base_location/i18n/id.po
  96. 58
      base_location/i18n/it.po
  97. 42
      base_location/i18n/ja.po
  98. 42
      base_location/i18n/ko.po
  99. 42
      base_location/i18n/lt.po
  100. 42
      base_location/i18n/lt_LT.po

23
.copier-answers.yml

@ -0,0 +1,23 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.12.0
_src_path: gh:oca/oca-addons-repo-template
ci: GitHub
dependency_installation_mode: PIP
generate_requirements_txt: true
github_check_license: true
github_enable_codecov: true
github_enable_makepot: true
github_enable_stale_action: true
github_enforce_dev_status_compatibility: true
include_wkhtmltopdf: true
odoo_version: 14.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
repo_description: This repository is for all functionality around partners.
repo_name: All functionalities around partners.
repo_slug: partner-contact
repo_website: https://github.com/OCA/partner-contact
travis_apt_packages: []
travis_apt_sources: []

4
.editorconfig

@ -7,11 +7,11 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[.eslintrc,*.{json,yml,yaml,rst,md}]
[*.{json,yml,yaml,rst,md}]
indent_size = 2
# Do not configure editor for libs and autogenerated content
[*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst]
[{*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst}]
charset = unset
end_of_line = unset
indent_size = unset

187
.eslintrc.yml

@ -0,0 +1,187 @@
env:
browser: true
es6: true
# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
parserOptions:
ecmaVersion: 2019
overrides:
- files:
- "**/*.esm.js"
parserOptions:
sourceType: module
# Globals available in Odoo that shouldn't produce errorings
globals:
_: readonly
$: readonly
fuzzy: readonly
jQuery: readonly
moment: readonly
odoo: readonly
openerp: readonly
owl: readonly
# Styling is handled by Prettier, so we only need to enable AST rules;
# see https://github.com/OCA/maintainer-quality-tools/pull/618#issuecomment-558576890
rules:
accessor-pairs: warn
array-callback-return: warn
callback-return: warn
capitalized-comments:
- warn
- always
- ignoreConsecutiveComments: true
ignoreInlineComments: true
complexity:
- warn
- 15
constructor-super: warn
dot-notation: warn
eqeqeq: warn
global-require: warn
handle-callback-err: warn
id-blacklist: warn
id-match: warn
init-declarations: error
max-depth: warn
max-nested-callbacks: warn
max-statements-per-line: warn
no-alert: warn
no-array-constructor: warn
no-caller: warn
no-case-declarations: warn
no-class-assign: warn
no-cond-assign: error
no-const-assign: error
no-constant-condition: warn
no-control-regex: warn
no-debugger: error
no-delete-var: warn
no-div-regex: warn
no-dupe-args: error
no-dupe-class-members: error
no-dupe-keys: error
no-duplicate-case: error
no-duplicate-imports: error
no-else-return: warn
no-empty-character-class: warn
no-empty-function: error
no-empty-pattern: error
no-empty: warn
no-eq-null: error
no-eval: error
no-ex-assign: error
no-extend-native: warn
no-extra-bind: warn
no-extra-boolean-cast: warn
no-extra-label: warn
no-fallthrough: warn
no-func-assign: error
no-global-assign: error
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-irregular-whitespace: warn
no-iterator: warn
no-label-var: warn
no-labels: warn
no-lone-blocks: warn
no-lonely-if: error
no-mixed-requires: error
no-multi-str: warn
no-native-reassign: error
no-negated-condition: warn
no-negated-in-lhs: error
no-new-func: warn
no-new-object: warn
no-new-require: warn
no-new-symbol: warn
no-new-wrappers: warn
no-new: warn
no-obj-calls: warn
no-octal-escape: warn
no-octal: warn
no-param-reassign: warn
no-path-concat: warn
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: error
no-script-url: warn
no-self-assign: warn
no-self-compare: warn
no-sequences: warn
no-shadow-restricted-names: warn
no-shadow: warn
no-sparse-arrays: warn
no-sync: warn
no-this-before-super: warn
no-throw-literal: warn
no-undef-init: warn
no-undef: error
no-unmodified-loop-condition: warn
no-unneeded-ternary: error
no-unreachable: error
no-unsafe-finally: error
no-unused-expressions: error
no-unused-labels: error
no-unused-vars: error
no-use-before-define: error
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-with: warn
operator-assignment: [error, always]
prefer-const: warn
radix: warn
require-yield: warn
sort-imports: warn
spaced-comment: [error, always]
strict: [error, function]
use-isnan: error
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
yoda: warn

12
.flake8

@ -0,0 +1,12 @@
[flake8]
max-line-length = 88
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
per-file-ignores=
__init__.py:F401

35
.github/workflows/pre-commit.yml

@ -0,0 +1,35 @@
name: pre-commit
on:
pull_request:
branches:
- "14.0*"
push:
branches:
- "14.0"
- "14.0-ocabot-*"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files --show-diff-on-failure --color=always
- name: Check that all files generated by pre-commit are in git
run: |
newfiles="$(git ls-files --others --exclude-from=.gitignore)"
if [ "$newfiles" != "" ] ; then
echo "Please check-in the following files:"
echo "$newfiles"
exit 1
fi

69
.github/workflows/stale.yml

@ -0,0 +1,69 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 12 * * 0"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Stale PRs and issues policy
uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# General settings.
ascending: true
remove-stale-when-updated: true
# Pull Requests settings.
# 120+30 day stale policy for PRs
# * Except PRs marked as "no stale"
days-before-pr-stale: 120
days-before-pr-close: 30
exempt-pr-labels: "no stale"
stale-pr-label: "stale"
stale-pr-message: >
There hasn't been any activity on this pull request in the past 4 months, so
it has been marked as stale and it will be closed automatically if no
further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply
the "no stale" label.
# Issues settings.
# 180+30 day stale policy for open issues
# * Except Issues marked as "no stale"
days-before-issue-stale: 180
days-before-issue-close: 30
exempt-issue-labels: "no stale,needs more information"
stale-issue-label: "stale"
stale-issue-message: >
There hasn't been any activity on this issue in the past 6 months, so it has
been marked as stale and it will be closed automatically if no further
activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to
apply the "no stale" label.
# 15+30 day stale policy for issues pending more information
# * Issues that are pending more information
# * Except Issues marked as "no stale"
- name: Needs more information stale issues policy
uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ascending: true
only-labels: "needs more information"
exempt-issue-labels: "no stale"
days-before-stale: 15
days-before-close: 30
days-before-pr-stale: -1
days-before-pr-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
stale-issue-message: >
This issue needs more information and there hasn't been any activity
recently, so it has been marked as stale and it will be closed automatically
if no further activity occurs in the next 30 days.
If you think this is a mistake, please ask a PSC member to remove the "needs
more information" label.

69
.github/workflows/test.yml

@ -0,0 +1,69 @@
name: tests
on:
pull_request:
branches:
- "14.0*"
push:
branches:
- "14.0"
- "14.0-ocabot-*"
jobs:
unreleased-deps:
runs-on: ubuntu-latest
name: Detect unreleased dependencies
steps:
- uses: actions/checkout@v2
- run: |
for reqfile in requirements.txt test-requirements.txt ; do
if [ -f ${reqfile} ] ; then
result=0
# reject non-comment lines that contain a / (i.e. URLs, relative paths)
grep "^[^#].*/" ${reqfile} || result=$?
if [ $result -eq 0 ] ; then
echo "Unreleased dependencies found in ${reqfile}."
exit 1
fi
fi
done
test:
runs-on: ubuntu-latest
container: ${{ matrix.container }}
name: ${{ matrix.name }}
strategy:
fail-fast: false
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
name: test with OCB
services:
postgres:
image: postgres:9.6
env:
POSTGRES_USER: odoo
POSTGRES_PASSWORD: odoo
POSTGRES_DB: odoo
ports:
- 5432:5432
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install addons and dependencies
run: oca_install_addons
- name: Check licenses
run: manifestoo -d . check-licenses
- name: Check development status
run: manifestoo -d . check-dev-status --default-dev-status=Beta
- name: Initialize test db
run: oca_init_test_database
- name: Run tests
run: oca_run_tests
- uses: codecov/codecov-action@v1
- name: Update .pot files
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OCA' }}

20
.gitignore

@ -1,6 +1,8 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
/.venv
/.pytest_cache
# C extensions
*.so
@ -13,7 +15,6 @@ build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
@ -41,6 +42,19 @@ coverage.xml
# Pycharm
.idea
# Eclipse
.settings
# Visual Studio cache/options directory
.vs/
.vscode
# OSX Files
.DS_Store
# Django stuff:
*.log
# Mr Developer
.mr.developer.cfg
.project
@ -56,5 +70,5 @@ docs/_build/
*~
*.swp
# OSX Files
*.DS_Store
# OCA rules
!static/lib/

13
.isort.cfg

@ -0,0 +1,13 @@
[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=88
known_odoo=odoo
known_odoo_addons=odoo.addons
sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
default_section=THIRDPARTY
ensure_newline_before_comments = True

138
.pre-commit-config.yaml

@ -0,0 +1,138 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
# We don't want to mess with tool-generated files
.svg$|/tests/([^/]+/)?cassettes/|^.copier-answers.yml$|^.github/|
# Maybe reactivate this when all README files include prettier ignore tags?
^README\.md$|
# Library files can have extraneous formatting (even minimized)
/static/(src/)?lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
python: python3
node: "14.13.0"
repos:
- repo: local
hooks:
# These files are most likely copier diff rejection junks; if found,
# review them manually, fix the problem (if needed) and remove them
- id: forbidden-files
name: forbidden files
entry: found forbidden files; remove them
language: fail
files: "\\.rej$"
- id: en-po-files
name: en.po files cannot exist
entry: found a en.po file
language: fail
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
- repo: https://github.com/oca/maintainer-tools
rev: ab1d7f6
hooks:
# update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons
- id: oca-fix-manifest-website
args: ["https://github.com/OCA/partner-contact"]
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
- id: autoflake
args:
- --expand-star-imports
- --ignore-init-module-imports
- --in-place
- --remove-all-unused-imports
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.1.2
hooks:
- id: prettier
name: prettier (with plugin-xml)
additional_dependencies:
- "prettier@2.1.2"
- "@prettier/plugin-xml@0.12.0"
args:
- --plugin=@prettier/plugin-xml
files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.8.1
hooks:
- id: eslint
verbose: true
args:
- --color
- --fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.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: fix-encoding-pragma
args: ["--remove"]
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-merge-conflict
# exclude files where underlines are not distinguishable from merge conflicts
exclude: /README\.rst$|^docs/.*\.rst$
- id: check-symlinks
- id: check-xml
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: ["--keep-percent-format"]
- repo: https://github.com/PyCQA/isort
rev: 5.5.1
hooks:
- id: isort
name: isort except __init__.py
args:
- --settings=.
exclude: /__init__\.py$
- repo: https://github.com/acsone/setuptools-odoo
rev: 3.1.8
hooks:
- id: setuptools-odoo-make-default
- id: setuptools-odoo-get-requirements
args:
- --output
- requirements.txt
- --header
- "# generated from manifests external_dependencies"
- repo: https://github.com/PyCQA/flake8
rev: 3.8.3
hooks:
- id: flake8
name: flake8
additional_dependencies: ["flake8-bugbear==20.1.4"]
- repo: https://github.com/OCA/pylint-odoo
rev: 7.0.2
hooks:
- id: pylint_odoo
name: pylint with optional checks
args:
- --rcfile=.pylintrc
- --exit-zero
verbose: true
- id: pylint_odoo
args:
- --rcfile=.pylintrc-mandatory

8
.prettierrc.yml

@ -0,0 +1,8 @@
# Defaults for all prettier-supported languages.
# Prettier will complete this with settings from .editorconfig file.
bracketSpacing: false
printWidth: 88
proseWrap: always
semi: true
trailingComma: "es5"
xmlWhitespaceSensitivity: "strict"

90
.pylintrc

@ -0,0 +1,90 @@
[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=Odoo Community Association (OCA)
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=14.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,
development-status-allowed,
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-author,
manifest-required-key,
manifest-version-format,
method-compute,
method-inverse,
method-required-super,
method-search,
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-manifest-dependency,
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

65
.pylintrc-mandatory

@ -0,0 +1,65 @@
[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=Odoo Community Association (OCA)
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=14.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,
development-status-allowed,
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-author,
manifest-required-key,
manifest-version-format,
method-compute,
method-inverse,
method-required-super,
method-search,
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

45
.travis.yml

@ -1,45 +0,0 @@
sudo: false
cache: pip
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
language: python
python:
- "3.5"
stages:
- linting
- test
jobs:
include:
- stage: linting
env:
- LINT_CHECK="1"
- stage: test
env:
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
- stage: test
env:
- TESTS="1" ODOO_REPO="OCA/OCB"
env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
script:
- travis_run_tests
after_success:
- travis_after_tests_success

12
LICENSE

@ -1,7 +1,7 @@
GNU AFFERO GENERAL PUBLIC LICENSE
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@ -633,8 +633,8 @@ the "copyright" line and a pointer to where the full notice is found.
Copyright (C) <year> <name of author>
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
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,
@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
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/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
@ -658,4 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.

116
README.md

@ -1,29 +1,107 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/134/12.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-partner-contact-134)
[![Build Status](https://travis-ci.org/OCA/partner-contact.svg?branch=12.0)](https://travis-ci.org/OCA/partner-contact)
[![Coverage Status](https://coveralls.io/repos/OCA/partner-contact/badge.svg?branch=12.0)](https://coveralls.io/r/OCA/partner-contact?branch=12.0)
OCA partner and contact management modules for Odoo
===================================================
[![Runboat](https://img.shields.io/badge/runboat-Try%20me-875A7B.png)](https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=14.0)
[![Pre-commit Status](https://github.com/OCA/partner-contact/actions/workflows/pre-commit.yml/badge.svg?branch=14.0)](https://github.com/OCA/partner-contact/actions/workflows/pre-commit.yml?query=branch%3A14.0)
[![Build Status](https://github.com/OCA/partner-contact/actions/workflows/test.yml/badge.svg?branch=14.0)](https://github.com/OCA/partner-contact/actions/workflows/test.yml?query=branch%3A14.0)
[![codecov](https://codecov.io/gh/OCA/partner-contact/branch/14.0/graph/badge.svg)](https://codecov.io/gh/OCA/partner-contact)
[![Translation Status](https://translation.odoo-community.org/widgets/partner-contact-14-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/partner-contact-14-0/?utm_source=widget)
This project is meant to gather all community extensions about partner and contact management for Odoo.
<!-- /!\ do not modify above this line -->
Here you should find community modules that:
# All functionalities around partners.
* Enable isolated contact management.
* Add first name, birth name, street number and other extensions for the partners.
* Manage cities and post codes.
* Etc.
This repository is for all functionality around partners.
<!-- /!\ do not modify below this line -->
<!-- prettier-ignore-start -->
Translation Status
------------------
[![Transifex Status](https://www.transifex.com/projects/p/OCA-partner-contact-12-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-partner-contact-12-0)
[//]: # (addons)
----
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[animal](animal/) | 14.0.1.2.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Manage animals information
[animal_owner](animal_owner/) | 14.0.1.2.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Add owner to the animal
[base_country_state_translatable](base_country_state_translatable/) | 14.0.1.0.1 | | Translate Country States
[base_location](base_location/) | 14.0.1.2.4 | | Enhanced zip/npa management system
[base_location_geonames_import](base_location_geonames_import/) | 14.0.1.0.2 | | Import zip entries from Geonames
[base_location_nuts](base_location_nuts/) | 14.0.1.0.2 | | NUTS Regions
[base_partner_sequence](base_partner_sequence/) | 14.0.1.0.1 | | Sets customer's code from a sequence
[partner_address_street3](partner_address_street3/) | 14.0.1.0.0 | | Add a third address line on partners
[partner_address_version](partner_address_version/) | 14.0.1.0.0 | | Partner Address Version
[partner_affiliate](partner_affiliate/) | 14.0.1.0.1 | | Partner Affiliates
[partner_bank_code](partner_bank_code/) | 14.0.1.1.0 | | Add fields information in banks
[partner_capital](partner_capital/) | 14.0.1.0.0 | | Partners Capital
[partner_category_security](partner_category_security/) | 14.0.1.0.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Partner category security
[partner_category_security_crm](partner_category_security_crm/) | 14.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Partner category security (crm extension)
[partner_coc](partner_coc/) | 14.0.1.0.1 | [![bosd](https://github.com/bosd.png?size=30px)](https://github.com/bosd) | Adds field 'Chamber Of Commerce Registration Number'
[partner_company_group](partner_company_group/) | 14.0.1.1.0 | | Adds the possibility to add a company group to a company
[partner_company_type](partner_company_type/) | 14.0.1.0.1 | | Adds a company type to partner that are companies
[partner_contact_access_link](partner_contact_access_link/) | 14.0.1.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Allow to visit the full contact form from a company
[partner_contact_address_default](partner_contact_address_default/) | 14.0.1.1.0 | | Set a default delivery and invoice address for contacts
[partner_contact_age_range](partner_contact_age_range/) | 14.0.1.0.1 | | Age Range for Contact's
[partner_contact_birthdate](partner_contact_birthdate/) | 14.0.1.0.0 | | Contact's birthdate
[partner_contact_birthplace](partner_contact_birthplace/) | 14.0.1.0.0 | | This module allows to define a birthplace for partners.
[partner_contact_department](partner_contact_department/) | 14.0.1.0.1 | | Assign contacts to departments
[partner_contact_gender](partner_contact_gender/) | 14.0.1.0.1 | | Add gender field to contacts
[partner_contact_in_several_companies](partner_contact_in_several_companies/) | 14.0.1.1.1 | | Allow to have one contact in several partners
[partner_contact_job_position](partner_contact_job_position/) | 14.0.1.0.0 | | Categorize job positions for contacts
[partner_contact_lang](partner_contact_lang/) | 14.0.1.0.0 | | Manage language in contacts
[partner_contact_nationality](partner_contact_nationality/) | 14.0.1.0.1 | | Add nationality field to contacts
[partner_contact_personal_information_page](partner_contact_personal_information_page/) | 14.0.1.0.0 | | Add a page to contacts form to put personal information
[partner_create_format_phone](partner_create_format_phone/) | 14.0.1.0.0 | | Auto mobile number format for Partner
[partner_data_vies_populator](partner_data_vies_populator/) | 14.0.1.0.1 | | Using VIES webservice, name and address information will be fetched and added to the partner.
[partner_deduplicate_acl](partner_deduplicate_acl/) | 14.0.1.0.0 | | Contact deduplication with fine-grained permission control
[partner_deduplicate_by_ref](partner_deduplicate_by_ref/) | 14.0.1.0.0 | | Deduplicate Contacts by reference
[partner_deduplicate_by_website](partner_deduplicate_by_website/) | 14.0.1.0.0 | | Deduplicate Contacts by Website
[partner_deduplicate_filter](partner_deduplicate_filter/) | 14.0.1.0.0 | | Exclude records from the deduplication
[partner_disable_gravatar](partner_disable_gravatar/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Disable automatic connection to gravatar.com
[partner_email_check](partner_email_check/) | 14.0.1.1.1 | | Validate email address field
[partner_email_duplicate_warn](partner_email_duplicate_warn/) | 14.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Warning banner on partner form if another partner has the same email
[partner_employee_quantity](partner_employee_quantity/) | 14.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Know how many employees a partner has
[partner_external_map](partner_external_map/) | 14.0.1.0.0 | | Add Map and Map Routing buttons on partner form to open GMaps, OSM, Bing and others
[partner_fax](partner_fax/) | 14.0.1.0.0 | | Add fax number on partner
[partner_firstname](partner_firstname/) | 14.0.1.1.0 | | Split first name and last name for non company partners
[partner_helper](partner_helper/) | 14.0.1.0.0 | | Add specific helper methods
[partner_identification](partner_identification/) | 14.0.1.3.0 | | Partner Identification Numbers
[partner_identification_gln](partner_identification_gln/) | 14.0.1.0.1 | | This addon extends "Partner Identification Numbers" to provide a number category for GLN registration
[partner_identification_notification](partner_identification_notification/) | 14.0.1.0.0 | | Partner Identification Notification
[partner_identification_unique_by_category](partner_identification_unique_by_category/) | 14.0.1.0.1 | | Partner Identification Numbers Unique By Category
[partner_industry_secondary](partner_industry_secondary/) | 14.0.1.0.0 | | Add secondary partner industries
[partner_iterative_archive](partner_iterative_archive/) | 14.0.1.0.1 | | Archive all contacts when parent is archived
[partner_label](partner_label/) | 14.0.1.0.1 | | Print partner labels
[partner_manual_rank](partner_manual_rank/) | 14.0.1.0.0 | | Be able to manually flag partners as customer or supplier.
[partner_mobile_duplicate_warn](partner_mobile_duplicate_warn/) | 14.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Warning banner on partner form if another partner has the same mobile
[partner_mobile_unique](partner_mobile_unique/) | 14.0.1.0.0 | [![AshishHirapara](https://github.com/AshishHirapara.png?size=30px)](https://github.com/AshishHirapara) | Restriction on partner creation if another partner has the same mobile
[partner_multi_relation](partner_multi_relation/) | 14.0.1.1.0 | | Partner Relations
[partner_phone_extension](partner_phone_extension/) | 14.0.1.0.1 | | Partner Phone Number Extension
[partner_phone_secondary](partner_phone_secondary/) | 14.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Adds a secondary phone number on partners
[partner_phonecall_schedule](partner_phonecall_schedule/) | 14.0.1.0.0 | | Track the time and days your partners expect phone calls
[partner_pricelist_search](partner_pricelist_search/) | 14.0.1.0.2 | | Partner pricelist search
[partner_priority](partner_priority/) | 14.0.1.0.0 | [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) | Adds priority to partners.
[partner_ref_unique](partner_ref_unique/) | 14.0.1.0.0 | | Add an unique constraint to partner ref field
[partner_second_lastname](partner_second_lastname/) | 14.0.1.1.0 | | Have split first and second lastnames
[partner_stage](partner_stage/) | 14.0.2.1.1 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Add lifecycle Stages to Partners
[partner_tier_validation](partner_tier_validation/) | 14.0.3.0.2 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Support a tier validation process for Contacts
[partner_title_order](partner_title_order/) | 14.0.1.0.0 | | Makes partner title sortable by sequence
[partner_tz](partner_tz/) | 14.0.1.0.1 | | Remove partner timezone default value and display on form
[partner_vat_unique](partner_vat_unique/) | 14.0.1.0.1 | | Module to make the VAT number unique for customers and suppliers.
[portal_partner_select_all](portal_partner_select_all/) | 14.0.1.1.0 | | Portal Partner Select All
[//]: # (end addons)
<!-- prettier-ignore-end -->
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.
## Licenses
http://odoo-community.org/
This repository is licensed under [AGPL-3.0](LICENSE).
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.
----
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.

10
animal/README.rst

@ -14,13 +14,13 @@ Animal
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
:target: https://github.com/OCA/partner-contact/tree/12.0/animal
:target: https://github.com/OCA/partner-contact/tree/14.0/animal
:alt: OCA/partner-contact
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-animal
:target: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-animal
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/134/12.0
:target: https://runbot.odoo-community.org/runbot/134/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@ -45,7 +45,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/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/partner-contact/issues/new?body=module:%20animal%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20animal%0Aversion:%2014.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.
@ -85,6 +85,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-max3903|
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/animal>`_ project on GitHub.
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/14.0/animal>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

2
animal/__init__.py

@ -1,3 +1 @@
# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models

3
animal/__manifest__.py

@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Animal",
"version": "12.0.1.0.0",
"version": "14.0.1.2.0",
"license": "AGPL-3",
"summary": "Manage animals information",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
@ -22,7 +22,6 @@
"views/animal.xml",
"views/menu.xml",
],
"demo": [],
"application": True,
"development_status": "Beta",
"maintainers": ["max3903"],

2
animal/data/ir.module.category.csv

@ -1,2 +1,2 @@
id,name,sequence
animal,Animal,30
module_category_animal,Animal,30

103
animal/i18n/animal.pot

@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal
# * animal
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,6 +20,8 @@ msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__active
#: model:ir.model.fields,field_description:animal.field_animal_breed__active
#: model:ir.model.fields,field_description:animal.field_animal_species__active
msgid "Active"
msgstr ""
@ -28,14 +30,24 @@ msgstr ""
msgid "Activities"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_state
msgid "Activity State"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_icon
msgid "Activity Type Icon"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal
#: model:ir.module.category,name:animal.animal
#: model:ir.module.category,name:animal.module_category_animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
msgid "Animal"
msgstr ""
@ -57,12 +69,21 @@ msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal
#: model:ir.ui.menu,name:animal.root
#: model:ir.ui.menu,name:animal.menu_animal
#: model:ir.ui.menu,name:animal.menu_root
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_tree
msgid "Animals"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Archived"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_attachment_count
msgid "Attachment Count"
@ -104,7 +125,7 @@ msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_breed
#: model:ir.model.fields,field_description:animal.field_animal_species__breed_ids
#: model:ir.ui.menu,name:animal.breed
#: model:ir.ui.menu,name:animal.menu_breed
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_tree
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Breeds"
@ -149,12 +170,12 @@ msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_color
#: model:ir.ui.menu,name:animal.color
#: model:ir.ui.menu,name:animal.menu_color
msgid "Colors"
msgstr ""
#. module: animal
#: model:ir.ui.menu,name:animal.config
#: model:ir.ui.menu,name:animal.menu_config
msgid "Configuration"
msgstr ""
@ -175,7 +196,7 @@ msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal
msgid "Create an animal."
msgid "Create an animal"
msgstr ""
#. module: animal
@ -228,7 +249,7 @@ msgid "English Cocker Spaniel"
msgstr ""
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__female
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Female"
msgstr ""
@ -248,6 +269,11 @@ msgstr ""
msgid "Followers (Partners)"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.french_bulldog
msgid "French Bulldog"
@ -280,7 +306,7 @@ msgid "Group By"
msgstr ""
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__hermaphrodite
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Hermaphrodite"
msgstr ""
@ -294,17 +320,24 @@ msgid "ID"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_unread
msgid "If checked new messages require your attention."
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction
#: model:ir.model.fields,help:animal.field_animal__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error
#: model:ir.model.fields,help:animal.field_animal__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
@ -358,7 +391,7 @@ msgid "Main Attachment"
msgstr ""
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__male
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Male"
msgstr ""
@ -378,6 +411,11 @@ msgstr ""
msgid "Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__name
#: model:ir.model.fields,field_description:animal.field_animal_breed__name
@ -388,7 +426,7 @@ msgid "Name"
msgstr ""
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__neutered
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Neutered"
msgstr ""
@ -415,7 +453,7 @@ msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error_counter
msgid "Number of error"
msgid "Number of errors"
msgstr ""
#. module: animal
@ -433,16 +471,6 @@ msgstr ""
msgid "Number of unread messages"
msgstr ""
#. module: animal
#: selection:animal,activity_state:0
msgid "Overdue"
msgstr ""
#. module: animal
#: selection:animal,activity_state:0
msgid "Planned"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.pomeranian
msgid "Pomeranian"
@ -468,6 +496,11 @@ msgstr ""
msgid "Rottweiler"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: animal
#: model:animal.color,name:animal.salt
msgid "Salt and pepper"
@ -479,7 +512,13 @@ msgid "Schnauzer"
msgstr ""
#. module: animal
#: model:ir.ui.menu,name:animal.settings
#: model:ir.model.fields,field_description:animal.field_animal_breed__sequence
#: model:ir.model.fields,field_description:animal.field_animal_species__sequence
msgid "Sequence"
msgstr ""
#. module: animal
#: model:ir.ui.menu,name:animal.menu_settings
msgid "Settings"
msgstr ""
@ -503,7 +542,7 @@ msgstr ""
#: model:ir.model.fields,field_description:animal.field_animal__species_id
#: model:ir.model.fields,field_description:animal.field_animal_breed__species_id
#: model:ir.model.fields,field_description:animal.field_animal_color__species_id
#: model:ir.ui.menu,name:animal.species
#: model:ir.ui.menu,name:animal.menu_species
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_tree
@ -512,7 +551,8 @@ msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_state
msgid "Status based on activities\n"
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
@ -524,8 +564,8 @@ msgid "This field holds the photo of the animal."
msgstr ""
#. module: animal
#: selection:animal,activity_state:0
msgid "Today"
#: model:ir.model.fields,help:animal.field_animal__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: animal
@ -562,4 +602,3 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_tree
msgid "colors"
msgstr ""

202
animal/i18n/es.po

@ -1,20 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal
# * animal
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-10-19 17:08+0000\n"
"Last-Translator: Maxime Chambreuil <mchambreuil@opensourceintegrators.com>\n"
"Language-Team: none\n"
"POT-Creation-Date: 2021-03-09 21:15+0000\n"
"PO-Revision-Date: 2021-07-08 14:48+0000\n"
"Last-Translator: Esteka Digital <social@esteka.com>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"
"X-Generator: Weblate 4.3.2\n"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction
@ -23,6 +24,8 @@ msgstr "Acción requerida"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__active
#: model:ir.model.fields,field_description:animal.field_animal_breed__active
#: model:ir.model.fields,field_description:animal.field_animal_species__active
msgid "Active"
msgstr "Activo"
@ -31,17 +34,27 @@ msgstr "Activo"
msgid "Activities"
msgstr "Actividades"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr "Decoración de excepción de actividad"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_state
msgid "Activity State"
msgstr "Estado de la actividad"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_icon
msgid "Activity Type Icon"
msgstr "Icono de tipo de actividad"
#. module: animal
#: model:ir.model,name:animal.model_animal
#: model:ir.module.category,name:animal.animal
#: model:ir.module.category,name:animal.module_category_animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
msgid "Animal"
msgstr ""
msgstr "Animal"
#. module: animal
#: model:ir.model,name:animal.model_animal_breed
@ -60,16 +73,25 @@ msgstr "Especies"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal
#: model:ir.ui.menu,name:animal.root
#: model:ir.ui.menu,name:animal.menu_animal
#: model:ir.ui.menu,name:animal.menu_root
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_tree
msgid "Animals"
msgstr "Animales"
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Archived"
msgstr "Archivado"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_attachment_count
msgid "Attachment Count"
msgstr "Numero de archivos"
msgstr "Número de archivos"
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_kanban
@ -79,7 +101,7 @@ msgstr "Avatar"
#. module: animal
#: model:animal.breed,name:animal.beagle
msgid "Beagle"
msgstr ""
msgstr "Beagle"
#. module: animal
#: model:animal.species,name:animal.bird
@ -94,7 +116,7 @@ msgstr "Fecha de nacimiento"
#. module: animal
#: model:animal.breed,name:animal.boxer
msgid "Boxer"
msgstr ""
msgstr "Boxer"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__breed_id
@ -107,7 +129,7 @@ msgstr "Raza"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_breed
#: model:ir.model.fields,field_description:animal.field_animal_species__breed_ids
#: model:ir.ui.menu,name:animal.breed
#: model:ir.ui.menu,name:animal.menu_breed
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_tree
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Breeds"
@ -116,12 +138,12 @@ msgstr "Razas"
#. module: animal
#: model:animal.breed,name:animal.bull_terrier
msgid "Bull Terrier"
msgstr ""
msgstr "Bull Terrier"
#. module: animal
#: model:animal.breed,name:animal.bulldog
msgid "Bulldog"
msgstr ""
msgstr "Bulldog"
#. module: animal
#: model:animal.species,name:animal.cat
@ -131,33 +153,33 @@ msgstr "Gato"
#. module: animal
#: model:animal.breed,name:animal.chihuahua
msgid "Chihuahua"
msgstr ""
msgstr "Chihuahua"
#. module: animal
#: model:animal.breed,name:animal.cocker
msgid "Cocker"
msgstr ""
msgstr "Cocker"
#. module: animal
#: model:animal.breed,name:animal.collie
msgid "Collie"
msgstr ""
msgstr "Collie"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__color_id
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Color"
msgstr ""
msgstr "Color"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_color
#: model:ir.ui.menu,name:animal.color
#: model:ir.ui.menu,name:animal.menu_color
msgid "Colors"
msgstr "Colores"
#. module: animal
#: model:ir.ui.menu,name:animal.config
#: model:ir.ui.menu,name:animal.menu_config
msgid "Configuration"
msgstr "Configuración"
@ -178,8 +200,8 @@ msgstr "Crear un especie."
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal
msgid "Create an animal."
msgstr "Crear un animal."
msgid "Create an animal"
msgstr "Crear un animal"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__create_uid
@ -200,12 +222,12 @@ msgstr "Creado el"
#. module: animal
#: model:animal.breed,name:animal.dachshund
msgid "Dachshund"
msgstr ""
msgstr "Dachshund"
#. module: animal
#: model:animal.breed,name:animal.dalmatian
msgid "Dalmatian"
msgstr ""
msgstr "Dálmata"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__display_name
@ -218,7 +240,7 @@ msgstr "Nombre"
#. module: animal
#: model:animal.breed,name:animal.doberman
msgid "Doberman"
msgstr ""
msgstr "Doberman"
#. module: animal
#: model:animal.species,name:animal.dog
@ -228,10 +250,10 @@ msgstr "Perro"
#. module: animal
#: model:animal.breed,name:animal.english_cocker_spaniel
msgid "English Cocker Spaniel"
msgstr ""
msgstr "Cocker Spaniel Inglés"
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__female
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Female"
msgstr "Hembra"
@ -251,10 +273,15 @@ msgstr "Seguidores (Canales)"
msgid "Followers (Partners)"
msgstr "Seguidores (Contactos)"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr "Font awesome icon ej. fa-tasks"
#. module: animal
#: model:animal.breed,name:animal.french_bulldog
msgid "French Bulldog"
msgstr ""
msgstr "Bulldog Francés"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__gender
@ -265,17 +292,17 @@ msgstr "Género"
#. module: animal
#: model:animal.breed,name:animal.german_shepard
msgid "German Shepard"
msgstr ""
msgstr "Pastor Alemán"
#. module: animal
#: model:animal.breed,name:animal.golden_retriever
msgid "Golden Retriever"
msgstr ""
msgstr "Golden Retriever"
#. module: animal
#: model:animal.breed,name:animal.great_dane
msgid "Great Dane"
msgstr ""
msgstr "Gran Danés"
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
@ -283,7 +310,7 @@ msgid "Group By"
msgstr "Agrupar por"
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__hermaphrodite
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Hermaphrodite"
msgstr "Hermafrodita"
@ -297,19 +324,26 @@ msgid "ID"
msgstr "Id"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_unread
msgid "If checked new messages require your attention."
msgstr ""
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_icon
msgid "Icon"
msgstr "Ícono"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr "Ícono para indicar una actividad de excepción."
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction
#: model:ir.model.fields,help:animal.field_animal__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
msgstr "Si está marcado, nuevos mensajes requieren tu atención."
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error
#: model:ir.model.fields,help:animal.field_animal__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
msgstr "Si está marcado, algunos mensajes tienen un error en la entrega."
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__image
@ -324,12 +358,12 @@ msgstr "Es un seguidor"
#. module: animal
#: model:animal.breed,name:animal.jack_russell
msgid "Jack Russell"
msgstr ""
msgstr "Jack Russell"
#. module: animal
#: model:animal.breed,name:animal.labrador
msgid "Labrador"
msgstr ""
msgstr "Labrador"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal____last_update
@ -358,10 +392,10 @@ msgstr "Ultima modificación el"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_main_attachment_id
msgid "Main Attachment"
msgstr ""
msgstr "Adjunto principal"
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__male
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Male"
msgstr "Macho"
@ -374,13 +408,18 @@ msgstr "Gerente"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error
msgid "Message Delivery error"
msgstr "Error de entrega"
msgstr "Error de entrega del mensaje"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_ids
msgid "Messages"
msgstr "Mensajes"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr "Fecha límite de Mi Actividad"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__name
#: model:ir.model.fields,field_description:animal.field_animal_breed__name
@ -391,7 +430,7 @@ msgid "Name"
msgstr "Nombre"
#. module: animal
#: selection:animal,gender:0
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__neutered
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Neutered"
msgstr "Castrado/a"
@ -399,7 +438,7 @@ msgstr "Castrado/a"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_date_deadline
msgid "Next Activity Deadline"
msgstr "Fecha limite de la próxima actividad"
msgstr "Fecha límite de la próxima actividad"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_summary
@ -414,47 +453,37 @@ msgstr "Tipo de la próxima actividad"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction_counter
msgid "Number of Actions"
msgstr "Numero de acciones"
msgstr "Número de acciones"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error_counter
msgid "Number of error"
msgstr "Numero de errores"
msgid "Number of errors"
msgstr "Número de errores"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction_counter
msgid "Number of messages which requires an action"
msgstr ""
msgstr "Número de mensajes que requieren una acción"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
msgstr "Número de mensajes con error de entrega"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_unread_counter
msgid "Number of unread messages"
msgstr ""
#. module: animal
#: selection:animal,activity_state:0
msgid "Overdue"
msgstr "Vencido"
#. module: animal
#: selection:animal,activity_state:0
msgid "Planned"
msgstr "Planeado"
msgstr "Número de mensajes sin leer"
#. module: animal
#: model:animal.breed,name:animal.pomeranian
msgid "Pomeranian"
msgstr ""
msgstr "Pomerania"
#. module: animal
#: model:animal.breed,name:animal.pug
msgid "Pug"
msgstr ""
msgstr "Pug"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__ref
@ -469,7 +498,12 @@ msgstr "Usuario responsable"
#. module: animal
#: model:animal.breed,name:animal.rottweiler
msgid "Rottweiler"
msgstr ""
msgstr "Rottweiler"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_sms_error
msgid "SMS Delivery error"
msgstr "Error de entrega de SMS"
#. module: animal
#: model:animal.color,name:animal.salt
@ -479,22 +513,28 @@ msgstr "Sal y pimienta"
#. module: animal
#: model:animal.breed,name:animal.schnauzer
msgid "Schnauzer"
msgstr "Schnauzer"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal_breed__sequence
#: model:ir.model.fields,field_description:animal.field_animal_species__sequence
msgid "Sequence"
msgstr ""
#. module: animal
#: model:ir.ui.menu,name:animal.settings
#: model:ir.ui.menu,name:animal.menu_settings
msgid "Settings"
msgstr "Ajustes"
#. module: animal
#: model:animal.breed,name:animal.shih_tzu
msgid "Shih Tzu"
msgstr ""
msgstr "Shih Tzu"
#. module: animal
#: model:animal.breed,name:animal.siberian_husky
msgid "Siberian Husky"
msgstr ""
msgstr "Husky Siberiano"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__size
@ -506,7 +546,7 @@ msgstr "Tamaño"
#: model:ir.model.fields,field_description:animal.field_animal__species_id
#: model:ir.model.fields,field_description:animal.field_animal_breed__species_id
#: model:ir.model.fields,field_description:animal.field_animal_color__species_id
#: model:ir.ui.menu,name:animal.species
#: model:ir.ui.menu,name:animal.menu_species
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_tree
@ -515,11 +555,16 @@ msgstr "Especies"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_state
msgid "Status based on activities\n"
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
"Estado basado en actividades\n"
"Atrasado: La fecha de vencimiento ya ha pasado\n"
"Hoy: La fecha de la actividad es hoy\n"
"Planeado: Actividades futuras."
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__image
@ -527,9 +572,9 @@ msgid "This field holds the photo of the animal."
msgstr "Foto del animal."
#. module: animal
#: selection:animal,activity_state:0
msgid "Today"
msgstr "Hoy"
#: model:ir.model.fields,help:animal.field_animal__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr "Tipo de actividad de excepción registrada."
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread
@ -539,17 +584,17 @@ msgstr "Nuevos mensajes"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread_counter
msgid "Unread Messages Counter"
msgstr ""
msgstr "Contador de mensajes sin leer"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__website_message_ids
msgid "Website Messages"
msgstr ""
msgstr "Mensajes del sitio Web"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__website_message_ids
msgid "Website communication history"
msgstr ""
msgstr "Historial de comunicaciones Web"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__weight
@ -559,9 +604,12 @@ msgstr "Peso (en kg)"
#. module: animal
#: model:animal.breed,name:animal.yorkshire_terrier
msgid "Yorkshire Terrier"
msgstr ""
msgstr "Yorkshire Terrier"
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_tree
msgid "colors"
msgstr "colores"
#~ msgid "Create an animal."
#~ msgstr "Crear un animal."

607
animal/i18n/fr.po

@ -0,0 +1,607 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-01-18 18:47+0000\n"
"Last-Translator: LESTRAT21 <elodie@comptoirdecampagne.fr>\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction
msgid "Action Needed"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__active
#: model:ir.model.fields,field_description:animal.field_animal_breed__active
#: model:ir.model.fields,field_description:animal.field_animal_species__active
msgid "Active"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_ids
msgid "Activities"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_state
msgid "Activity State"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_icon
msgid "Activity Type Icon"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal
#: model:ir.module.category,name:animal.module_category_animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
msgid "Animal"
msgstr "Animal"
#. module: animal
#: model:ir.model,name:animal.model_animal_breed
msgid "Animal Breeds"
msgstr "Races Animaux"
#. module: animal
#: model:ir.model,name:animal.model_animal_color
msgid "Animal Colors"
msgstr "Couleurs de l'animal"
#. module: animal
#: model:ir.model,name:animal.model_animal_species
msgid "Animal Species"
msgstr "Espèces Animales"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal
#: model:ir.ui.menu,name:animal.menu_animal
#: model:ir.ui.menu,name:animal.menu_root
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_tree
msgid "Animals"
msgstr "Animaux"
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Archived"
msgstr "Archivé"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_attachment_count
msgid "Attachment Count"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_kanban
msgid "Avatar"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.beagle
msgid "Beagle"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.bird
msgid "Bird"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__birth_date
msgid "Birth Date"
msgstr "Date de naissance"
#. module: animal
#: model:animal.breed,name:animal.boxer
msgid "Boxer"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__breed_id
#: model:ir.model.fields,field_description:animal.field_animal_color__breed_id
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Breed"
msgstr "Race"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_breed
#: model:ir.model.fields,field_description:animal.field_animal_species__breed_ids
#: model:ir.ui.menu,name:animal.menu_breed
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_tree
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Breeds"
msgstr "Races"
#. module: animal
#: model:animal.breed,name:animal.bull_terrier
msgid "Bull Terrier"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.bulldog
msgid "Bulldog"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.cat
msgid "Cat"
msgstr "Chat"
#. module: animal
#: model:animal.breed,name:animal.chihuahua
msgid "Chihuahua"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.cocker
msgid "Cocker"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.collie
msgid "Collie"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__color_id
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Color"
msgstr "Couleur"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_color
#: model:ir.ui.menu,name:animal.menu_color
msgid "Colors"
msgstr "Couleurs"
#. module: animal
#: model:ir.ui.menu,name:animal.menu_config
msgid "Configuration"
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_breed
msgid "Create a breed."
msgstr "Créer une race."
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_color
msgid "Create a color."
msgstr "Créer une couleur."
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_species
msgid "Create a species."
msgstr "Créer une espèce."
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal
msgid "Create an animal"
msgstr "Créer un animal"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_breed__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_color__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_species__create_uid
msgid "Created by"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__create_date
#: model:ir.model.fields,field_description:animal.field_animal_breed__create_date
#: model:ir.model.fields,field_description:animal.field_animal_color__create_date
#: model:ir.model.fields,field_description:animal.field_animal_species__create_date
msgid "Created on"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.dachshund
msgid "Dachshund"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.dalmatian
msgid "Dalmatian"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__display_name
#: model:ir.model.fields,field_description:animal.field_animal_breed__display_name
#: model:ir.model.fields,field_description:animal.field_animal_color__display_name
#: model:ir.model.fields,field_description:animal.field_animal_species__display_name
msgid "Display Name"
msgstr "Afficher le nom"
#. module: animal
#: model:animal.breed,name:animal.doberman
msgid "Doberman"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.dog
msgid "Dog"
msgstr "Chien"
#. module: animal
#: model:animal.breed,name:animal.english_cocker_spaniel
msgid "English Cocker Spaniel"
msgstr ""
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__female
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Female"
msgstr "Femelle"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_follower_ids
msgid "Followers"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_channel_ids
msgid "Followers (Channels)"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_partner_ids
msgid "Followers (Partners)"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.french_bulldog
msgid "French Bulldog"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__gender
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Gender"
msgstr "Genre"
#. module: animal
#: model:animal.breed,name:animal.german_shepard
msgid "German Shepard"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.golden_retriever
msgid "Golden Retriever"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.great_dane
msgid "Great Dane"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Group By"
msgstr ""
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__hermaphrodite
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Hermaphrodite"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__id
#: model:ir.model.fields,field_description:animal.field_animal_breed__id
#: model:ir.model.fields,field_description:animal.field_animal_color__id
#: model:ir.model.fields,field_description:animal.field_animal_species__id
msgid "ID"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction
#: model:ir.model.fields,help:animal.field_animal__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error
#: model:ir.model.fields,help:animal.field_animal__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__image
msgid "Image"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_is_follower
msgid "Is Follower"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.jack_russell
msgid "Jack Russell"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.labrador
msgid "Labrador"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal____last_update
#: model:ir.model.fields,field_description:animal.field_animal_breed____last_update
#: model:ir.model.fields,field_description:animal.field_animal_color____last_update
#: model:ir.model.fields,field_description:animal.field_animal_species____last_update
msgid "Last Modified on"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_breed__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_color__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_species__write_uid
msgid "Last Updated by"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__write_date
#: model:ir.model.fields,field_description:animal.field_animal_breed__write_date
#: model:ir.model.fields,field_description:animal.field_animal_color__write_date
#: model:ir.model.fields,field_description:animal.field_animal_species__write_date
msgid "Last Updated on"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_main_attachment_id
msgid "Main Attachment"
msgstr "Pièce jointe"
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__male
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Male"
msgstr "Mâle"
#. module: animal
#: model:res.groups,name:animal.group_animal_manager
msgid "Manager"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error
msgid "Message Delivery error"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_ids
msgid "Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__name
#: model:ir.model.fields,field_description:animal.field_animal_breed__name
#: model:ir.model.fields,field_description:animal.field_animal_color__name
#: model:ir.model.fields,field_description:animal.field_animal_species__name
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Name"
msgstr "Nom"
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__neutered
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Neutered"
msgstr "Neutre"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_date_deadline
msgid "Next Activity Deadline"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_summary
msgid "Next Activity Summary"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_id
msgid "Next Activity Type"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction_counter
msgid "Number of Actions"
msgstr "Nombre d'actions"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error_counter
msgid "Number of errors"
msgstr "Nombre d'erreurs"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction_counter
msgid "Number of messages which requires an action"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_unread_counter
msgid "Number of unread messages"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.pomeranian
msgid "Pomeranian"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.pug
msgid "Pug"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__ref
msgid "Reference"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_user_id
msgid "Responsible User"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.rottweiler
msgid "Rottweiler"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: animal
#: model:animal.color,name:animal.salt
msgid "Salt and pepper"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.schnauzer
msgid "Schnauzer"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal_breed__sequence
#: model:ir.model.fields,field_description:animal.field_animal_species__sequence
msgid "Sequence"
msgstr ""
#. module: animal
#: model:ir.ui.menu,name:animal.menu_settings
msgid "Settings"
msgstr "Paramètres"
#. module: animal
#: model:animal.breed,name:animal.shih_tzu
msgid "Shih Tzu"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.siberian_husky
msgid "Siberian Husky"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__size
msgid "Size"
msgstr "Taille"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_species
#: model:ir.model.fields,field_description:animal.field_animal__species_id
#: model:ir.model.fields,field_description:animal.field_animal_breed__species_id
#: model:ir.model.fields,field_description:animal.field_animal_color__species_id
#: model:ir.ui.menu,name:animal.menu_species
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_tree
msgid "Species"
msgstr "Espèces"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__image
msgid "This field holds the photo of the animal."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread
msgid "Unread Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread_counter
msgid "Unread Messages Counter"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__website_message_ids
msgid "Website Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__website_message_ids
msgid "Website communication history"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__weight
msgid "Weight (in kg)"
msgstr "Poids"
#. module: animal
#: model:animal.breed,name:animal.yorkshire_terrier
msgid "Yorkshire Terrier"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_tree
msgid "colors"
msgstr "couleurs"

605
animal/i18n/fr_FR.po

@ -0,0 +1,605 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction
msgid "Action Needed"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__active
#: model:ir.model.fields,field_description:animal.field_animal_breed__active
#: model:ir.model.fields,field_description:animal.field_animal_species__active
msgid "Active"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_ids
msgid "Activities"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_state
msgid "Activity State"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_icon
msgid "Activity Type Icon"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal
#: model:ir.module.category,name:animal.module_category_animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
msgid "Animal"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal_breed
msgid "Animal Breeds"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal_color
msgid "Animal Colors"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal_species
msgid "Animal Species"
msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal
#: model:ir.ui.menu,name:animal.menu_animal
#: model:ir.ui.menu,name:animal.menu_root
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_tree
msgid "Animals"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Archived"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_attachment_count
msgid "Attachment Count"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_kanban
msgid "Avatar"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.beagle
msgid "Beagle"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.bird
msgid "Bird"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__birth_date
msgid "Birth Date"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.boxer
msgid "Boxer"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__breed_id
#: model:ir.model.fields,field_description:animal.field_animal_color__breed_id
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Breed"
msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_breed
#: model:ir.model.fields,field_description:animal.field_animal_species__breed_ids
#: model:ir.ui.menu,name:animal.menu_breed
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_tree
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Breeds"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.bull_terrier
msgid "Bull Terrier"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.bulldog
msgid "Bulldog"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.cat
msgid "Cat"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.chihuahua
msgid "Chihuahua"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.cocker
msgid "Cocker"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.collie
msgid "Collie"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__color_id
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Color"
msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_color
#: model:ir.ui.menu,name:animal.menu_color
msgid "Colors"
msgstr ""
#. module: animal
#: model:ir.ui.menu,name:animal.menu_config
msgid "Configuration"
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_breed
msgid "Create a breed."
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_color
msgid "Create a color."
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_species
msgid "Create a species."
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal
msgid "Create an animal"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_breed__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_color__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_species__create_uid
msgid "Created by"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__create_date
#: model:ir.model.fields,field_description:animal.field_animal_breed__create_date
#: model:ir.model.fields,field_description:animal.field_animal_color__create_date
#: model:ir.model.fields,field_description:animal.field_animal_species__create_date
msgid "Created on"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.dachshund
msgid "Dachshund"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.dalmatian
msgid "Dalmatian"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__display_name
#: model:ir.model.fields,field_description:animal.field_animal_breed__display_name
#: model:ir.model.fields,field_description:animal.field_animal_color__display_name
#: model:ir.model.fields,field_description:animal.field_animal_species__display_name
msgid "Display Name"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.doberman
msgid "Doberman"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.dog
msgid "Dog"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.english_cocker_spaniel
msgid "English Cocker Spaniel"
msgstr ""
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__female
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Female"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_follower_ids
msgid "Followers"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_channel_ids
msgid "Followers (Channels)"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_partner_ids
msgid "Followers (Partners)"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.french_bulldog
msgid "French Bulldog"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__gender
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Gender"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.german_shepard
msgid "German Shepard"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.golden_retriever
msgid "Golden Retriever"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.great_dane
msgid "Great Dane"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Group By"
msgstr ""
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__hermaphrodite
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Hermaphrodite"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__id
#: model:ir.model.fields,field_description:animal.field_animal_breed__id
#: model:ir.model.fields,field_description:animal.field_animal_color__id
#: model:ir.model.fields,field_description:animal.field_animal_species__id
msgid "ID"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_icon
msgid "Icon"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction
#: model:ir.model.fields,help:animal.field_animal__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error
#: model:ir.model.fields,help:animal.field_animal__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__image
msgid "Image"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_is_follower
msgid "Is Follower"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.jack_russell
msgid "Jack Russell"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.labrador
msgid "Labrador"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal____last_update
#: model:ir.model.fields,field_description:animal.field_animal_breed____last_update
#: model:ir.model.fields,field_description:animal.field_animal_color____last_update
#: model:ir.model.fields,field_description:animal.field_animal_species____last_update
msgid "Last Modified on"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_breed__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_color__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_species__write_uid
msgid "Last Updated by"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__write_date
#: model:ir.model.fields,field_description:animal.field_animal_breed__write_date
#: model:ir.model.fields,field_description:animal.field_animal_color__write_date
#: model:ir.model.fields,field_description:animal.field_animal_species__write_date
msgid "Last Updated on"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_main_attachment_id
msgid "Main Attachment"
msgstr ""
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__male
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Male"
msgstr ""
#. module: animal
#: model:res.groups,name:animal.group_animal_manager
msgid "Manager"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error
msgid "Message Delivery error"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_ids
msgid "Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__name
#: model:ir.model.fields,field_description:animal.field_animal_breed__name
#: model:ir.model.fields,field_description:animal.field_animal_color__name
#: model:ir.model.fields,field_description:animal.field_animal_species__name
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Name"
msgstr ""
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__neutered
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Neutered"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_date_deadline
msgid "Next Activity Deadline"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_summary
msgid "Next Activity Summary"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_id
msgid "Next Activity Type"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction_counter
msgid "Number of Actions"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error_counter
msgid "Number of errors"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction_counter
msgid "Number of messages which requires an action"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_unread_counter
msgid "Number of unread messages"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.pomeranian
msgid "Pomeranian"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.pug
msgid "Pug"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__ref
msgid "Reference"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_user_id
msgid "Responsible User"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.rottweiler
msgid "Rottweiler"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: animal
#: model:animal.color,name:animal.salt
msgid "Salt and pepper"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.schnauzer
msgid "Schnauzer"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal_breed__sequence
#: model:ir.model.fields,field_description:animal.field_animal_species__sequence
msgid "Sequence"
msgstr ""
#. module: animal
#: model:ir.ui.menu,name:animal.menu_settings
msgid "Settings"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.shih_tzu
msgid "Shih Tzu"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.siberian_husky
msgid "Siberian Husky"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__size
msgid "Size"
msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_species
#: model:ir.model.fields,field_description:animal.field_animal__species_id
#: model:ir.model.fields,field_description:animal.field_animal_breed__species_id
#: model:ir.model.fields,field_description:animal.field_animal_color__species_id
#: model:ir.ui.menu,name:animal.menu_species
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_tree
msgid "Species"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__image
msgid "This field holds the photo of the animal."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread
msgid "Unread Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread_counter
msgid "Unread Messages Counter"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__website_message_ids
msgid "Website Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__website_message_ids
msgid "Website communication history"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__weight
msgid "Weight (in kg)"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.yorkshire_terrier
msgid "Yorkshire Terrier"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_tree
msgid "colors"
msgstr ""

607
animal/i18n/it.po

@ -0,0 +1,607 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-12-01 18:44+0000\n"
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14.1\n"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction
msgid "Action Needed"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__active
#: model:ir.model.fields,field_description:animal.field_animal_breed__active
#: model:ir.model.fields,field_description:animal.field_animal_species__active
msgid "Active"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_ids
msgid "Activities"
msgstr "Attività"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_state
msgid "Activity State"
msgstr "Stato attività"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_icon
msgid "Activity Type Icon"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal
#: model:ir.module.category,name:animal.module_category_animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
msgid "Animal"
msgstr "Animale"
#. module: animal
#: model:ir.model,name:animal.model_animal_breed
msgid "Animal Breeds"
msgstr ""
#. module: animal
#: model:ir.model,name:animal.model_animal_color
msgid "Animal Colors"
msgstr "Colori animale"
#. module: animal
#: model:ir.model,name:animal.model_animal_species
msgid "Animal Species"
msgstr "Specie animale"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal
#: model:ir.ui.menu,name:animal.menu_animal
#: model:ir.ui.menu,name:animal.menu_root
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_tree
msgid "Animals"
msgstr "Animali"
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Archived"
msgstr "In archivio"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_attachment_count
msgid "Attachment Count"
msgstr "Numero allegati"
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_kanban
msgid "Avatar"
msgstr "Avatar"
#. module: animal
#: model:animal.breed,name:animal.beagle
msgid "Beagle"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.bird
msgid "Bird"
msgstr "Uccello"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__birth_date
msgid "Birth Date"
msgstr "Data di nascita"
#. module: animal
#: model:animal.breed,name:animal.boxer
msgid "Boxer"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__breed_id
#: model:ir.model.fields,field_description:animal.field_animal_color__breed_id
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Breed"
msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_breed
#: model:ir.model.fields,field_description:animal.field_animal_species__breed_ids
#: model:ir.ui.menu,name:animal.menu_breed
#: model_terms:ir.ui.view,arch_db:animal.view_animal_breed_tree
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
msgid "Breeds"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.bull_terrier
msgid "Bull Terrier"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.bulldog
msgid "Bulldog"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.cat
msgid "Cat"
msgstr "Gatto"
#. module: animal
#: model:animal.breed,name:animal.chihuahua
msgid "Chihuahua"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.cocker
msgid "Cocker"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.collie
msgid "Collie"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__color_id
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Color"
msgstr "Colore"
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_color
#: model:ir.ui.menu,name:animal.menu_color
msgid "Colors"
msgstr "Colori"
#. module: animal
#: model:ir.ui.menu,name:animal.menu_config
msgid "Configuration"
msgstr "Configurazione"
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_breed
msgid "Create a breed."
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_color
msgid "Create a color."
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal_species
msgid "Create a species."
msgstr ""
#. module: animal
#: model_terms:ir.actions.act_window,help:animal.action_animal
msgid "Create an animal"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_breed__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_color__create_uid
#: model:ir.model.fields,field_description:animal.field_animal_species__create_uid
msgid "Created by"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__create_date
#: model:ir.model.fields,field_description:animal.field_animal_breed__create_date
#: model:ir.model.fields,field_description:animal.field_animal_color__create_date
#: model:ir.model.fields,field_description:animal.field_animal_species__create_date
msgid "Created on"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.dachshund
msgid "Dachshund"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.dalmatian
msgid "Dalmatian"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__display_name
#: model:ir.model.fields,field_description:animal.field_animal_breed__display_name
#: model:ir.model.fields,field_description:animal.field_animal_color__display_name
#: model:ir.model.fields,field_description:animal.field_animal_species__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: animal
#: model:animal.breed,name:animal.doberman
msgid "Doberman"
msgstr ""
#. module: animal
#: model:animal.species,name:animal.dog
msgid "Dog"
msgstr "Cane"
#. module: animal
#: model:animal.breed,name:animal.english_cocker_spaniel
msgid "English Cocker Spaniel"
msgstr ""
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__female
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Female"
msgstr "Femmina"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_follower_ids
msgid "Followers"
msgstr "Seguito da"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_channel_ids
msgid "Followers (Channels)"
msgstr "Seguito da (canali)"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_partner_ids
msgid "Followers (Partners)"
msgstr "Seguito da (partner)"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.french_bulldog
msgid "French Bulldog"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__gender
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Gender"
msgstr "Sesso"
#. module: animal
#: model:animal.breed,name:animal.german_shepard
msgid "German Shepard"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.golden_retriever
msgid "Golden Retriever"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.great_dane
msgid "Great Dane"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Group By"
msgstr "Raggruppa per"
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__hermaphrodite
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Hermaphrodite"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__id
#: model:ir.model.fields,field_description:animal.field_animal_breed__id
#: model:ir.model.fields,field_description:animal.field_animal_color__id
#: model:ir.model.fields,field_description:animal.field_animal_species__id
msgid "ID"
msgstr "ID"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_exception_icon
msgid "Icon"
msgstr "Icona"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction
#: model:ir.model.fields,help:animal.field_animal__message_unread
msgid "If checked, new messages require your attention."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error
#: model:ir.model.fields,help:animal.field_animal__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__image
msgid "Image"
msgstr "Immagine"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_is_follower
msgid "Is Follower"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.jack_russell
msgid "Jack Russell"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.labrador
msgid "Labrador"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal____last_update
#: model:ir.model.fields,field_description:animal.field_animal_breed____last_update
#: model:ir.model.fields,field_description:animal.field_animal_color____last_update
#: model:ir.model.fields,field_description:animal.field_animal_species____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_breed__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_color__write_uid
#: model:ir.model.fields,field_description:animal.field_animal_species__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__write_date
#: model:ir.model.fields,field_description:animal.field_animal_breed__write_date
#: model:ir.model.fields,field_description:animal.field_animal_color__write_date
#: model:ir.model.fields,field_description:animal.field_animal_species__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_main_attachment_id
msgid "Main Attachment"
msgstr "Allegato principale"
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__male
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Male"
msgstr "Maschio"
#. module: animal
#: model:res.groups,name:animal.group_animal_manager
msgid "Manager"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error
msgid "Message Delivery error"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_ids
msgid "Messages"
msgstr "Messaggi"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__name
#: model:ir.model.fields,field_description:animal.field_animal_breed__name
#: model:ir.model.fields,field_description:animal.field_animal_color__name
#: model:ir.model.fields,field_description:animal.field_animal_species__name
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Name"
msgstr "Nome"
#. module: animal
#: model:ir.model.fields.selection,name:animal.selection__animal__gender__neutered
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
msgid "Neutered"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_date_deadline
msgid "Next Activity Deadline"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_summary
msgid "Next Activity Summary"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_type_id
msgid "Next Activity Type"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_needaction_counter
msgid "Number of Actions"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_error_counter
msgid "Number of errors"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_needaction_counter
msgid "Number of messages which requires an action"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__message_unread_counter
msgid "Number of unread messages"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.pomeranian
msgid "Pomeranian"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.pug
msgid "Pug"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__ref
msgid "Reference"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__activity_user_id
msgid "Responsible User"
msgstr "Utente responsabile"
#. module: animal
#: model:animal.breed,name:animal.rottweiler
msgid "Rottweiler"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_has_sms_error
msgid "SMS Delivery error"
msgstr ""
#. module: animal
#: model:animal.color,name:animal.salt
msgid "Salt and pepper"
msgstr "Sale e pepe"
#. module: animal
#: model:animal.breed,name:animal.schnauzer
msgid "Schnauzer"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal_breed__sequence
#: model:ir.model.fields,field_description:animal.field_animal_species__sequence
msgid "Sequence"
msgstr "Sequenza"
#. module: animal
#: model:ir.ui.menu,name:animal.menu_settings
msgid "Settings"
msgstr "Impostazioni"
#. module: animal
#: model:animal.breed,name:animal.shih_tzu
msgid "Shih Tzu"
msgstr ""
#. module: animal
#: model:animal.breed,name:animal.siberian_husky
msgid "Siberian Husky"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__size
msgid "Size"
msgstr ""
#. module: animal
#: model:ir.actions.act_window,name:animal.action_animal_species
#: model:ir.model.fields,field_description:animal.field_animal__species_id
#: model:ir.model.fields,field_description:animal.field_animal_breed__species_id
#: model:ir.model.fields,field_description:animal.field_animal_color__species_id
#: model:ir.ui.menu,name:animal.menu_species
#: model_terms:ir.ui.view,arch_db:animal.view_animal_search
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_form
#: model_terms:ir.ui.view,arch_db:animal.view_animal_species_tree
msgid "Species"
msgstr "Specie"
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__image
msgid "This field holds the photo of the animal."
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread
msgid "Unread Messages"
msgstr "Messaggi non letti"
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__message_unread_counter
msgid "Unread Messages Counter"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__website_message_ids
msgid "Website Messages"
msgstr ""
#. module: animal
#: model:ir.model.fields,help:animal.field_animal__website_message_ids
msgid "Website communication history"
msgstr ""
#. module: animal
#: model:ir.model.fields,field_description:animal.field_animal__weight
msgid "Weight (in kg)"
msgstr "Peso (in kg)"
#. module: animal
#: model:animal.breed,name:animal.yorkshire_terrier
msgid "Yorkshire Terrier"
msgstr ""
#. module: animal
#: model_terms:ir.ui.view,arch_db:animal.view_animal_color_tree
msgid "colors"
msgstr "colori"

2
animal/models/__init__.py

@ -1,5 +1,3 @@
# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import (
animal_species,
animal_breed,

2
animal/models/animal_breed.py

@ -10,3 +10,5 @@ class AnimalBreed(models.Model):
name = fields.Char(string="Name", translate=True)
species_id = fields.Many2one("animal.species", string="Species", required=True)
active = fields.Boolean(default=True)
sequence = fields.Integer()

2
animal/models/animal_species.py

@ -9,4 +9,6 @@ class AnimalSpecies(models.Model):
_order = "name"
name = fields.Char(string="Name", translate=True)
active = fields.Boolean(default=True)
sequence = fields.Integer()
breed_ids = fields.One2many("animal.breed", "species_id", string="Breeds")

2
animal/security/ir.model.access.csv

@ -5,4 +5,4 @@ access_animal_color_manager,animal.color.manaager,model_animal_color,animal.grou
access_animal_breed_user,animal.breed.user,model_animal_breed,base.group_user,1,0,0,0
access_animal_breed_manager,animal.breed.manager,model_animal_breed,animal.group_animal_manager,1,1,1,1
access_animal_species_user,animal.species.user,model_animal_species,base.group_user,1,0,0,0
access_animal_species_manager,animal.species.manager,model_animal_species,animal.group_animal_manager,1,1,1,0
access_animal_species_manager,animal.species.manager,model_animal_species,animal.group_animal_manager,1,1,1,1

7
animal/security/res_groups.xml

@ -3,8 +3,11 @@
<!-- Animal groups -->
<record id="group_animal_manager" model="res.groups">
<field name="name">Manager</field>
<field name="category_id" ref="animal"/>
<field name="users" eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>
<field name="category_id" ref="module_category_animal" />
<field
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
</record>
</odoo>

6
animal/static/description/index.html

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/animal"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-animal"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/14.0/animal"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-animal"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to store animal information.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
@ -395,7 +395,7 @@ color.</li>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20animal%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20animal%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@ -424,7 +424,7 @@ mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/animal">OCA/partner-contact</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/14.0/animal">OCA/partner-contact</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>

323
animal/views/animal.xml

@ -1,156 +1,217 @@
<odoo>
<data>
<!-- Animal Tree View -->
<record id="view_animal_tree" model="ir.ui.view">
<field name="name">animal.tree</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<tree string="Animals">
<field name="ref" />
<field name="name" />
<field name="gender" />
<field name="species_id" />
<field name="breed_id" />
<field name="color_id" />
</tree>
</field>
</record>
<!-- Animal Tree View -->
<record id="view_animal_tree" model="ir.ui.view">
<field name="name">animal.tree</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<tree string="Animals">
<field name="ref"/>
<field name="name"/>
<field name="gender"/>
<field name="species_id"/>
<field name="breed_id"/>
<field name="color_id"/>
</tree>
</field>
</record>
<!-- Animal Form View -->
<record id="view_animal_form" model="ir.ui.view">
<field name="name">animal.form</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<form string="Animal">
<header/>
<sheet>
<div class="oe_button_box" name="button_box">
<button name="toggle_active" type="object"
class="oe_stat_button" icon="fa-archive">
<field name="active" widget="boolean_button"
options='{"terminology": "archive"}'/>
</button>
</div>
<field name="image" widget='image' class="oe_avatar"/>
<div class="oe_title">
<h1>
<field name="name"/>
</h1>
<field name="gender" widget="radio"
options="{'horizontal': true}"/>
</div>
<group id="main">
<group id="left">
<field name="species_id"/>
<field name="breed_id" domain="[('species_id', '=', species_id)]"/>
<field name="color_id" domain="[('breed_id', '=', breed_id)]"/>
<field name="size"/>
</group>
<group id="right">
<field name="ref"/>
<field name="weight"/>
<field name="birth_date"/>
<!-- Animal Form View -->
<record id="view_animal_form" model="ir.ui.view">
<field name="name">animal.form</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<form string="Animal">
<sheet>
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<field name="active" invisible="1" />
<field name="image" widget='image' class="oe_avatar" />
<div class="oe_title">
<h1>
<field name="name" />
</h1>
<field
name="gender"
widget="radio"
options="{'horizontal': true}"
/>
</div>
<group id="main">
<group id="left">
<field name="species_id" />
<field
name="breed_id"
domain="[('species_id', '=', species_id)]"
/>
<field
name="color_id"
domain="[('breed_id', '=', breed_id)]"
/>
<field name="size" />
</group>
<group id="right">
<field name="ref" />
<field name="weight" />
<field name="birth_date" />
</group>
</group>
</group>
<notebook/>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids"
widget="mail_followers"/>
<field name="activity_ids" widget="mail_activity"/>
<field name="message_ids" widget="mail_thread"
options="{'post_refresh': 'recipients'}"/>
</div>
</form>
</field>
</record>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" />
<field name="activity_ids" widget="mail_activity" />
<field
name="message_ids"
widget="mail_thread"
options="{'post_refresh': 'recipients'}"
/>
</div>
</form>
</field>
</record>
<!-- Animal Kanban View -->
<record id="view_animal_kanban" model="ir.ui.view">
<field name="name">animal.kanban</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<kanban class="o_res_partner_kanban">
<field name="id"/>
<field name="image"/>
<field name="name"/>
<!-- Animal Kanban View -->
<record id="view_animal_kanban" model="ir.ui.view">
<field name="name">animal.kanban</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<kanban class="o_res_partner_kanban">
<field name="id" />
<field name="image" />
<field name="name" />
<templates>
<t t-name="kanban-box">
<div class="oe_kanban_global_click o_kanban_record_has_image_fill o_res_partner_kanban">
<div
class="oe_kanban_global_click o_kanban_record_has_image_fill o_res_partner_kanban"
>
<t t-if="record.image.raw_value">
<img class="o_kanban_image" t-att-src="kanban_image('animal', 'image', record.id.raw_value)" t-att-alt="record.name"/>
<img
class="o_kanban_image"
t-att-src="kanban_image('animal', 'image', record.id.raw_value)"
t-att-alt="record.name"
/>
</t>
<t t-else="">
<img class="o_kanban_image" alt="Avatar" t-att-src='_s + "/animal/static/img/avatar.png"'/>
<img
class="o_kanban_image"
alt="Avatar"
t-att-src='_s + "/animal/static/img/avatar.png"'
/>
</t>
<div class="oe_kanban_details">
<strong class="o_kanban_record_title oe_partner_heading"><field name="display_name"/></strong>
<div class="o_kanban_tags_section oe_kanban_partner_categories"/>
<strong
class="o_kanban_record_title oe_partner_heading"
>
<field name="display_name" />
</strong>
<div
class="o_kanban_tags_section oe_kanban_partner_categories"
/>
<ul>
<li t-if="record.gender.raw_value"><field name="gender"/></li>
<li t-if="record.species_id.raw_value and record.breed_id.raw_value"><field name="breed_id"/>, <field name="species_id"/></li>
<li t-if="record.gender.raw_value">
<field name="gender" />
</li>
<li
t-if="record.species_id.raw_value and record.breed_id.raw_value"
>
<field name="breed_id" />
<field name="species_id" />
</li>
</ul>
<div class="oe_kanban_partner_links"/>
<div class="oe_kanban_partner_links" />
</div>
</div>
</t>
</templates>
</kanban>
</field>
</record>
</field>
</record>
<!-- Search for animal -->
<record id="view_animal_search" model="ir.ui.view">
<field name="name">animal.search</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<search string="Animals">
<field name="name"
filter_domain="['|', ('name', 'ilike', self), ('ref', 'ilike', self)]"
string="Name"/>
<field name="species_id"/>
<field name="breed_id"/>
<field name="color_id"/>
<field name="size"/>
<separator/>
<filter string="Female"
<!-- Search for animal -->
<record id="view_animal_search" model="ir.ui.view">
<field name="name">animal.search</field>
<field name="model">animal</field>
<field name="arch" type="xml">
<search string="Animals">
<field
name="name"
filter_domain="['|', ('name', 'ilike', self), ('ref', 'ilike', self)]"
string="Name"
/>
<field name="species_id" />
<field name="breed_id" />
<field name="color_id" />
<field name="size" />
<separator />
<filter
string="Female"
domain="[('gender', '=', 'female')]"
name="female"/>
<filter string="Male"
name="female"
/>
<filter
string="Male"
domain="[('gender', '=', 'male')]"
name="male"/>
<filter string="Hermaphrodite"
name="male"
/>
<filter
string="Hermaphrodite"
domain="[('gender', '=', 'hermaphrodite')]"
name="hermaphrodite"/>
<filter string="Neutered"
name="hermaphrodite"
/>
<filter
string="Neutered"
domain="[('gender', '=', 'neutered')]"
name="neutered"/>
<separator/>
<group expand="0" string="Group By">
<filter name="gender" string="Gender" domain=""
context="{'group_by': 'gender'}"/>
<filter name="species_id" string="Species" domain=""
context="{'group_by': 'species_id'}"/>
<filter name="breed_id" string="Breed" domain=""
context="{'group_by': 'breed_id'}"/>
<filter name="color_id" string="Color" domain=""
context="{'group_by': 'color_id'}"/>
</group>
</search>
</field>
</record>
<record id="action_animal" model="ir.actions.act_window">
<field name="name">Animals</field>
<field name="res_model">animal</field>
<field name="view_type">form</field>
<field name="view_mode">kanban,tree,form</field>
<field name="search_view_id" ref="view_animal_search"/>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">
Create an animal.
</p>
</field>
</record>
name="neutered"
/>
<separator />
<filter
string="Archived"
name="inactive"
domain="[('active', '=', False)]"
/>
<separator />
<group expand="0" string="Group By">
<filter
name="gender"
string="Gender"
domain=""
context="{'group_by': 'gender'}"
/>
<filter
name="species_id"
string="Species"
domain=""
context="{'group_by': 'species_id'}"
/>
<filter
name="breed_id"
string="Breed"
domain=""
context="{'group_by': 'breed_id'}"
/>
<filter
name="color_id"
string="Color"
domain=""
context="{'group_by': 'color_id'}"
/>
</group>
</search>
</field>
</record>
<record id="action_animal" model="ir.actions.act_window">
<field name="name">Animals</field>
<field name="res_model">animal</field>
<field name="view_mode">kanban,tree,form</field>
<field name="search_view_id" ref="view_animal_search" />
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">Create an animal</p>
</field>
</record>
</data>
</odoo>

25
animal/views/animal_breed.xml

@ -6,8 +6,9 @@
<field name="model">animal.breed</field>
<field name="arch" type="xml">
<tree string="Breeds">
<field name="name"/>
<field name="species_id"/>
<field name="sequence" widget="handle" />
<field name="name" />
<field name="species_id" />
</tree>
</field>
</record>
@ -18,21 +19,28 @@
<field name="model">animal.breed</field>
<field name="arch" type="xml">
<form string="Breed">
<header/>
<header />
<sheet>
<div class="oe_button_box" name="button_box"/>
<div class="oe_button_box" name="button_box" />
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<field name="active" invisible="1" />
<div class="oe_title">
<h1>
<field name="name"/>
<field name="name" />
</h1>
</div>
<group id="main">
<group id="left">
<field name="species_id"/>
<field name="species_id" />
</group>
<group id="right"/>
<group id="right" />
</group>
<notebook/>
<notebook />
</sheet>
</form>
</field>
@ -41,7 +49,6 @@
<record id="action_animal_breed" model="ir.actions.act_window">
<field name="name">Breeds</field>
<field name="res_model">animal.breed</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">

21
animal/views/animal_color.xml

@ -6,9 +6,9 @@
<field name="model">animal.color</field>
<field name="arch" type="xml">
<tree string="colors">
<field name="name"/>
<field name="breed_id"/>
<field name="species_id"/>
<field name="name" />
<field name="breed_id" />
<field name="species_id" />
</tree>
</field>
</record>
@ -19,22 +19,22 @@
<field name="model">animal.color</field>
<field name="arch" type="xml">
<form string="Color">
<header/>
<header />
<sheet>
<div class="oe_button_box" name="button_box"/>
<div class="oe_button_box" name="button_box" />
<div class="oe_title">
<h1>
<field name="name"/>
<field name="name" />
</h1>
</div>
<group id="main">
<group id="left">
<field name="breed_id"/>
<field name="species_id"/>
<field name="breed_id" />
<field name="species_id" />
</group>
<group id="right"/>
<group id="right" />
</group>
<notebook/>
<notebook />
</sheet>
</form>
</field>
@ -43,7 +43,6 @@
<record id="action_animal_color" model="ir.actions.act_window">
<field name="name">Colors</field>
<field name="res_model">animal.color</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">

23
animal/views/animal_species.xml

@ -6,7 +6,8 @@
<field name="model">animal.species</field>
<field name="arch" type="xml">
<tree string="Species">
<field name="name"/>
<field name="sequence" widget="handle" />
<field name="name" />
</tree>
</field>
</record>
@ -17,21 +18,28 @@
<field name="model">animal.species</field>
<field name="arch" type="xml">
<form string="Species">
<header/>
<header />
<sheet>
<div class="oe_button_box" name="button_box"/>
<div class="oe_button_box" name="button_box" />
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<field name="active" invisible="1" />
<div class="oe_title">
<h1>
<field name="name"/>
<field name="name" />
</h1>
</div>
<group id="main">
<group id="left"/>
<group id="right"/>
<group id="left" />
<group id="right" />
</group>
<notebook>
<page string="Breeds" id="breeds">
<field name="breed_ids"/>
<field name="breed_ids" />
</page>
</notebook>
</sheet>
@ -42,7 +50,6 @@
<record id="action_animal_species" model="ir.actions.act_window">
<field name="name">Species</field>
<field name="res_model">animal.species</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">

77
animal/views/menu.xml

@ -1,41 +1,50 @@
<odoo>
<!-- Main Menu -->
<menuitem id="root"
name="Animals"
action="action_animal"
sequence="10"
web_icon="animal,static/description/icon.png"/>
<menuitem id="animal"
name="Animals"
action="action_animal"
sequence="10"
parent="root"/>
<menuitem id="config"
name="Configuration"
sequence="100"
parent="root"
groups="group_animal_manager"/>
<menuitem
id="menu_root"
name="Animals"
action="action_animal"
sequence="10"
web_icon="animal,static/description/icon.png"
/>
<menuitem
id="menu_animal"
name="Animals"
action="action_animal"
sequence="10"
parent="menu_root"
/>
<menuitem
id="menu_config"
name="Configuration"
sequence="100"
parent="menu_root"
groups="group_animal_manager"
/>
<!-- Configuration -->
<menuitem id="settings"
name="Settings"
sequence="10"
parent="config"/>
<menuitem id="species"
name="Species"
action="action_animal_species"
sequence="20"
parent="config"/>
<menuitem id="breed"
name="Breeds"
action="action_animal_breed"
sequence="30"
parent="config"/>
<menuitem id="color"
name="Colors"
action="action_animal_color"
sequence="40"
parent="config"/>
<menuitem id="menu_settings" name="Settings" sequence="10" parent="menu_config" />
<menuitem
id="menu_species"
name="Species"
action="action_animal_species"
sequence="20"
parent="menu_config"
/>
<menuitem
id="menu_breed"
name="Breeds"
action="action_animal_breed"
sequence="30"
parent="menu_config"
/>
<menuitem
id="menu_color"
name="Colors"
action="action_animal_color"
sequence="40"
parent="menu_config"
/>
</odoo>

10
animal_owner/README.rst

@ -14,13 +14,13 @@ Animal Owner
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
:target: https://github.com/OCA/partner-contact/tree/12.0/animal_owner
:target: https://github.com/OCA/partner-contact/tree/14.0/animal_owner
:alt: OCA/partner-contact
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-animal_owner
:target: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-animal_owner
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/134/12.0
:target: https://runbot.odoo-community.org/runbot/134/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@ -45,7 +45,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/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/partner-contact/issues/new?body=module:%20animal_owner%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20animal_owner%0Aversion:%2014.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.
@ -85,6 +85,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-max3903|
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/animal_owner>`_ project on GitHub.
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/14.0/animal_owner>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

2
animal_owner/__init__.py

@ -1,3 +1 @@
# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models

5
animal_owner/__manifest__.py

@ -1,8 +1,8 @@
# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Animal Owner",
"version": "12.0.1.0.0",
"version": "14.0.1.2.0",
"license": "AGPL-3",
"summary": "Add owner to the animal",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
@ -10,7 +10,6 @@
"website": "https://github.com/OCA/partner-contact",
"depends": ["animal"],
"data": ["views/animal.xml", "views/res_partner.xml"],
"application": False,
"development_status": "Beta",
"maintainers": ["max3903"],
}

25
animal_owner/i18n/animal_owner.pot

@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal_owner
# * animal_owner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -34,6 +34,24 @@ msgstr ""
msgid "Contact"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal__display_name
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal__id
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__id
msgid "ID"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal____last_update
#: model:ir.model.fields,field_description:animal_owner.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__animal_count
#: model:ir.model.fields,field_description:animal_owner.field_res_users__animal_count
@ -45,4 +63,3 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:animal_owner.view_animal_owner_search
msgid "Owner"
msgstr ""

20
animal_owner/i18n/es.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal_owner
# * animal_owner
#
msgid ""
msgstr ""
@ -37,6 +37,24 @@ msgstr "Animales"
msgid "Contact"
msgstr "Contacto"
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal__display_name
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal__id
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__id
msgid "ID"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal____last_update
#: model:ir.model.fields,field_description:animal_owner.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__animal_count
#: model:ir.model.fields,field_description:animal_owner.field_res_users__animal_count

68
animal_owner/i18n/fr.po

@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * animal_owner
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-01-18 18:47+0000\n"
"Last-Translator: LESTRAT21 <elodie@comptoirdecampagne.fr>\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: animal_owner
#: model_terms:ir.ui.view,arch_db:animal_owner.view_partner_animal_owner_form
msgid "<span class=\"o_stat_text\"> Animals</span>"
msgstr ""
#. module: animal_owner
#: model:ir.model,name:animal_owner.model_animal
msgid "Animal"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__animal_ids
#: model:ir.model.fields,field_description:animal_owner.field_res_users__animal_ids
msgid "Animals"
msgstr "Animaux"
#. module: animal_owner
#: model:ir.model,name:animal_owner.model_res_partner
msgid "Contact"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal__display_name
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal__id
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__id
msgid "ID"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal____last_update
#: model:ir.model.fields,field_description:animal_owner.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_res_partner__animal_count
#: model:ir.model.fields,field_description:animal_owner.field_res_users__animal_count
msgid "Number of Animals"
msgstr "Nombre d'animaux"
#. module: animal_owner
#: model:ir.model.fields,field_description:animal_owner.field_animal__partner_id
#: model_terms:ir.ui.view,arch_db:animal_owner.view_animal_owner_search
msgid "Owner"
msgstr "Propriétaire"

2
animal_owner/models/__init__.py

@ -1,3 +1,3 @@
# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import animal, res_partner

4
animal_owner/models/animal.py

@ -1,5 +1,5 @@
# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import fields, models
@ -7,5 +7,5 @@ class Animal(models.Model):
_inherit = "animal"
partner_id = fields.Many2one(
"res.partner", string="Owner", index=True, track_visibility="onchange"
"res.partner", string="Owner", index=True, tracking=True
)

6
animal_owner/models/res_partner.py

@ -1,5 +1,5 @@
# Copyright (C) 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import api, fields, models
@ -16,9 +16,9 @@ class ResPartner(models.Model):
compute=_compute_animal_count, string="Number of Animals", store=True
)
@api.multi
def action_view_animals(self):
action = self.env.ref("animal.action_animal").read()[0]
xmlid = "animal.action_animal"
action = self.env["ir.actions.act_window"]._for_xml_id(xmlid)
if self.animal_count > 1:
action["domain"] = [("id", "in", self.animal_ids.ids)]
else:

6
animal_owner/static/description/index.html

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/animal_owner"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-animal_owner"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/14.0/animal_owner"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-animal_owner"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to store the owner of a pet.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
@ -395,7 +395,7 @@ ul.auto-toc {
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20animal_owner%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20animal_owner%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@ -424,7 +424,7 @@ mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/animal_owner">OCA/partner-contact</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/14.0/animal_owner">OCA/partner-contact</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>

28
animal_owner/views/animal.xml

@ -4,10 +4,10 @@
<record id="view_animal_owner_tree" model="ir.ui.view">
<field name="name">view.animal.owner.tree</field>
<field name="model">animal</field>
<field name="inherit_id" ref="animal.view_animal_tree"/>
<field name="inherit_id" ref="animal.view_animal_tree" />
<field name="arch" type="xml">
<field name="color_id" position="after">
<field name="partner_id"/>
<field name="partner_id" />
</field>
</field>
</record>
@ -16,10 +16,10 @@
<record id="view_animal_owner_form" model="ir.ui.view">
<field name="name">view.animal.owner.form</field>
<field name="model">animal</field>
<field name="inherit_id" ref="animal.view_animal_form"/>
<field name="inherit_id" ref="animal.view_animal_form" />
<field name="arch" type="xml">
<field name="birth_date" position="after">
<field name="partner_id"/>
<field name="species_id" position="after">
<field name="partner_id" />
</field>
</field>
</record>
@ -28,13 +28,13 @@
<record id="view_animal_owner_kanban" model="ir.ui.view">
<field name="name">view.animal.owner.kanban</field>
<field name="model">animal</field>
<field name="inherit_id" ref="animal.view_animal_kanban"/>
<field name="inherit_id" ref="animal.view_animal_kanban" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="partner_id"/>
<field name="partner_id" />
</field>
<xpath expr="//div[hasclass('oe_kanban_details')]/ul" position="inside">
<li t-if="record.partner_id.raw_value"><field name="partner_id"/></li>
<li t-if="record.partner_id.raw_value"><field name="partner_id" /></li>
</xpath>
</field>
</record>
@ -43,14 +43,18 @@
<record id="view_animal_owner_search" model="ir.ui.view">
<field name="name">view.animal.owner.search</field>
<field name="model">animal</field>
<field name="inherit_id" ref="animal.view_animal_search"/>
<field name="inherit_id" ref="animal.view_animal_search" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="partner_id"/>
<field name="partner_id" />
</field>
<filter name="gender" position="before">
<filter name="partner_id" string="Owner" domain=""
context="{'group_by': 'partner_id'}"/>
<filter
name="partner_id"
string="Owner"
domain=""
context="{'group_by': 'partner_id'}"
/>
</filter>
</field>
</record>

19
animal_owner/views/res_partner.xml

@ -2,20 +2,23 @@
<!-- Partner Form View -->
<record id="view_partner_animal_owner_form" model="ir.ui.view">
<field name="name">view.partner.animal.owner.form</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="inherit_id" ref="base.view_partner_form" />
<field name="arch" type="xml">
<button name="toggle_active" position="before">
<button class="oe_stat_button" type="object"
name="action_view_animals" icon="fa-pencil-square-o"
context="{'default_partner_id': id}">
<div name="button_box" position="inside">
<button
class="oe_stat_button"
type="object"
name="action_view_animals"
icon="fa-pencil-square-o"
context="{'default_partner_id': id}"
>
<div class="o_stat_info">
<field name="animal_count" class="o_stat_value"/>
<field name="animal_count" class="o_stat_value" />
<span class="o_stat_text"> Animals</span>
</div>
</button>
</button>
</div>
</field>
</record>

11
base_country_state_translatable/README.rst

@ -14,13 +14,13 @@ Translate Country States
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
:target: https://github.com/OCA/partner-contact/tree/12.0/base_country_state_translatable
:target: https://github.com/OCA/partner-contact/tree/14.0/base_country_state_translatable
:alt: OCA/partner-contact
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-base_country_state_translatable
:target: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-base_country_state_translatable
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/134/12.0
:target: https://runbot.odoo-community.org/runbot/134/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@ -43,7 +43,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/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/partner-contact/issues/new?body=module:%20base_country_state_translatable%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_country_state_translatable%0Aversion:%2014.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.
@ -59,6 +59,7 @@ Contributors
~~~~~~~~~~~~
* Rami Alwafaie <rami.alwafaie@initos.com>
* Dhara Solanki <dhara.solanki@initos.com>
* Numigi (tm) and all its contributors (https://bit.ly/numigiens)
Maintainers
@ -74,6 +75,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/base_country_state_translatable>`_ project on GitHub.
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/14.0/base_country_state_translatable>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

14
base_country_state_translatable/__manifest__.py

@ -3,12 +3,12 @@
{
"name": "Translate Country States",
"version": "12.0.1.0.0",
"depends": ['base'],
"website": 'https://github.com/OCA/partner-contact',
"version": "14.0.1.0.1",
"depends": ["base"],
"website": "https://github.com/OCA/partner-contact",
"summary": "Translate Country States",
'author': 'initOS GmbH, Odoo Community Association (OCA)',
"category": "Localisation",
'license': 'AGPL-3',
'installable': True,
"author": "initOS GmbH, Odoo Community Association (OCA)",
"category": "Localization",
"license": "AGPL-3",
"installable": True,
}

25
base_country_state_translatable/i18n/base_country_state_translatable.pot

@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_country_state_translatable
# * base_country_state_translatable
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -15,7 +15,8 @@ msgstr ""
#. module: base_country_state_translatable
#: model:ir.model.fields,help:base_country_state_translatable.field_res_country_state__name
msgid "Administrative divisions of a country. E.g. Fed. State, Departement, Canton"
msgid ""
"Administrative divisions of a country. E.g. Fed. State, Departement, Canton"
msgstr ""
#. module: base_country_state_translatable
@ -23,8 +24,22 @@ msgstr ""
msgid "Country state"
msgstr ""
#. module: base_country_state_translatable
#: model:ir.model.fields,field_description:base_country_state_translatable.field_res_country_state__display_name
msgid "Display Name"
msgstr ""
#. module: base_country_state_translatable
#: model:ir.model.fields,field_description:base_country_state_translatable.field_res_country_state__id
msgid "ID"
msgstr ""
#. module: base_country_state_translatable
#: model:ir.model.fields,field_description:base_country_state_translatable.field_res_country_state____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_country_state_translatable
#: model:ir.model.fields,field_description:base_country_state_translatable.field_res_country_state__name
msgid "State Name"
msgstr ""

11
base_country_state_translatable/i18n/es.po

@ -9,20 +9,23 @@ msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-21 01:48+0000\n"
"PO-Revision-Date: 2017-11-21 01:48+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"PO-Revision-Date: 2021-07-08 14:48+0000\n"
"Last-Translator: Esteka Digital <social@esteka.com>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_country_state_translatable
#: model:ir.model.fields,help:base_country_state_translatable.field_res_country_state__name
msgid ""
"Administrative divisions of a country. E.g. Fed. State, Departement, Canton"
msgstr ""
"Divisiones administrativas de un país. Por ejemplo Provincia, Departamento, "
"Cantón"
#. module: base_country_state_translatable
#: model:ir.model,name:base_country_state_translatable.model_res_country_state
@ -32,4 +35,4 @@ msgstr "Provincia"
#. module: base_country_state_translatable
#: model:ir.model.fields,field_description:base_country_state_translatable.field_res_country_state__name
msgid "State Name"
msgstr ""
msgstr "Nombre de la provincia"

2
base_country_state_translatable/models/res_country.py

@ -5,6 +5,6 @@ from odoo import fields, models
class CountryState(models.Model):
_inherit = 'res.country.state'
_inherit = "res.country.state"
name = fields.Char(translate=True)

1
base_country_state_translatable/readme/CONTRIBUTORS.rst

@ -1,2 +1,3 @@
* Rami Alwafaie <rami.alwafaie@initos.com>
* Dhara Solanki <dhara.solanki@initos.com>
* Numigi (tm) and all its contributors (https://bit.ly/numigiens)

7
base_country_state_translatable/static/description/index.html

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/base_country_state_translatable"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-base_country_state_translatable"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/14.0/base_country_state_translatable"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-base_country_state_translatable"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module allows to translate the country states names.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
@ -391,7 +391,7 @@ ul.auto-toc {
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20base_country_state_translatable%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20base_country_state_translatable%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@ -406,6 +406,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<ul class="simple">
<li>Rami Alwafaie &lt;<a class="reference external" href="mailto:rami.alwafaie&#64;initos.com">rami.alwafaie&#64;initos.com</a>&gt;</li>
<li>Dhara Solanki &lt;<a class="reference external" href="mailto:dhara.solanki&#64;initos.com">dhara.solanki&#64;initos.com</a>&gt;</li>
<li>Numigi (tm) and all its contributors (<a class="reference external" href="https://bit.ly/numigiens">https://bit.ly/numigiens</a>)</li>
</ul>
</div>
@ -416,7 +417,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/base_country_state_translatable">OCA/partner-contact</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/14.0/base_country_state_translatable">OCA/partner-contact</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>

10
base_location/README.rst

@ -14,13 +14,13 @@ Location management (aka Better ZIP)
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
:target: https://github.com/OCA/partner-contact/tree/12.0/base_location
:target: https://github.com/OCA/partner-contact/tree/14.0/base_location
:alt: OCA/partner-contact
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-base_location
:target: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-base_location
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/134/12.0
:target: https://runbot.odoo-community.org/runbot/134/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@ -63,7 +63,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/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/partner-contact/issues/new?body=module:%20base_location%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_location%0Aversion:%2014.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.
@ -110,6 +110,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/base_location>`_ project on GitHub.
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/14.0/base_location>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

51
base_location/__manifest__.py

@ -3,32 +3,29 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Location management (aka Better ZIP)',
'version': '12.0.1.1.2',
'depends': [
'base_address_city',
'contacts',
"name": "Location management (aka Better ZIP)",
"version": "14.0.1.2.4",
"depends": ["base_address_city", "contacts"],
"author": (
"Camptocamp,"
"ACYSOS S.L.,"
"Alejandro Santana,"
"Tecnativa,"
"AdaptiveCity,"
"Odoo Community Association (OCA)"
),
"license": "AGPL-3",
"summary": """Enhanced zip/npa management system""",
"website": "https://github.com/OCA/partner-contact",
"data": [
"security/ir.model.access.csv",
"views/res_city_zip_view.xml",
"views/res_city_view.xml",
"views/res_country_view.xml",
"views/res_company_view.xml",
"views/res_partner_view.xml",
],
'author': "Camptocamp,"
"ACYSOS S.L.,"
"Alejandro Santana,"
"Tecnativa,"
"AdaptiveCity,"
"Odoo Community Association (OCA)",
'license': "AGPL-3",
'summary': '''Enhanced zip/npa management system''',
'website': 'https://github.com/OCA/partner-contact',
'data': [
'security/ir.model.access.csv',
'views/res_city_zip_view.xml',
'views/res_city_view.xml',
'views/res_country_view.xml',
'views/res_company_view.xml',
'views/res_partner_view.xml',
],
'demo': [
'demo/res_city_zip.xml',
],
'installable': True,
'auto_install': False,
"demo": ["demo/res_city_zip.xml"],
"installable": True,
"auto_install": False,
}

12
base_location/demo/res_city_zip.xml

@ -1,13 +1,11 @@
<?xml version = "1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="demo_brussels_city" model="res.city">
<field name="name">Brussels</field>
<field name="country_id" ref="base.be"/>
<field name="name">Brussels</field>
<field name="country_id" ref="base.be" />
</record>
<record id="demo_brussels_zip" model="res.city.zip">
<field name="name">1000</field>
<field name="city_id" ref="demo_brussels_city"/>
<field name="name">1000</field>
<field name="city_id" ref="demo_brussels_city" />
</record>
</odoo>

42
base_location/i18n/am.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
@ -99,7 +107,8 @@ msgstr ""
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/ar.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "أنشئ في"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "اسم العرض"
@ -100,7 +108,8 @@ msgstr "اسم العرض"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "المعرف"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

64
base_location/i18n/base_location.pot

@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_location
# * base_location
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,7 +20,9 @@ msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__country_enforce_cities
msgid "Check this box to ensure every address created in that country has a 'City' chosen in the list of the country's cities."
msgid ""
"Check this box to ensure every address created in that country has a 'City' "
"chosen in the list of the country's cities."
msgstr ""
#. module: base_location
@ -32,6 +34,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -68,6 +72,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -83,14 +90,19 @@ msgid "Created on"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
#. module: base_location
#: model_terms:ir.actions.act_window,help:base_location.action_res_city_full
msgid "Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each country separately\n"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -100,12 +112,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -135,36 +153,53 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
msgid "You already have a city with that name in the same state.The city must have a unique name within it's state and it's country"
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
msgid "You already have a zip with that code in the same city. The zip code must be unique within it's city"
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be"
" unique within it's city"
msgstr ""
#. module: base_location
@ -180,6 +215,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""
@ -196,4 +233,3 @@ msgstr ""
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city"
msgstr ""

42
base_location/i18n/bg.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Създадено на"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Име за показване"
@ -99,7 +107,8 @@ msgstr "Име за показване"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Последно обновено на"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/bs.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Kreirano"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Prikaži naziv"
@ -100,7 +108,8 @@ msgstr "Prikaži naziv"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

107
base_location/i18n/ca.po

@ -9,20 +9,19 @@ msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-22 03:38+0000\n"
"PO-Revision-Date: 2019-12-29 01:13+0000\n"
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n"
"PO-Revision-Date: 2017-11-22 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_location
#: model:res.city,name:base_location.demo_brussels_city
msgid "Brussels"
msgstr "Brussel·les"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__country_enforce_cities
@ -30,31 +29,31 @@ msgid ""
"Check this box to ensure every address created in that country has a 'City' "
"chosen in the list of the country's cities."
msgstr ""
"Marca aquesta opció per assegurar-te que cada adreça creada al país té una "
"\"ciutat\" escollida de la llista de ciutats de país."
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_res_city_full
#: model:ir.ui.menu,name:base_location.locations_menu_cities
msgid "Cities"
msgstr "Ciutats"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Ciutat"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__city_id
msgid "City ID"
msgstr "ID Ciutat"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_company_form_city
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "City completion"
msgstr "Autocompletat a partir de la ciutat"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__city_id
@ -65,22 +64,25 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city_zip
msgid "City/locations completion object"
msgstr "Autocompletat d'objectes a partir de ciutats/ubicacions"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_company
msgid "Companies"
msgstr "Empreses"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_partner
msgid "Contact"
msgstr "Contacte"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "País"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__create_uid
@ -93,7 +95,10 @@ msgid "Created on"
msgstr "Creat el"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Veure el nom"
@ -102,28 +107,29 @@ msgstr "Veure el nom"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
"Mostra i gestiona la llista de totes les ciutats a les quals es poden "
"assignar\n"
"             registres de client. Tingueu en compte que es pot configurar "
"una opció a cada país per separat\n"
" per aplicar qualsevol adreça d'aquesta per tenir una ciutat "
"d'aquesta llista."
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
msgid "Enforce Cities"
msgstr "Forçar ciutats"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Darrera modificació el"
@ -135,80 +141,91 @@ msgstr "Darrera Actualització per"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__write_date
msgid "Last Updated on"
msgstr "Darrera actualització el"
msgstr "Darrera Actualització el"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "Location completion"
msgstr "Completar localització"
msgstr ""
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_zip_tree
msgid "Locations"
msgstr "Localitzacions"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_city_zip_filter
msgid "Search zip"
msgstr "Cercar codi postal"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr "La ciutat del contacte %s difereix de la localització %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr "El país del client %s difereix del que es troba a la ubicació %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr "L’estat del soci %s difereix del que es troba a la ubicació %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr "Utilitzeu el nom de ciutat o el codi postal per trobar la posició"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
"Ja teniu una ciutat amb aquest nom al mateix estat. La ciutat ha de tenir un "
"nom únic dins del seu estat i el seu país"
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
msgstr ""
"Ja teniu un codi postal amb aquest codi a la mateixa ciutat. El codi postal "
"ha de ser únic a la ciutat"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__name
msgid "ZIP"
msgstr "C,P"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_users__zip_id
msgid "ZIP Location"
msgstr "Codi postal"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr "Codi postal"
msgstr ""
#. module: base_location
#: model:ir.ui.menu,name:base_location.locations_menu_zips
@ -216,12 +233,12 @@ msgstr "Codi postal"
#: model_terms:ir.ui.view,arch_db:base_location.view_city_form
#: model_terms:ir.ui.view,arch_db:base_location.view_res_country_city_better_zip_form
msgid "Zips"
msgstr "Codis postals"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city"
msgstr "Codis postals en aquesta ciutat"
msgstr ""
#~ msgid "Group By"
#~ msgstr "Agrupa Per"

42
base_location/i18n/cs.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Vytvořeno"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Zobrazovaný název"
@ -99,7 +107,8 @@ msgstr "Zobrazovaný název"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Naposled upraveno"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

45
base_location/i18n/da.po

@ -39,6 +39,8 @@ msgstr "Byer"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "By"
@ -77,6 +79,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "Land."
@ -92,7 +97,10 @@ msgid "Created on"
msgstr "Oprettet den"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Vist navn"
@ -101,7 +109,8 @@ msgstr "Vist navn"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -111,12 +120,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Sidst ændret den"
@ -147,37 +162,50 @@ msgid "Search zip"
msgstr "Søg by"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Delstat"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr "Søg på bynavn eller postnummer"
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -196,6 +224,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""
@ -219,8 +249,5 @@ msgstr ""
#~ msgid "Group By"
#~ msgstr "Gruppér efter"
#~ msgid "State"
#~ msgstr "Delstat"
#~ msgid "The official code for the city"
#~ msgstr "Postnummer"

45
base_location/i18n/de.po

@ -43,6 +43,8 @@ msgstr "Orte"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Stadt"
@ -81,6 +83,9 @@ msgid "Contact"
msgstr "Kontakt"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "Land"
@ -96,7 +101,10 @@ msgid "Created on"
msgstr "erstellt am"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Anzeigename"
@ -105,7 +113,8 @@ msgstr "Anzeigename"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -115,12 +124,18 @@ msgid "Enforce Cities"
msgstr "Städte erzwingen"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Zuletzt verändert am"
@ -151,24 +166,37 @@ msgid "Search zip"
msgstr "Suche Stadt"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Bundesland"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr "Die Stadt des Partners %s weicht von der des Standorts %s ab"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr "Das Land des Partners %s unterscheidet sich vom dem des Standorts %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
"Das Bundesland des Partners %s unterscheidet sich von dem am Standort %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
@ -176,14 +204,14 @@ msgstr ""
"Verwenden Sie den Stadtnamen oder die PLZ, um nach diesem Standort zu suchen"
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -202,6 +230,8 @@ msgid "ZIP Location"
msgstr "Standort-PLZ"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""
@ -234,9 +264,6 @@ msgstr ""
#~ msgid "Longitude"
#~ msgstr "Längengrad"
#~ msgid "State"
#~ msgstr "Bundesland"
#~ msgid "The country of the city differs from the country in location %s"
#~ msgstr "Das Land der Stadt unterscheidet sich vom Land des Standorts %s"

42
base_location/i18n/el_GR.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Δημιουργήθηκε στις"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "Κωδικός"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/en_GB.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Created on"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Display Name"
@ -100,7 +108,8 @@ msgstr "Display Name"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Last Modified on"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

82
base_location/i18n/es.po

@ -8,16 +8,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-13 03:42+0000\n"
"PO-Revision-Date: 2019-11-10 17:34+0000\n"
"Last-Translator: Galoperd <jvcsan@gmail.com>\n"
"POT-Creation-Date: 2020-10-24 18:00+0000\n"
"PO-Revision-Date: 2022-08-07 05:29+0000\n"
"Last-Translator: Claude R Perrin <claude@perrin.it>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_location
#: model:res.city,name:base_location.demo_brussels_city
@ -42,6 +42,8 @@ msgstr "Ciudades"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Ciudad"
@ -59,9 +61,8 @@ msgstr "Autocompletado a partir de la ciudad"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__city_id
#: model:ir.model.fields,field_description:base_location.field_res_users__city_id
#, fuzzy
msgid "City of Address"
msgstr "Código de ciudad"
msgstr "Ciudad de la dirección"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city_zip
@ -79,6 +80,9 @@ msgid "Contact"
msgstr "Contacto"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "País"
@ -94,7 +98,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
@ -103,9 +110,14 @@ msgstr "Nombre mostrado"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
"Muestra y administra la lista de todas las ciudades que pueden ser \n"
"asignadas a sus contactos. Tenga en cuenta que en cada país se puede\n"
"establecer separadamente una opción para forzar que cualquier dirección\n"
"de ese país tenga que tener la ciudad rellenada."
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
@ -113,12 +125,18 @@ msgid "Enforce Cities"
msgstr "Forzar ciudades"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Modificado por última vez el"
@ -135,12 +153,12 @@ msgstr "Última actualización en"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "Location completion"
msgstr "Completar localización"
msgstr "Completado de ubicación"
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_zip_tree
msgid "Locations"
msgstr "Localizaciones"
msgstr "Ubicaciones"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_city_zip_filter
@ -148,21 +166,34 @@ msgid "Search zip"
msgstr "Buscar código postal"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Provincia"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr "La ciudad del contacto %s difiere de la localización %s"
msgstr "La ciudad del contacto %s difiere de la de la ubicación %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
msgstr "El país del contacto %s difiere del de la ubicación %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr "La provincia de contacto %s difiere de la de la ubicación %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
@ -172,18 +203,22 @@ msgstr ""
"Utilice el nombre de ciudad o el código postal para buscar la ubicación"
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
"Tiene ya una ciudad con ese nombre en la misma provincia. La ciudad debe "
"tener un nombre único para la misma provincia y país."
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
msgstr ""
"Ya tiene ese código postal en la misma ciudad. El código postal debe ser "
"único para una misma ciudad"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__name
@ -195,12 +230,14 @@ msgstr "C.P."
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_users__zip_id
msgid "ZIP Location"
msgstr "Código postal"
msgstr "Ubicación"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr "Código postal"
msgstr "C.P."
#. module: base_location
#: model:ir.ui.menu,name:base_location.locations_menu_zips
@ -208,12 +245,12 @@ msgstr "Código postal"
#: model_terms:ir.ui.view,arch_db:base_location.view_city_form
#: model_terms:ir.ui.view,arch_db:base_location.view_res_country_city_better_zip_form
msgid "Zips"
msgstr "Códigos postales"
msgstr "CPs"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city"
msgstr "Códigos postales en esta ciudad"
msgstr "CPs en la ciudad"
#~ msgid "Country state"
#~ msgstr "Provincia"
@ -227,8 +264,5 @@ msgstr "Códigos postales en esta ciudad"
#~ msgid "Longitude"
#~ msgstr "Longitud"
#~ msgid "State"
#~ msgstr "Provincia"
#~ msgid "The official code for the city"
#~ msgstr "El código oficial para la ciudad"

110
base_location/i18n/es_AR.po

@ -9,21 +9,20 @@ msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-22 03:38+0000\n"
"PO-Revision-Date: 2020-11-28 17:36+0000\n"
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/"
"23907/es_AR/)\n"
"PO-Revision-Date: 2017-11-22 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
"teams/23907/es_AR/)\n"
"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_location
#: model:res.city,name:base_location.demo_brussels_city
msgid "Brussels"
msgstr "Bruselas"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__country_enforce_cities
@ -31,57 +30,60 @@ msgid ""
"Check this box to ensure every address created in that country has a 'City' "
"chosen in the list of the country's cities."
msgstr ""
"Marque esta casilla para asegurarse de que cada dirección creada en ese país "
"tenga una 'Ciudad' elegida en la lista de ciudades del país."
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_res_city_full
#: model:ir.ui.menu,name:base_location.locations_menu_cities
msgid "Cities"
msgstr "Ciudades"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Ciudad"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__city_id
msgid "City ID"
msgstr "ID de Ciudad"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_company_form_city
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "City completion"
msgstr "Finalización de la ciudad"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__city_id
#: model:ir.model.fields,field_description:base_location.field_res_users__city_id
msgid "City of Address"
msgstr "Ciudad de Dirección"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city_zip
msgid "City/locations completion object"
msgstr "Ciudad/objeto de finalización de ubicaciones"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_company
msgid "Companies"
msgstr "Compañías"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_partner
msgid "Contact"
msgstr "Contacto"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "País"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__create_uid
@ -94,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"
@ -103,27 +108,29 @@ msgstr "Mostrar Nombre"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
"Visualice y gestione la lista de todas las ciudades que se pueden asignar a\n"
" registros de su socio. Tenga en cuenta que se puede configurar "
"una opción en cada país por separado\n"
" para hacer cumplir cualquier dirección de la misma para tener "
"una ciudad en esta lista."
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
msgid "Enforce Cities"
msgstr "Imponer Ciudades"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
@ -140,75 +147,86 @@ msgstr "Última actualización el"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "Location completion"
msgstr "Finalización de ubicación"
msgstr ""
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_zip_tree
msgid "Locations"
msgstr "Ubicaciones"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_city_zip_filter
msgid "Search zip"
msgstr "Buscar código postal"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr "La ciudad del socio %s difiere de la de la ubicación %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr "El país del socio %s difiere del de la ubicación %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr "La provincia del socio %s difiere del de la ubicación %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr "Use el nombre de la ciudad o el código postal para buscar la ubicación"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
"Ya tiene una ciudad con ese nombre en la misma provincia. La ciudad debe "
"tener un nombre único dentro de su provincia y su país"
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
msgstr ""
"Ya tiene un zip con ese código en la misma ciudad. El código postal debe ser "
"único dentro de su ciudad"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__name
msgid "ZIP"
msgstr "CÓDIGO POSTAL"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_users__zip_id
msgid "ZIP Location"
msgstr "Ubicación del Código Postal"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr "Código Postal"
msgstr ""
#. module: base_location
#: model:ir.ui.menu,name:base_location.locations_menu_zips
@ -216,12 +234,12 @@ msgstr "Código Postal"
#: model_terms:ir.ui.view,arch_db:base_location.view_city_form
#: model_terms:ir.ui.view,arch_db:base_location.view_res_country_city_better_zip_form
msgid "Zips"
msgstr "Códigos Postales"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city"
msgstr "Códigos Postales en esta ciudad"
msgstr ""
#~ msgid "Group By"
#~ msgstr "Agrupar por"

42
base_location/i18n/es_CL.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID (identificación)"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/es_CO.po

@ -42,6 +42,8 @@ msgstr "Ciudades"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Ciudad"
@ -80,6 +82,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -95,7 +100,10 @@ msgid "Created on"
msgstr "Creado"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nombre Público"
@ -104,7 +112,8 @@ msgstr "Nombre Público"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -114,12 +123,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"
@ -149,37 +164,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -198,6 +226,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/es_CR.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/es_DO.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/es_EC.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID (identificación)"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

212
base_location/i18n/es_ES.po

@ -1,212 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_location
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-22 03:38+0000\n"
"PO-Revision-Date: 2017-11-22 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
"es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_location
#: model:res.city,name:base_location.demo_brussels_city
msgid "Brussels"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__country_enforce_cities
msgid ""
"Check this box to ensure every address created in that country has a 'City' "
"chosen in the list of the country's cities."
msgstr ""
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_res_city_full
#: model:ir.ui.menu,name:base_location.locations_menu_cities
msgid "Cities"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
msgid "City"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__city_id
msgid "City ID"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_company_form_city
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "City completion"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__city_id
#: model:ir.model.fields,field_description:base_location.field_res_users__city_id
msgid "City of Address"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city_zip
msgid "City/locations completion object"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_company
msgid "Companies"
msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_partner
msgid "Contact"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: base_location
#: model_terms:ir.actions.act_window,help:base_location.action_res_city_full
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "Location completion"
msgstr ""
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_zip_tree
msgid "Locations"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_city_zip_filter
msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__name
msgid "ZIP"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_users__zip_id
msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""
#. module: base_location
#: model:ir.ui.menu,name:base_location.locations_menu_zips
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_tree
#: model_terms:ir.ui.view,arch_db:base_location.view_city_form
#: model_terms:ir.ui.view,arch_db:base_location.view_res_country_city_better_zip_form
msgid "Zips"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city"
msgstr ""

42
base_location/i18n/es_MX.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nombre desplegado"
@ -100,7 +108,8 @@ msgstr "Nombre desplegado"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Ultima modificacion realizada"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/es_PE.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nombre a Mostrar"
@ -100,7 +108,8 @@ msgstr "Nombre a Mostrar"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Ultima Modificación en"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/es_PY.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/es_VE.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Mostrar nombre"
@ -100,7 +108,8 @@ msgstr "Mostrar nombre"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Modificada por última vez"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/et.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Loodud"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Näidatav nimi"
@ -99,7 +107,8 @@ msgstr "Näidatav nimi"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Viimati muudetud"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/eu.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Created on"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Izena erakutsi"
@ -99,7 +107,8 @@ msgstr "Izena erakutsi"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/fa.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "ایجاد شده در"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "نام نمایشی"
@ -99,7 +107,8 @@ msgstr "نام نمایشی"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "شناسه"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

45
base_location/i18n/fi.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "Maa"
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Luotu"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nimi"
@ -99,7 +107,8 @@ msgstr "Nimi"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Viimeksi muokattu"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Tila"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""
@ -209,6 +239,3 @@ msgstr ""
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city"
msgstr ""
#~ msgid "State"
#~ msgstr "Tila"

98
base_location/i18n/fr.po

@ -10,15 +10,15 @@ msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-03 20:26+0000\n"
"PO-Revision-Date: 2020-05-28 12:19+0000\n"
"Last-Translator: Yann Papouin <y.papouin@dec-industrie.com>\n"
"PO-Revision-Date: 2022-09-13 22:07+0000\n"
"Last-Translator: Claude R Perrin <claude@perrin.it>\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.10\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_location
#: model:res.city,name:base_location.demo_brussels_city
@ -31,8 +31,8 @@ msgid ""
"Check this box to ensure every address created in that country has a 'City' "
"chosen in the list of the country's cities."
msgstr ""
"Cochez cette case pour vous assurer que chaque adresse créée dans ce pays a "
"une «Ville» choisie dans la liste des villes du pays."
"Cocher cette case pour forcer l'utilisation de la liste déroulantes des "
"villes de ce pays lors de la saisie d'une adresse dans ce pays."
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_res_city_full
@ -43,30 +43,32 @@ msgstr "Villes"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Ville"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__city_id
msgid "City ID"
msgstr "Ville"
msgstr "ID de la ville"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_company_form_city
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "City completion"
msgstr "Complétion par ville"
msgstr "Auto complétion à partir de la ville"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__city_id
#: model:ir.model.fields,field_description:base_location.field_res_users__city_id
msgid "City of Address"
msgstr "Ville de cette adresse"
msgstr "Ville de l'adresse"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city_zip
msgid "City/locations completion object"
msgstr "Objet pour la recherche automatique des villes et emplacements"
msgstr "Objet complétion Ville / lieux"
#. module: base_location
#: model:ir.model,name:base_location.model_res_company
@ -79,6 +81,9 @@ msgid "Contact"
msgstr "Contact"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "Pays"
@ -94,36 +99,41 @@ msgid "Created on"
msgstr "Créé le"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nom affiché"
msgstr "Intitulé"
#. module: base_location
#: model_terms:ir.actions.act_window,help:base_location.action_res_city_full
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
"Affiche et gère la liste de toutes les villes pouvant être affectées à\n"
" vos contacts. Notez qu'une option peut être définie sur chaque "
"pays séparément\n"
" pour forcer n'importe quelle adresse à avoir une ville dans "
"cette liste."
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
msgid "Enforce Cities"
msgstr "Forcer les villes"
msgstr "Contrôle des Villes"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "Identifiant"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
@ -140,35 +150,48 @@ msgstr "Mis à jour le"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "Location completion"
msgstr "Saisie auto. de la localisation"
msgstr "Auto complétion Localisation"
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_zip_tree
msgid "Locations"
msgstr "Localisations"
msgstr "Lieux"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_city_zip_filter
msgid "Search zip"
msgstr "Recherche de code postal"
msgstr "Recherche code postal"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Etat"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr "La ville du partenaire %s diffère de celle de cette localisation %s"
msgstr "La ville du partenaire %s est différente de celle du lieu %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr "Le pays du partenaire %s diffère de celui de cette localisation %s"
msgstr "Le pays du partenaire %s est différent de celui du lieu %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr "L'état du partenaire %s diffère de celui de cette localisation %s"
msgstr "L'état du partenaire %s est différent de celui du lieu %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr "Le code postal du partenaire %s est différent de celui du lieu %s"
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
@ -176,39 +199,37 @@ msgid "Use the city name or the zip code to search the location"
msgstr "Utilisez le nom de la ville ou le zip lors des recherches"
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
"Vous avez déjà une ville avec le même nom dans cet état. Le nom d'une ville "
"doit être unique par état et par pays"
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
msgstr ""
"Vous avez déjà ce code postal pour cette ville. Un code postal doit être "
"unique par ville"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__name
msgid "ZIP"
msgstr "Code postal"
msgstr "Code Postal"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip_id
#: model:ir.model.fields,field_description:base_location.field_res_users__zip_id
msgid "ZIP Location"
msgstr "Code postal"
msgstr "Lieu du Code postal"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr "Code postal"
msgstr "Code Postal"
#. module: base_location
#: model:ir.ui.menu,name:base_location.locations_menu_zips
@ -216,12 +237,12 @@ msgstr "Code postal"
#: model_terms:ir.ui.view,arch_db:base_location.view_city_form
#: model_terms:ir.ui.view,arch_db:base_location.view_res_country_city_better_zip_form
msgid "Zips"
msgstr "Codes postaux"
msgstr "Codes Postaux"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city"
msgstr "Codes postaux dans cette ville"
msgstr "Codes Postaux de cette ville"
#~ msgid "Country state"
#~ msgstr "Etat"
@ -235,8 +256,5 @@ msgstr "Codes postaux dans cette ville"
#~ msgid "Longitude"
#~ msgstr "Longitude"
#~ msgid "State"
#~ msgstr "Etat"
#~ msgid "The official code for the city"
#~ msgstr "Code officiel de la ville"

42
base_location/i18n/fr_CA.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Créé le"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Afficher le nom"
@ -100,7 +108,8 @@ msgstr "Afficher le nom"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "Identifiant"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/fr_CH.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Créé le"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nom affiché"
@ -100,7 +108,8 @@ msgstr "Nom affiché"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/gl.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Creado en"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
@ -99,7 +107,8 @@ msgstr ""
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Modificado por última vez o"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/gl_ES.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/he.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "נוצר ב-"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "השם המוצג"
@ -99,7 +107,8 @@ msgstr "השם המוצג"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "מזהה"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "תאריך שינוי אחרון"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

71
base_location/i18n/hr.po

@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-22 03:38+0000\n"
"PO-Revision-Date: 2017-11-22 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"PO-Revision-Date: 2022-08-23 14:07+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
@ -18,11 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_location
#: model:res.city,name:base_location.demo_brussels_city
msgid "Brussels"
msgstr ""
msgstr "Brisel"
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__country_enforce_cities
@ -35,30 +36,32 @@ msgstr ""
#: model:ir.actions.act_window,name:base_location.action_res_city_full
#: model:ir.ui.menu,name:base_location.locations_menu_cities
msgid "Cities"
msgstr ""
msgstr "Gradovi"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
msgstr "Grad"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__city_id
msgid "City ID"
msgstr ""
msgstr "ID Grada"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_company_form_city
#: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
msgid "City completion"
msgstr ""
msgstr "Popunjavanje gradova"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__city_id
#: model:ir.model.fields,field_description:base_location.field_res_users__city_id
msgid "City of Address"
msgstr ""
msgstr "Grad u adresi"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city_zip
@ -68,17 +71,20 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_company
msgid "Companies"
msgstr ""
msgstr "Tvrtke"
#. module: base_location
#: model:ir.model,name:base_location.model_res_partner
msgid "Contact"
msgstr ""
msgstr "Kontakt"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
msgstr "Država"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__create_uid
@ -91,7 +97,10 @@ msgid "Created on"
msgstr "Kreirano"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Naziv za prikaz"
@ -100,22 +109,29 @@ msgstr "Naziv za prikaz"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
msgid "Enforce Cities"
msgstr ""
msgstr "Forsiraj gradove"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
@ -137,45 +153,58 @@ msgstr ""
#. module: base_location
#: model:ir.actions.act_window,name:base_location.action_zip_tree
msgid "Locations"
msgstr ""
msgstr "Lokacije"
#. module: base_location
#: model_terms:ir.ui.view,arch_db:base_location.view_city_zip_filter
msgid "Search zip"
msgstr ""
msgstr "Pretraži poštanski broj"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Regija"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +223,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

45
base_location/i18n/hr_HR.po

@ -41,6 +41,8 @@ msgstr "Gradovi"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Grad"
@ -79,6 +81,9 @@ msgid "Contact"
msgstr "Kontakt"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "Država"
@ -94,7 +99,10 @@ msgid "Created on"
msgstr "Kreirano"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Naziv"
@ -103,7 +111,8 @@ msgstr "Naziv"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -113,12 +122,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Zadnji modificirao"
@ -149,37 +164,50 @@ msgid "Search zip"
msgstr "Pretraži gradove"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Oblast/Županija"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr "Koristite naziv ili šifru grada za pretraživanje"
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -198,6 +226,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""
@ -221,8 +251,5 @@ msgstr ""
#~ msgid "Group By"
#~ msgstr "Prupiraj po"
#~ msgid "State"
#~ msgstr "Oblast/Županija"
#~ msgid "The official code for the city"
#~ msgstr "Službena šifra ovog grada"

42
base_location/i18n/hu.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Létrehozás dátuma"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Név megjelenítése"
@ -99,7 +107,8 @@ msgstr "Név megjelenítése"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/id.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Dibuat pada"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
@ -99,7 +107,8 @@ msgstr "Nama Tampilan"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

58
base_location/i18n/it.po

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-13 03:42+0000\n"
"PO-Revision-Date: 2018-12-24 17:58+0000\n"
"PO-Revision-Date: 2021-12-16 13:39+0000\n"
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.3\n"
"X-Generator: Weblate 4.3.2\n"
#. module: base_location
#: model:res.city,name:base_location.demo_brussels_city
@ -42,6 +42,8 @@ msgstr "Città"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr "Città"
@ -59,9 +61,8 @@ msgstr "Completamento città"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__city_id
#: model:ir.model.fields,field_description:base_location.field_res_users__city_id
#, fuzzy
msgid "City of Address"
msgstr "Codice Città"
msgstr "Città dell'indirizzo"
#. module: base_location
#: model:ir.model,name:base_location.model_res_city_zip
@ -79,6 +80,9 @@ msgid "Contact"
msgstr "Contatto"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr "Nazione"
@ -94,7 +98,10 @@ msgid "Created on"
msgstr "Creato il"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
@ -103,7 +110,8 @@ msgstr "Nome visualizzato"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -113,12 +121,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
@ -148,41 +162,58 @@ msgid "Search zip"
msgstr "Ricerca CAP"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr "Provincia"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr "La città del partner %s è diversa da quella del luogo %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr "La nazione del partner %s è diversa dal quella del luogo %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr "Lo stato del partner %s è diverso da quello del luogo %s"
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr "IL CAP del partner %s è diverso da quello del luogo %s"
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr "Usare il nome della città o il codice CAP per cercare il luogo"
msgstr "Per cercare il luogo utilizzare il nome della città o il CAP"
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
"Nella stessa provincia è già presente una città con quel nome. All'interno "
"della provincia e nazione la città deve avere un nome univoco"
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
msgstr ""
"Nella stessa città è già presente un identico CAP. All'interno di una città "
"il codice deve essere univoco"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__name
@ -197,6 +228,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr "CAP"
@ -220,8 +253,5 @@ msgstr "CAP in questa città"
#~ msgid "Group By"
#~ msgstr "Raggruppa per"
#~ msgid "State"
#~ msgstr "Provincia"
#~ msgid "The official code for the city"
#~ msgstr "Il codice ufficiale per la città"

42
base_location/i18n/ja.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "作成日"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "表示名"
@ -99,7 +107,8 @@ msgstr "表示名"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "最終更新日"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/ko.po

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "작성일"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "표시 이름"
@ -99,7 +107,8 @@ msgstr "표시 이름"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "최근 수정"
@ -144,37 +159,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/lt.po

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Sukurta"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr "Vaizduojamas pavadinimas"
@ -100,7 +108,8 @@ msgstr "Vaizduojamas pavadinimas"
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr "Paskutinį kartą keista"
@ -145,37 +160,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

42
base_location/i18n/lt_LT.po

@ -41,6 +41,8 @@ msgstr ""
#. module: base_location
#: model:ir.model,name:base_location.model_res_city
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
#: model:ir.model.fields,field_description:base_location.field_res_users__city
msgid "City"
msgstr ""
@ -77,6 +79,9 @@ msgid "Contact"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country"
msgstr ""
@ -92,7 +97,10 @@ msgid "Created on"
msgstr "Sukurta"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
msgid "Display Name"
msgstr ""
@ -101,7 +109,8 @@ msgstr ""
msgid ""
"Display and manage the list of all cities that can be assigned to\n"
" your partner records. Note that an option can be set on each "
"country separately\n"
"country\n"
" separately\n"
" to enforce any address of it to have a city in this list."
msgstr ""
@ -111,12 +120,18 @@ msgid "Enforce Cities"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city__id
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
#: model:ir.model.fields,field_description:base_location.field_res_company__id
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
msgid "Last Modified on"
msgstr ""
@ -146,37 +161,50 @@ msgid "Search zip"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:87
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The city of partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:83
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The country of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:79
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The state of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: code:addons/base_location/models/res_partner.py:0
#, python-format
msgid "The zip of the partner %s differs from that in location %s"
msgstr ""
#. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
#. module: base_location
#: sql_constraint:res.city:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_name_state_country_uniq
msgid ""
"You already have a city with that name in the same state.The city must have "
"a unique name within it's state and it's country"
msgstr ""
#. module: base_location
#: sql_constraint:res.city.zip:0
#: model:ir.model.constraint,message:base_location.constraint_res_city_zip_name_city_uniq
msgid ""
"You already have a zip with that code in the same city. The zip code must be "
"unique within it's city"
@ -195,6 +223,8 @@ msgid "ZIP Location"
msgstr ""
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip"
msgstr ""

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

Loading…
Cancel
Save