Automatic Update form OCA2FC Migrator

This commit is contained in:
Flectra Community Bot 2021-07-18 02:14:10 +00:00 committed by OCA2FC Migrator Bot
parent 1aad09cb2d
commit 773b6db8bf
75 changed files with 2154 additions and 147 deletions

View File

@ -43,7 +43,7 @@ addon | version | summary
[partner_contact_personal_information_page](partner_contact_personal_information_page/) | 2.0.1.0.0| Add a page to contacts form to put personal information [partner_contact_personal_information_page](partner_contact_personal_information_page/) | 2.0.1.0.0| Add a page to contacts form to put personal information
[partner_contact_gender](partner_contact_gender/) | 2.0.1.0.1| Add gender field to contacts [partner_contact_gender](partner_contact_gender/) | 2.0.1.0.1| Add gender field to contacts
[partner_contact_lang](partner_contact_lang/) | 2.0.1.0.0| Manage language in contacts [partner_contact_lang](partner_contact_lang/) | 2.0.1.0.0| Manage language in contacts
[base_location](base_location/) | 2.0.1.1.0| Enhanced zip/npa management system [base_location](base_location/) | 2.0.1.2.0| Enhanced zip/npa management system
[partner_contact_in_several_companies](partner_contact_in_several_companies/) | 2.0.1.1.0| Allow to have one contact in several partners [partner_contact_in_several_companies](partner_contact_in_several_companies/) | 2.0.1.1.0| Allow to have one contact in several partners
[partner_company_group](partner_company_group/) | 2.0.1.0.1| Adds the possibility to add a company group to a company [partner_company_group](partner_company_group/) | 2.0.1.0.1| Adds the possibility to add a company group to a company
[base_country_state_translatable](base_country_state_translatable/) | 2.0.1.0.0| Translate Country States [base_country_state_translatable](base_country_state_translatable/) | 2.0.1.0.0| Translate Country States

View File

@ -4,7 +4,7 @@
{ {
"name": "Location management (aka Better ZIP)", "name": "Location management (aka Better ZIP)",
"version": "2.0.1.1.0", "version": "2.0.1.2.0",
"depends": ["base_address_city", "contacts"], "depends": ["base_address_city", "contacts"],
"author": ( "author": (
"Camptocamp," "Camptocamp,"

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -99,7 +107,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "أنشئ في" msgstr "أنشئ في"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "اسم العرض" msgstr "اسم العرض"
@ -100,7 +108,8 @@ msgstr "اسم العرض"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "المعرف" msgstr "المعرف"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "آخر تعديل في" msgstr "آخر تعديل في"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -13,12 +13,6 @@ msgstr ""
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Plural-Forms: \n" "Plural-Forms: \n"
#. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_partner__allowed_zip_ids
#: model:ir.model.fields,field_description:base_location.field_res_users__allowed_zip_ids
msgid "Allowed Zip"
msgstr ""
#. module: base_location #. module: base_location
#: model:res.city,name:base_location.demo_brussels_city #: model:res.city,name:base_location.demo_brussels_city
msgid "Brussels" msgid "Brussels"
@ -78,6 +72,7 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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_partner__country_id
#: model:ir.model.fields,field_description:base_location.field_res_users__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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
@ -158,6 +153,7 @@ msgid "Search zip"
msgstr "" msgstr ""
#. module: base_location #. 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_partner__state_id
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id #: model:ir.model.fields,field_description:base_location.field_res_users__state_id
msgid "State" msgid "State"
@ -181,6 +177,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Създадено на" msgstr "Създадено на"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Име за показване" msgstr "Име за показване"
@ -99,7 +107,8 @@ msgstr "Име за показване"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Последно обновено на" msgstr "Последно обновено на"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Kreirano" msgstr "Kreirano"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Prikaži naziv" msgstr "Prikaži naziv"
@ -100,7 +108,8 @@ msgstr "Prikaži naziv"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Zadnje mijenjano" msgstr "Zadnje mijenjano"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Creat el" msgstr "Creat el"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Veure el nom" msgstr "Veure el nom"
@ -99,7 +107,8 @@ msgstr "Veure el nom"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Darrera modificació el" msgstr "Darrera modificació el"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Vytvořeno" msgstr "Vytvořeno"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Zobrazovaný název" msgstr "Zobrazovaný název"
@ -99,7 +107,8 @@ msgstr "Zobrazovaný název"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Naposled upraveno" msgstr "Naposled upraveno"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr "Byer"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "By" msgstr "By"
@ -77,6 +79,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Land." msgstr "Land."
@ -92,7 +97,10 @@ msgid "Created on"
msgstr "Oprettet den" msgstr "Oprettet den"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Vist navn" msgstr "Vist navn"
@ -101,7 +109,8 @@ msgstr "Vist navn"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -111,12 +120,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Sidst ændret den" msgstr "Sidst ændret den"
@ -146,6 +161,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "Søg by" msgstr "Søg by"
#. 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 "Delstat"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -164,6 +186,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -196,6 +224,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -219,8 +249,5 @@ msgstr ""
#~ msgid "Group By" #~ msgid "Group By"
#~ msgstr "Gruppér efter" #~ msgstr "Gruppér efter"
#~ msgid "State"
#~ msgstr "Delstat"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "Postnummer" #~ msgstr "Postnummer"

View File

@ -43,6 +43,8 @@ msgstr "Orte"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Stadt" msgstr "Stadt"
@ -81,6 +83,9 @@ msgid "Contact"
msgstr "Kontakt" msgstr "Kontakt"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Land" msgstr "Land"
@ -96,7 +101,10 @@ msgid "Created on"
msgstr "erstellt am" msgstr "erstellt am"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Anzeigename" msgstr "Anzeigename"
@ -105,7 +113,8 @@ msgstr "Anzeigename"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -115,12 +124,18 @@ msgid "Enforce Cities"
msgstr "Städte erzwingen" msgstr "Städte erzwingen"
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Zuletzt verändert am" msgstr "Zuletzt verändert am"
@ -150,6 +165,13 @@ msgstr "Standorte"
msgid "Search zip" msgid "Search zip"
msgstr "Suche Stadt" msgstr "Suche Stadt"
#. 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 "Bundesland"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -169,6 +191,12 @@ msgid "The state of the partner %s differs from that in location %s"
msgstr "" msgstr ""
"Das Bundesland des Partners %s unterscheidet sich von dem am Standort %s" "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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -202,6 +230,8 @@ msgid "ZIP Location"
msgstr "Standort-PLZ" msgstr "Standort-PLZ"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -234,9 +264,6 @@ msgstr ""
#~ msgid "Longitude" #~ msgid "Longitude"
#~ msgstr "Längengrad" #~ msgstr "Längengrad"
#~ msgid "State"
#~ msgstr "Bundesland"
#~ msgid "The country of the city differs from the country in location %s" #~ 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" #~ msgstr "Das Land der Stadt unterscheidet sich vom Land des Standorts %s"

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Δημιουργήθηκε στις" msgstr "Δημιουργήθηκε στις"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "Κωδικός" msgstr "Κωδικός"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Created on" msgstr "Created on"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Display Name" msgstr "Display Name"
@ -100,7 +108,8 @@ msgstr "Display Name"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Last Modified on" msgstr "Last Modified on"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -42,6 +42,8 @@ msgstr "Ciudades"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Ciudad" msgstr "Ciudad"
@ -78,6 +80,9 @@ msgid "Contact"
msgstr "Contacto" msgstr "Contacto"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "País" msgstr "País"
@ -160,6 +165,13 @@ msgstr "Ubicaciones"
msgid "Search zip" msgid "Search zip"
msgstr "Buscar código postal" msgstr "Buscar código 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 "Provincia"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -178,6 +190,12 @@ msgstr "El país del contacto %s difiere del de la ubicación %s"
msgid "The state of the partner %s differs from that in location %s" 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" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -215,6 +233,8 @@ msgid "ZIP Location"
msgstr "Ubicación" msgstr "Ubicación"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "C.P." msgstr "C.P."
@ -244,8 +264,5 @@ msgstr "CPs en la ciudad"
#~ msgid "Longitude" #~ msgid "Longitude"
#~ msgstr "Longitud" #~ msgstr "Longitud"
#~ msgid "State"
#~ msgstr "Provincia"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "El código oficial para la ciudad" #~ msgstr "El código oficial para la ciudad"

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Mostrar Nombre" msgstr "Mostrar Nombre"
@ -100,7 +108,8 @@ msgstr "Mostrar Nombre"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -42,6 +42,8 @@ msgstr "Ciudades"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Ciudad" msgstr "Ciudad"
@ -80,6 +82,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -95,7 +100,10 @@ msgid "Created on"
msgstr "Creado" msgstr "Creado"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nombre Público" msgstr "Nombre Público"
@ -104,7 +112,8 @@ msgstr "Nombre Público"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -114,12 +123,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Última Modificación el" msgstr "Última Modificación el"
@ -148,6 +163,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -166,6 +188,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -198,6 +226,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nombre desplegado" msgstr "Nombre desplegado"
@ -100,7 +108,8 @@ msgstr "Nombre desplegado"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Ultima modificacion realizada" msgstr "Ultima modificacion realizada"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nombre a Mostrar" msgstr "Nombre a Mostrar"
@ -100,7 +108,8 @@ msgstr "Nombre a Mostrar"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Ultima Modificación en" msgstr "Ultima Modificación en"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Mostrar nombre" msgstr "Mostrar nombre"
@ -100,7 +108,8 @@ msgstr "Mostrar nombre"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Modificada por última vez" msgstr "Modificada por última vez"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Loodud" msgstr "Loodud"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Näidatav nimi" msgstr "Näidatav nimi"
@ -99,7 +107,8 @@ msgstr "Näidatav nimi"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Viimati muudetud" msgstr "Viimati muudetud"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Created on" msgstr "Created on"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Izena erakutsi" msgstr "Izena erakutsi"
@ -99,7 +107,8 @@ msgstr "Izena erakutsi"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "ایجاد شده در" msgstr "ایجاد شده در"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "نام نمایشی" msgstr "نام نمایشی"
@ -99,7 +107,8 @@ msgstr "نام نمایشی"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "شناسه" msgstr "شناسه"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی" msgstr "تاریخ آخرین به‌روزرسانی"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Maa" msgstr "Maa"
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Luotu" msgstr "Luotu"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nimi" msgstr "Nimi"
@ -99,7 +107,8 @@ msgstr "Nimi"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Viimeksi muokattu" msgstr "Viimeksi muokattu"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 "Tila"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -209,6 +239,3 @@ msgstr ""
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids #: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
msgid "Zips in this city" msgid "Zips in this city"
msgstr "" msgstr ""
#~ msgid "State"
#~ msgstr "Tila"

View File

@ -42,6 +42,8 @@ msgstr "Villes"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Ville" msgstr "Ville"
@ -80,6 +82,9 @@ msgid "Contact"
msgstr "Contacte" msgstr "Contacte"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Pays" msgstr "Pays"
@ -95,7 +100,10 @@ msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Intitulé" msgstr "Intitulé"
@ -104,7 +112,8 @@ msgstr "Intitulé"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -114,12 +123,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "Identifiant" msgstr "Identifiant"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
@ -149,6 +164,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "Rechercher ville" msgstr "Rechercher ville"
#. 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -167,6 +189,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -199,6 +227,8 @@ msgid "ZIP Location"
msgstr "Code postal" msgstr "Code postal"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -228,8 +258,5 @@ msgstr ""
#~ msgid "Longitude" #~ msgid "Longitude"
#~ msgstr "Longitude" #~ msgstr "Longitude"
#~ msgid "State"
#~ msgstr "Etat"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "Code officiel de la ville" #~ msgstr "Code officiel de la ville"

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Afficher le nom" msgstr "Afficher le nom"
@ -100,7 +108,8 @@ msgstr "Afficher le nom"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "Identifiant" msgstr "Identifiant"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nom affiché" msgstr "Nom affiché"
@ -100,7 +108,8 @@ msgstr "Nom affiché"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -99,7 +107,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Modificado por última vez o" msgstr "Modificado por última vez o"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "נוצר ב-" msgstr "נוצר ב-"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "השם המוצג" msgstr "השם המוצג"
@ -99,7 +107,8 @@ msgstr "השם המוצג"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "מזהה" msgstr "מזהה"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "תאריך שינוי אחרון" msgstr "תאריך שינוי אחרון"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Kreirano" msgstr "Kreirano"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Naziv za prikaz" msgstr "Naziv za prikaz"
@ -100,7 +108,8 @@ msgstr "Naziv za prikaz"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Zadnje modificirano" msgstr "Zadnje modificirano"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -41,6 +41,8 @@ msgstr "Gradovi"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Grad" msgstr "Grad"
@ -79,6 +81,9 @@ msgid "Contact"
msgstr "Kontakt" msgstr "Kontakt"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Država" msgstr "Država"
@ -94,7 +99,10 @@ msgid "Created on"
msgstr "Kreirano" msgstr "Kreirano"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Naziv" msgstr "Naziv"
@ -103,7 +111,8 @@ msgstr "Naziv"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -113,12 +122,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Zadnji modificirao" msgstr "Zadnji modificirao"
@ -148,6 +163,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "Pretraži gradove" msgstr "Pretraži gradove"
#. 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 "Oblast/Županija"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -166,6 +188,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -198,6 +226,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -221,8 +251,5 @@ msgstr ""
#~ msgid "Group By" #~ msgid "Group By"
#~ msgstr "Prupiraj po" #~ msgstr "Prupiraj po"
#~ msgid "State"
#~ msgstr "Oblast/Županija"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "Službena šifra ovog grada" #~ msgstr "Službena šifra ovog grada"

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Létrehozás dátuma" msgstr "Létrehozás dátuma"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Név megjelenítése" msgstr "Név megjelenítése"
@ -99,7 +107,8 @@ msgstr "Név megjelenítése"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma" msgstr "Utolsó frissítés dátuma"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Dibuat pada" msgstr "Dibuat pada"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nama Tampilan" msgstr "Nama Tampilan"
@ -99,7 +107,8 @@ msgstr "Nama Tampilan"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada" msgstr "Terakhir Dimodifikasi pada"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -42,6 +42,8 @@ msgstr "Città"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Città" msgstr "Città"
@ -79,6 +81,9 @@ msgid "Contact"
msgstr "Contatto" msgstr "Contatto"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Nazione" msgstr "Nazione"
@ -94,7 +99,10 @@ msgid "Created on"
msgstr "Creato il" msgstr "Creato il"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nome visualizzato" msgstr "Nome visualizzato"
@ -103,7 +111,8 @@ msgstr "Nome visualizzato"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -113,12 +122,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Ultima modifica il" msgstr "Ultima modifica il"
@ -147,6 +162,13 @@ msgstr "Luoghi"
msgid "Search zip" msgid "Search zip"
msgstr "Ricerca CAP" msgstr "Ricerca CAP"
#. 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 "Provincia"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -165,6 +187,12 @@ msgstr "La nazione del partner %s è diversa dal quella del luogo %s"
msgid "The state of the partner %s differs from that in location %s" 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" 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 ""
#. module: base_location #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -197,6 +225,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "CAP" msgstr "CAP"
@ -220,8 +250,5 @@ msgstr "CAP in questa città"
#~ msgid "Group By" #~ msgid "Group By"
#~ msgstr "Raggruppa per" #~ msgstr "Raggruppa per"
#~ msgid "State"
#~ msgstr "Provincia"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "Il codice ufficiale per la città" #~ msgstr "Il codice ufficiale per la città"

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "作成日" msgstr "作成日"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "表示名" msgstr "表示名"
@ -99,7 +107,8 @@ msgstr "表示名"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "最終更新日" msgstr "最終更新日"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "작성일" msgstr "작성일"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "표시 이름" msgstr "표시 이름"
@ -99,7 +107,8 @@ msgstr "표시 이름"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "최근 수정" msgstr "최근 수정"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Sukurta" msgstr "Sukurta"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Vaizduojamas pavadinimas" msgstr "Vaizduojamas pavadinimas"
@ -100,7 +108,8 @@ msgstr "Vaizduojamas pavadinimas"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Paskutinį kartą keista" msgstr "Paskutinį kartą keista"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -41,6 +41,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -77,6 +79,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -92,7 +97,10 @@ msgid "Created on"
msgstr "Sukurta" msgstr "Sukurta"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -101,7 +109,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -111,12 +120,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -145,6 +160,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -163,6 +185,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -195,6 +223,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Izveidots" msgstr "Izveidots"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Креирано на" msgstr "Креирано на"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Прикажи име" msgstr "Прикажи име"
@ -99,7 +107,8 @@ msgstr "Прикажи име"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Последна промена на" msgstr "Последна промена на"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Үүсгэсэн" msgstr "Үүсгэсэн"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Дэлгэцийн Нэр" msgstr "Дэлгэцийн Нэр"
@ -99,7 +107,8 @@ msgstr "Дэлгэцийн Нэр"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Сүүлийн засвар хийсэн огноо" msgstr "Сүүлийн засвар хийсэн огноо"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Opprettet den" msgstr "Opprettet den"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Visnings navn" msgstr "Visnings navn"
@ -100,7 +108,8 @@ msgstr "Visnings navn"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Sist oppdatert " msgstr "Sist oppdatert "
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Laget den" msgstr "Laget den"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Vis navn" msgstr "Vis navn"
@ -100,7 +108,8 @@ msgstr "Vis navn"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Sist endret den" msgstr "Sist endret den"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -42,6 +42,8 @@ msgstr "Gemeentes"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Plaats" msgstr "Plaats"
@ -78,6 +80,9 @@ msgid "Contact"
msgstr "Contact" msgstr "Contact"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Land" msgstr "Land"
@ -93,7 +98,10 @@ msgid "Created on"
msgstr "Aangemaakt op" msgstr "Aangemaakt op"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Te tonen naam" msgstr "Te tonen naam"
@ -102,7 +110,8 @@ msgstr "Te tonen naam"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -112,12 +121,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
@ -146,6 +161,13 @@ msgstr "Locaties"
msgid "Search zip" msgid "Search zip"
msgstr "Zoek postcode" msgstr "Zoek postcode"
#. 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -164,6 +186,12 @@ msgstr "Het land van de klant %s komt niet overeen met de locatie %s"
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "De provincie van de relatie %s komt niet overeen met de locatie %s" msgstr "De provincie van de relatie %s komt niet overeen met de locatie %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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -201,6 +229,8 @@ msgid "ZIP Location"
msgstr "Locatie postcode" msgstr "Locatie postcode"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "Postcode" msgstr "Postcode"

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Gemaakt op" msgstr "Gemaakt op"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Schermnaam" msgstr "Schermnaam"
@ -100,7 +108,8 @@ msgstr "Schermnaam"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Laatst Aangepast op" msgstr "Laatst Aangepast op"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -41,6 +41,8 @@ msgstr "Plaatsen"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Plaats" msgstr "Plaats"
@ -79,6 +81,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Land" msgstr "Land"
@ -94,7 +99,10 @@ msgid "Created on"
msgstr "Aangemaakt op" msgstr "Aangemaakt op"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Weergavenaam" msgstr "Weergavenaam"
@ -103,7 +111,8 @@ msgstr "Weergavenaam"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -113,12 +122,18 @@ msgid "Enforce Cities"
msgstr "Plaatsen afdwingen" msgstr "Plaatsen afdwingen"
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Laatst gewijzigd op" msgstr "Laatst gewijzigd op"
@ -148,6 +163,13 @@ msgstr "Locaties"
msgid "Search zip" msgid "Search zip"
msgstr "Zoek plaats" msgstr "Zoek plaats"
#. 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 "Staat/Provincie"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -166,6 +188,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -198,6 +226,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -226,6 +256,3 @@ msgstr ""
#~ msgid "Longitude" #~ msgid "Longitude"
#~ msgstr "Lengtegraad" #~ msgstr "Lengtegraad"
#~ msgid "State"
#~ msgstr "Staat/Provincie"

View File

@ -41,6 +41,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -77,6 +79,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -92,7 +97,10 @@ msgid "Created on"
msgstr "Utworzono" msgstr "Utworzono"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Wyświetlana nazwa " msgstr "Wyświetlana nazwa "
@ -101,7 +109,8 @@ msgstr "Wyświetlana nazwa "
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -111,12 +120,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Ostatnio modyfikowano" msgstr "Ostatnio modyfikowano"
@ -145,6 +160,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -163,6 +185,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -195,6 +223,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "País" msgstr "País"
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nome a Apresentar" msgstr "Nome a Apresentar"
@ -99,7 +107,8 @@ msgstr "Nome a Apresentar"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Modificado a última vez por" msgstr "Modificado a última vez por"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -11,8 +11,8 @@ msgstr ""
"POT-Creation-Date: 2017-11-22 03:38+0000\n" "POT-Creation-Date: 2017-11-22 03:38+0000\n"
"PO-Revision-Date: 2020-07-01 20:19+0000\n" "PO-Revision-Date: 2020-07-01 20:19+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n" "Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"23907/pt_BR/)\n" "teams/23907/pt_BR/)\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -43,6 +43,8 @@ msgstr "Cidades"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Cidade" msgstr "Cidade"
@ -79,6 +81,9 @@ msgid "Contact"
msgstr "Contato" msgstr "Contato"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "País" msgstr "País"
@ -94,7 +99,10 @@ msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nome a mostrar" msgstr "Nome a mostrar"
@ -103,13 +111,10 @@ msgstr "Nome a mostrar"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
"Exiba e gerencie a lista de todas as cidades que podem ser atribuídas aos\n"
" seus parceiros. Observe que é possível configurar cada país para "
"fazer\n"
" com que qualquer endereço dele tenha uma cidade nesta lista."
#. module: base_location #. module: base_location
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities #: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
@ -117,12 +122,18 @@ msgid "Enforce Cities"
msgstr "Impor Cidades" msgstr "Impor Cidades"
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Última atualização em" msgstr "Última atualização em"
@ -151,6 +162,13 @@ msgstr "Localizações"
msgid "Search zip" msgid "Search zip"
msgstr "Buscar localização" msgstr "Buscar localização"
#. 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 "Estado"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -169,6 +187,12 @@ msgstr "O pais do parceiro, %s, difere da sua localidade %s"
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "O estado do parceiro, %s, difere da sua localidade %s" msgstr "O estado do parceiro, %s, difere da sua localidade %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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -205,6 +229,8 @@ msgid "ZIP Location"
msgstr "Localização do CEP" msgstr "Localização do CEP"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "Cep" msgstr "Cep"
@ -222,6 +248,18 @@ msgstr "Ceps"
msgid "Zips in this city" msgid "Zips in this city"
msgstr "Ceps desta cidade" msgstr "Ceps desta cidade"
#~ 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 ""
#~ "Exiba e gerencie a lista de todas as cidades que podem ser atribuídas "
#~ "aos\n"
#~ " seus parceiros. Observe que é possível configurar cada país "
#~ "para fazer\n"
#~ " com que qualquer endereço dele tenha uma cidade nesta lista."
#~ msgid "Country state" #~ msgid "Country state"
#~ msgstr "Estado" #~ msgstr "Estado"
@ -234,8 +272,5 @@ msgstr "Ceps desta cidade"
#~ msgid "Longitude" #~ msgid "Longitude"
#~ msgstr "Longitude" #~ msgstr "Longitude"
#~ msgid "State"
#~ msgstr "Estado"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "O código oficial da cidade" #~ msgstr "O código oficial da cidade"

View File

@ -40,6 +40,8 @@ msgstr "Cidades"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Cidade" msgstr "Cidade"
@ -78,6 +80,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "País" msgstr "País"
@ -93,7 +98,10 @@ msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nome" msgstr "Nome"
@ -102,7 +110,8 @@ msgstr "Nome"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -112,12 +121,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Modificado em" msgstr "Modificado em"
@ -147,6 +162,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "Procurar cidade" msgstr "Procurar cidade"
#. 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 "Estado"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -165,6 +187,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -197,6 +225,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -217,8 +247,5 @@ msgstr ""
#~ msgid "Group By" #~ msgid "Group By"
#~ msgstr "Agrupar por" #~ msgstr "Agrupar por"
#~ msgid "State"
#~ msgstr "Estado"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "Código oficial da cidade" #~ msgstr "Código oficial da cidade"

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Creat la" msgstr "Creat la"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Nume Afişat" msgstr "Nume Afişat"
@ -100,7 +108,8 @@ msgstr "Nume Afişat"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Ultima actualizare în" msgstr "Ultima actualizare în"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -41,6 +41,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -77,6 +79,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -92,7 +97,10 @@ msgid "Created on"
msgstr "Создан" msgstr "Создан"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -101,7 +109,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -111,12 +120,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -145,6 +160,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -163,6 +185,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -195,6 +223,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Vytvorené" msgstr "Vytvorené"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Zobraziť meno" msgstr "Zobraziť meno"
@ -99,7 +107,8 @@ msgstr "Zobraziť meno"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Posledná modifikácia" msgstr "Posledná modifikácia"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr "Kraji"
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "Kraj" msgstr "Kraj"
@ -78,6 +80,9 @@ msgid "Contact"
msgstr "Stik" msgstr "Stik"
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "Država" msgstr "Država"
@ -93,7 +98,10 @@ msgid "Created on"
msgstr "Ustvarjeno" msgstr "Ustvarjeno"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Prikazni naziv" msgstr "Prikazni naziv"
@ -102,7 +110,8 @@ msgstr "Prikazni naziv"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -112,12 +121,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Zadnjič spremenjeno" msgstr "Zadnjič spremenjeno"
@ -147,6 +162,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "Iskanje kraja" msgstr "Iskanje kraja"
#. 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 "Zvezna država"
#. module: base_location #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -165,6 +187,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -197,6 +225,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""
@ -220,8 +250,5 @@ msgstr ""
#~ msgid "Group By" #~ msgid "Group By"
#~ msgstr "Združi po" #~ msgstr "Združi po"
#~ msgid "State"
#~ msgstr "Zvezna država"
#~ msgid "The official code for the city" #~ msgid "The official code for the city"
#~ msgstr "Uradna koda kraja" #~ msgstr "Uradna koda kraja"

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Kreiran" msgstr "Kreiran"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -41,6 +41,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -77,6 +79,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -92,7 +97,10 @@ msgid "Created on"
msgstr "Kreiran" msgstr "Kreiran"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Ime za prikaz" msgstr "Ime za prikaz"
@ -101,7 +109,8 @@ msgstr "Ime za prikaz"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -111,12 +120,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
@ -145,6 +160,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -163,6 +185,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -195,6 +223,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Skapad den" msgstr "Skapad den"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Visa namn" msgstr "Visa namn"
@ -99,7 +107,8 @@ msgstr "Visa namn"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Senast redigerad" msgstr "Senast redigerad"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "สร้างเมื่อ" msgstr "สร้างเมื่อ"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง" msgstr "ชื่อที่ใช้แสดง"
@ -99,7 +107,8 @@ msgstr "ชื่อที่ใช้แสดง"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "รหัส" msgstr "รหัส"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ" msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Oluşturuldu" msgstr "Oluşturuldu"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Görünen İsim" msgstr "Görünen İsim"
@ -99,7 +107,8 @@ msgstr "Görünen İsim"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Son değişiklik" msgstr "Son değişiklik"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Oluşturulma tarihi" msgstr "Oluşturulma tarihi"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Görünen ad" msgstr "Görünen ad"
@ -100,7 +108,8 @@ msgstr "Görünen ad"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "Kimlik" msgstr "Kimlik"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "En son güncelleme tarihi" msgstr "En son güncelleme tarihi"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Дата створення" msgstr "Дата створення"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Назва для відображення" msgstr "Назва для відображення"
@ -100,7 +108,8 @@ msgstr "Назва для відображення"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Остання модифікація" msgstr "Остання модифікація"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -39,6 +39,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -75,6 +77,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -90,7 +95,10 @@ msgid "Created on"
msgstr "Được tạo vào" msgstr "Được tạo vào"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "Tên hiển thị" msgstr "Tên hiển thị"
@ -99,7 +107,8 @@ msgstr "Tên hiển thị"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -109,12 +118,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "Sửa lần cuối vào" msgstr "Sửa lần cuối vào"
@ -143,6 +158,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -161,6 +183,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -193,6 +221,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "Tạo vào" msgstr "Tạo vào"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "" msgstr ""
@ -100,7 +108,8 @@ msgstr ""
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "" msgstr ""
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "创建时间" msgstr "创建时间"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "显示名称" msgstr "显示名称"
@ -100,7 +108,8 @@ msgstr "显示名称"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "最后修改时间" msgstr "最后修改时间"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -40,6 +40,8 @@ msgstr ""
#. module: base_location #. module: base_location
#: model:ir.model,name:base_location.model_res_city #: 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_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" msgid "City"
msgstr "" msgstr ""
@ -76,6 +78,9 @@ msgid "Contact"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
msgid "Country" msgid "Country"
msgstr "" msgstr ""
@ -91,7 +96,10 @@ msgid "Created on"
msgstr "建立於" msgstr "建立於"
#. module: base_location #. 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_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" msgid "Display Name"
msgstr "顯示名稱" msgstr "顯示名稱"
@ -100,7 +108,8 @@ msgstr "顯示名稱"
msgid "" msgid ""
"Display and manage the list of all cities that can be assigned to\n" "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 " " 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." " to enforce any address of it to have a city in this list."
msgstr "" msgstr ""
@ -110,12 +119,18 @@ msgid "Enforce Cities"
msgstr "" msgstr ""
#. module: base_location #. 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_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" msgid "ID"
msgstr "編號" msgstr "編號"
#. module: base_location #. 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_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" msgid "Last Modified on"
msgstr "最後修改:" msgstr "最後修改:"
@ -144,6 +159,13 @@ msgstr ""
msgid "Search zip" msgid "Search zip"
msgstr "" 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 #. module: base_location
#: code:addons/base_location/models/res_partner.py:0 #: code:addons/base_location/models/res_partner.py:0
#, python-format #, python-format
@ -162,6 +184,12 @@ msgstr ""
msgid "The state of the partner %s differs from that in location %s" msgid "The state of the partner %s differs from that in location %s"
msgstr "" 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 #. module: base_location
#: model:ir.model.fields,help:base_location.field_res_company__zip_id #: 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" msgid "Use the city name or the zip code to search the location"
@ -194,6 +222,8 @@ msgid "ZIP Location"
msgstr "" msgstr ""
#. module: base_location #. 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 #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
msgid "Zip" msgid "Zip"
msgstr "" msgstr ""

View File

@ -22,6 +22,8 @@ class ResCityZip(models.Model):
ondelete="cascade", ondelete="cascade",
index=True, index=True,
) )
state_id = fields.Many2one(related="city_id.state_id")
country_id = fields.Many2one(related="city_id.country_id")
display_name = fields.Char( display_name = fields.Char(
compute="_compute_new_display_name", store=True, index=True compute="_compute_new_display_name", store=True, index=True
) )

View File

@ -33,7 +33,6 @@ class ResCompany(models.Model):
inverse="_inverse_zip_id", inverse="_inverse_zip_id",
help="Use the city name or the zip code to search the location", help="Use the city name or the zip code to search the location",
) )
country_enforce_cities = fields.Boolean( country_enforce_cities = fields.Boolean(
related="partner_id.country_id.enforce_cities" related="partner_id.country_id.enforce_cities"
) )
@ -48,24 +47,20 @@ class ResCompany(models.Model):
return res return res
def _inverse_city_id(self): def _inverse_city_id(self):
for company in self: for company in self.with_context(skip_check_zip=True):
company.with_context( company.partner_id.city_id = company.city_id
skip_check_zip=True
).partner_id.city_id = company.city_id
def _inverse_zip_id(self): def _inverse_zip_id(self):
for company in self: for company in self.with_context(skip_check_zip=True):
company.with_context(skip_check_zip=True).partner_id.zip_id = company.zip_id company.partner_id.zip_id = company.zip_id
def _inverse_state(self): def _inverse_state(self):
return super( self = self.with_context(skip_check_zip=True)
ResCompany, self.with_context(skip_check_zip=True) return super(ResCompany, self)._inverse_state()
)._inverse_state()
def _inverse_country(self): def _inverse_country(self):
return super( self = self.with_context(skip_check_zip=True)
ResCompany, self.with_context(skip_check_zip=True) return super(ResCompany, self)._inverse_country()
)._inverse_country()
@api.onchange("zip_id") @api.onchange("zip_id")
def _onchange_zip_id(self): def _onchange_zip_id(self):

View File

@ -2,6 +2,8 @@
# Copyright 2018 Tecnativa - Pedro M. Baeza # Copyright 2018 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from lxml import etree
from flectra import _, api, fields, models from flectra import _, api, fields, models
from flectra.exceptions import ValidationError from flectra.exceptions import ValidationError
@ -16,9 +18,6 @@ class ResPartner(models.Model):
compute="_compute_zip_id", compute="_compute_zip_id",
readonly=False, readonly=False,
store=True, store=True,
domain="[('city_id', '=?', city_id), "
"('city_id.country_id', '=?', country_id), "
"('city_id.state_id', '=?', state_id)]",
) )
city_id = fields.Many2one( city_id = fields.Many2one(
index=True, # add index for performance index=True, # add index for performance
@ -33,17 +32,24 @@ class ResPartner(models.Model):
) )
state_id = fields.Many2one(compute="_compute_state_id", readonly=False, store=True) state_id = fields.Many2one(compute="_compute_state_id", readonly=False, store=True)
@api.depends("state_id", "country_id") @api.depends("state_id", "country_id", "city_id", "zip")
def _compute_zip_id(self): def _compute_zip_id(self):
"""Empty the zip auto-completion field if data mismatch when on UI.""" """Empty the zip auto-completion field if data mismatch when on UI."""
for record in self.filtered("zip_id"): for record in self.filtered("zip_id"):
for field in ["state_id", "country_id"]: fields_map = {
"zip": "name",
"city_id": "city_id",
"state_id": "state_id",
"country_id": "country_id",
}
for rec_field, zip_field in fields_map.items():
if ( if (
record[field] record[rec_field]
and record[field] != record._origin[field] and record[rec_field] != record._origin[rec_field]
and record[field] != record.zip_id.city_id[field] and record[rec_field] != record.zip_id[zip_field]
): ):
record.zip_id = False record.zip_id = False
break
@api.depends("zip_id") @api.depends("zip_id")
def _compute_city_id(self): def _compute_city_id(self):
@ -90,28 +96,53 @@ class ResPartner(models.Model):
if state and record.state_id != state: if state and record.state_id != state:
record.state_id = record.zip_id.city_id.state_id record.state_id = record.zip_id.city_id.state_id
@api.constrains("zip_id", "country_id", "city_id", "state_id") @api.constrains("zip_id", "country_id", "city_id", "state_id", "zip")
def _check_zip(self): def _check_zip(self):
if self.env.context.get("skip_check_zip"): if self.env.context.get("skip_check_zip"):
return return
for rec in self: for rec in self:
if not rec.zip_id: if not rec.zip_id:
continue continue
if rec.zip_id.city_id.state_id != rec.state_id:
raise ValidationError(
_("The state of the partner %s differs from that in " "location %s")
% (rec.name, rec.zip_id.name)
)
if rec.zip_id.city_id.country_id != rec.country_id: if rec.zip_id.city_id.country_id != rec.country_id:
raise ValidationError( raise ValidationError(
_( _("The country of the partner %s differs from that in location %s")
"The country of the partner %s differs from that in " % (rec.name, rec.zip_id.name)
"location %s"
) )
if rec.zip_id.city_id.state_id != rec.state_id:
raise ValidationError(
_("The state of the partner %s differs from that in location %s")
% (rec.name, rec.zip_id.name) % (rec.name, rec.zip_id.name)
) )
if rec.zip_id.city_id != rec.city_id: if rec.zip_id.city_id != rec.city_id:
raise ValidationError( raise ValidationError(
_("The city of partner %s differs from that in " "location %s") _("The city of partner %s differs from that in location %s")
% (rec.name, rec.zip_id.name) % (rec.name, rec.zip_id.name)
) )
if rec.zip_id.name != rec.zip:
raise ValidationError(
_("The zip of the partner %s differs from that in location %s")
% (rec.name, rec.zip_id.name)
)
def _zip_id_domain(self):
return """
[
("city_id", "=?", city_id),
("city_id.country_id", "=?", country_id),
("city_id.state_id", "=?", state_id),
]
"""
@api.model
def _fields_view_get_address(self, arch):
# We want to use a domain that requires city_id to be on the view
# but we can't add it directly there, otherwise _fields_view_get_address
# in base_address_city won't do its magic, as it immediately returns
# if city_id is already in there. On the other hand, if city_id is not in the
# views, flectra won't let us use it in zip_id's domain.
# For this reason we need to set the domain here.
arch = super()._fields_view_get_address(arch)
doc = etree.fromstring(arch)
for node in doc.xpath("//field[@name='zip_id']"):
node.attrib["domain"] = self._zip_id_domain()
return etree.tostring(doc, encoding="unicode")

View File

@ -122,6 +122,10 @@ class TestBaseLocation(common.SavepointCase):
self.partner_obj.create( self.partner_obj.create(
{"name": "P1", "zip_id": self.barcelona.id, "city_id": False} {"name": "P1", "zip_id": self.barcelona.id, "city_id": False}
) )
with self.assertRaises(ValidationError):
self.partner_obj.create(
{"name": "P1", "zip_id": self.barcelona.id, "zip": False}
)
def test_writing_company(self): def test_writing_company(self):
self.company.zip_id = self.barcelona self.company.zip_id = self.barcelona

View File

@ -6,7 +6,6 @@
<field name="inherit_id" ref="base.view_partner_form" /> <field name="inherit_id" ref="base.view_partner_form" />
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="city" position="before"> <field name="city" position="before">
<field name="city_id" invisible="1" />
<field <field
name="zip_id" name="zip_id"
options="{'create_name_field': 'city', 'no_open': True, 'no_create': True}" options="{'create_name_field': 'city', 'no_open': True, 'no_create': True}"
@ -19,7 +18,6 @@
expr="//field[@name='child_ids']/form//field[@name='city']" expr="//field[@name='child_ids']/form//field[@name='city']"
position="before" position="before"
> >
<field name="city_id" invisible="1" />
<field <field
name="zip_id" name="zip_id"
options="{'create_name_field': 'city', 'no_open': True, 'no_create': True}" options="{'create_name_field': 'city', 'no_open': True, 'no_create': True}"