mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
Automatic Update form OCA2FC Migrator
This commit is contained in:
parent
1aad09cb2d
commit
773b6db8bf
@ -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_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
|
||||
[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_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
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
"name": "Location management (aka Better ZIP)",
|
||||
"version": "2.0.1.1.0",
|
||||
"version": "2.0.1.2.0",
|
||||
"depends": ["base_address_city", "contacts"],
|
||||
"author": (
|
||||
"Camptocamp,"
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "أنشئ في"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "اسم العرض"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "المعرف"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "آخر تعديل في"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -13,12 +13,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: \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
|
||||
#: model:res.city,name:base_location.demo_brussels_city
|
||||
msgid "Brussels"
|
||||
@ -78,6 +72,7 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
@ -158,6 +153,7 @@ msgid "Search zip"
|
||||
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"
|
||||
@ -181,6 +177,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Създадено на"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Име за показване"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Име за показване"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последно обновено на"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikaži naziv"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Prikaži naziv"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Creat el"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Veure el nom"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Veure el nom"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Darrera modificació el"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Vytvořeno"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný název"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Zobrazovaný název"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr "Byer"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "By"
|
||||
|
||||
@ -77,6 +79,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Land."
|
||||
@ -92,7 +97,10 @@ msgid "Created on"
|
||||
msgstr "Oprettet den"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vist navn"
|
||||
|
||||
@ -101,7 +109,8 @@ msgstr "Vist navn"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -111,12 +120,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sidst ændret den"
|
||||
|
||||
@ -146,6 +161,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -164,6 +186,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -196,6 +224,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -219,8 +249,5 @@ msgstr ""
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Gruppér efter"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Delstat"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "Postnummer"
|
||||
|
@ -43,6 +43,8 @@ msgstr "Orte"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Stadt"
|
||||
|
||||
@ -81,6 +83,9 @@ msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Land"
|
||||
@ -96,7 +101,10 @@ msgid "Created on"
|
||||
msgstr "erstellt am"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
@ -105,7 +113,8 @@ msgstr "Anzeigename"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -115,12 +124,18 @@ msgid "Enforce Cities"
|
||||
msgstr "Städte erzwingen"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zuletzt verändert am"
|
||||
|
||||
@ -150,6 +165,13 @@ msgstr "Standorte"
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -169,6 +191,12 @@ msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
"Das Bundesland des Partners %s unterscheidet sich von dem am Standort %s"
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -202,6 +230,8 @@ msgid "ZIP Location"
|
||||
msgstr "Standort-PLZ"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -234,9 +264,6 @@ msgstr ""
|
||||
#~ msgid "Longitude"
|
||||
#~ msgstr "Längengrad"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Bundesland"
|
||||
|
||||
#~ msgid "The country of the city differs from the country in location %s"
|
||||
#~ msgstr "Das Land der Stadt unterscheidet sich vom Land des Standorts %s"
|
||||
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Display Name"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -42,6 +42,8 @@ msgstr "Ciudades"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Ciudad"
|
||||
|
||||
@ -78,6 +80,9 @@ msgid "Contact"
|
||||
msgstr "Contacto"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "País"
|
||||
@ -160,6 +165,13 @@ msgstr "Ubicaciones"
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, 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"
|
||||
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
|
||||
#: 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"
|
||||
@ -215,6 +233,8 @@ msgid "ZIP Location"
|
||||
msgstr "Ubicación"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr "C.P."
|
||||
@ -244,8 +264,5 @@ msgstr "CPs en la ciudad"
|
||||
#~ msgid "Longitude"
|
||||
#~ msgstr "Longitud"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Provincia"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "El código oficial para la ciudad"
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar Nombre"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Mostrar Nombre"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -42,6 +42,8 @@ msgstr "Ciudades"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Ciudad"
|
||||
|
||||
@ -80,6 +82,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -95,7 +100,10 @@ msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
@ -104,7 +112,8 @@ msgstr "Nombre Público"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -114,12 +123,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
@ -148,6 +163,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -166,6 +188,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -198,6 +226,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Nombre mostrado"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre desplegado"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Nombre desplegado"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modificacion realizada"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Nombre a Mostrar"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Mostrar nombre"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Loodud"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näidatav nimi"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Näidatav nimi"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimati muudetud"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Izena erakutsi"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Izena erakutsi"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "ایجاد شده در"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "نام نمایشی"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "تاریخ آخرین بهروزرسانی"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Maa"
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Luotu"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Nimi"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimeksi muokattu"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -209,6 +239,3 @@ msgstr ""
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
|
||||
msgid "Zips in this city"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Tila"
|
||||
|
@ -42,6 +42,8 @@ msgstr "Villes"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Ville"
|
||||
|
||||
@ -80,6 +82,9 @@ msgid "Contact"
|
||||
msgstr "Contacte"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Pays"
|
||||
@ -95,7 +100,10 @@ msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Intitulé"
|
||||
|
||||
@ -104,7 +112,8 @@ msgstr "Intitulé"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -114,12 +123,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
@ -149,6 +164,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -167,6 +189,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -199,6 +227,8 @@ msgid "ZIP Location"
|
||||
msgstr "Code postal"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -228,8 +258,5 @@ msgstr ""
|
||||
#~ msgid "Longitude"
|
||||
#~ msgstr "Longitude"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Etat"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "Code officiel de la ville"
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Afficher le nom"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Afficher le nom"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Nom affiché"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificado por última vez o"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "נוצר ב-"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "השם המוצג"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "השם המוצג"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "תאריך שינוי אחרון"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Naziv za prikaz"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje modificirano"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -41,6 +41,8 @@ msgstr "Gradovi"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Grad"
|
||||
|
||||
@ -79,6 +81,9 @@ msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Država"
|
||||
@ -94,7 +99,10 @@ msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
@ -103,7 +111,8 @@ msgstr "Naziv"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -113,12 +122,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnji modificirao"
|
||||
|
||||
@ -148,6 +163,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -166,6 +188,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -198,6 +226,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -221,8 +251,5 @@ msgstr ""
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Prupiraj po"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Oblast/Županija"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "Službena šifra ovog grada"
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Létrehozás dátuma"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Név megjelenítése"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Név megjelenítése"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Utolsó frissítés dátuma"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Dibuat pada"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Nama Tampilan"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Terakhir Dimodifikasi pada"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -42,6 +42,8 @@ msgstr "Città"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Città"
|
||||
|
||||
@ -79,6 +81,9 @@ msgid "Contact"
|
||||
msgstr "Contatto"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Nazione"
|
||||
@ -94,7 +99,10 @@ msgid "Created on"
|
||||
msgstr "Creato il"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
@ -103,7 +111,8 @@ msgstr "Nome visualizzato"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -113,12 +122,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
@ -147,6 +162,13 @@ msgstr "Luoghi"
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, 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"
|
||||
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
|
||||
#: 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"
|
||||
@ -197,6 +225,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr "CAP"
|
||||
@ -220,8 +250,5 @@ msgstr "CAP in questa città"
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Raggruppa per"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Provincia"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "Il codice ufficiale per la città"
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "作成日"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "表示名"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "작성일"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시 이름"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "표시 이름"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "최근 수정"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vaizduojamas pavadinimas"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Vaizduojamas pavadinimas"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Paskutinį kartą keista"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -41,6 +41,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -77,6 +79,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -92,7 +97,10 @@ msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -101,7 +109,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -111,12 +120,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -145,6 +160,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -163,6 +185,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -195,6 +223,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Izveidots"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Креирано на"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Прикажи име"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Прикажи име"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промена на"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Үүсгэсэн"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэцийн Нэр"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Дэлгэцийн Нэр"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Сүүлийн засвар хийсэн огноо"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Opprettet den"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visnings navn"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Visnings navn"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist oppdatert "
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Laget den"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Vis navn"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist endret den"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -42,6 +42,8 @@ msgstr "Gemeentes"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Plaats"
|
||||
|
||||
@ -78,6 +80,9 @@ msgid "Contact"
|
||||
msgstr "Contact"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Land"
|
||||
@ -93,7 +98,10 @@ msgid "Created on"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Te tonen naam"
|
||||
|
||||
@ -102,7 +110,8 @@ msgstr "Te tonen naam"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -112,12 +121,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
@ -146,6 +161,13 @@ msgstr "Locaties"
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, 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"
|
||||
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
|
||||
#: 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"
|
||||
@ -201,6 +229,8 @@ msgid "ZIP Location"
|
||||
msgstr "Locatie postcode"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr "Postcode"
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Gemaakt op"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Schermnaam"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst Aangepast op"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -41,6 +41,8 @@ msgstr "Plaatsen"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Plaats"
|
||||
|
||||
@ -79,6 +81,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Land"
|
||||
@ -94,7 +99,10 @@ msgid "Created on"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
@ -103,7 +111,8 @@ msgstr "Weergavenaam"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -113,12 +122,18 @@ msgid "Enforce Cities"
|
||||
msgstr "Plaatsen afdwingen"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst gewijzigd op"
|
||||
|
||||
@ -148,6 +163,13 @@ msgstr "Locaties"
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -166,6 +188,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -198,6 +226,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -226,6 +256,3 @@ msgstr ""
|
||||
|
||||
#~ msgid "Longitude"
|
||||
#~ msgstr "Lengtegraad"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Staat/Provincie"
|
||||
|
@ -41,6 +41,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -77,6 +79,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -92,7 +97,10 @@ msgid "Created on"
|
||||
msgstr "Utworzono"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Wyświetlana nazwa "
|
||||
|
||||
@ -101,7 +109,8 @@ msgstr "Wyświetlana nazwa "
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -111,12 +120,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ostatnio modyfikowano"
|
||||
|
||||
@ -145,6 +160,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -163,6 +185,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -195,6 +223,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "País"
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome a Apresentar"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Nome a Apresentar"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificado a última vez por"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -11,8 +11,8 @@ msgstr ""
|
||||
"POT-Creation-Date: 2017-11-22 03:38+0000\n"
|
||||
"PO-Revision-Date: 2020-07-01 20:19+0000\n"
|
||||
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
|
||||
"23907/pt_BR/)\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -43,6 +43,8 @@ msgstr "Cidades"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Cidade"
|
||||
|
||||
@ -79,6 +81,9 @@ msgid "Contact"
|
||||
msgstr "Contato"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "País"
|
||||
@ -94,7 +99,10 @@ msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome a mostrar"
|
||||
|
||||
@ -103,13 +111,10 @@ msgstr "Nome a mostrar"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
"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
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
|
||||
@ -117,12 +122,18 @@ msgid "Enforce Cities"
|
||||
msgstr "Impor Cidades"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última atualização em"
|
||||
|
||||
@ -151,6 +162,13 @@ msgstr "Localizações"
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, 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"
|
||||
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
|
||||
#: 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"
|
||||
@ -205,6 +229,8 @@ msgid "ZIP Location"
|
||||
msgstr "Localização do CEP"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr "Cep"
|
||||
@ -222,6 +248,18 @@ msgstr "Ceps"
|
||||
msgid "Zips in this city"
|
||||
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"
|
||||
#~ msgstr "Estado"
|
||||
|
||||
@ -234,8 +272,5 @@ msgstr "Ceps desta cidade"
|
||||
#~ msgid "Longitude"
|
||||
#~ msgstr "Longitude"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Estado"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "O código oficial da cidade"
|
||||
|
@ -40,6 +40,8 @@ msgstr "Cidades"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Cidade"
|
||||
|
||||
@ -78,6 +80,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "País"
|
||||
@ -93,7 +98,10 @@ msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome"
|
||||
|
||||
@ -102,7 +110,8 @@ msgstr "Nome"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -112,12 +121,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificado em"
|
||||
|
||||
@ -147,6 +162,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -165,6 +187,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -197,6 +225,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -217,8 +247,5 @@ msgstr ""
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Estado"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "Código oficial da cidade"
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Creat la"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume Afişat"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Nume Afişat"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima actualizare în"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -41,6 +41,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -77,6 +79,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -92,7 +97,10 @@ msgid "Created on"
|
||||
msgstr "Создан"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -101,7 +109,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -111,12 +120,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -145,6 +160,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -163,6 +185,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -195,6 +223,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Vytvorené"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobraziť meno"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Zobraziť meno"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Posledná modifikácia"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr "Kraji"
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr "Kraj"
|
||||
|
||||
@ -78,6 +80,9 @@ msgid "Contact"
|
||||
msgstr "Stik"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr "Država"
|
||||
@ -93,7 +98,10 @@ msgid "Created on"
|
||||
msgstr "Ustvarjeno"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazni naziv"
|
||||
|
||||
@ -102,7 +110,8 @@ msgstr "Prikazni naziv"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -112,12 +121,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnjič spremenjeno"
|
||||
|
||||
@ -147,6 +162,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
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
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -165,6 +187,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -197,6 +225,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
@ -220,8 +250,5 @@ msgstr ""
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Združi po"
|
||||
|
||||
#~ msgid "State"
|
||||
#~ msgstr "Zvezna država"
|
||||
|
||||
#~ msgid "The official code for the city"
|
||||
#~ msgstr "Uradna koda kraja"
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -41,6 +41,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -77,6 +79,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -92,7 +97,10 @@ msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Ime za prikaz"
|
||||
|
||||
@ -101,7 +109,8 @@ msgstr "Ime za prikaz"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -111,12 +120,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja izmjena"
|
||||
|
||||
@ -145,6 +160,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -163,6 +185,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -195,6 +223,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Skapad den"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visa namn"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Visa namn"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Senast redigerad"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "สร้างเมื่อ"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ชื่อที่ใช้แสดง"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "ชื่อที่ใช้แสดง"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "รหัส"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Oluşturuldu"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Görünen İsim"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Görünen İsim"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Son değişiklik"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Oluşturulma tarihi"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Görünen ad"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Görünen ad"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "Kimlik"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "En son güncelleme tarihi"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Дата створення"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "Назва для відображення"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Остання модифікація"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -39,6 +39,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -75,6 +77,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -90,7 +95,10 @@ msgid "Created on"
|
||||
msgstr "Được tạo vào"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
@ -99,7 +107,8 @@ msgstr "Tên hiển thị"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -109,12 +118,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sửa lần cuối vào"
|
||||
|
||||
@ -143,6 +158,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -161,6 +183,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -193,6 +221,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "Tạo vào"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "创建时间"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "显示名称"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最后修改时间"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -40,6 +40,8 @@ msgstr ""
|
||||
#. module: base_location
|
||||
#: model:ir.model,name:base_location.model_res_city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__city
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__city
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
@ -76,6 +78,9 @@ msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__country_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__country_id
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.view_country_search
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
@ -91,7 +96,10 @@ msgid "Created on"
|
||||
msgstr "建立於"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
@ -100,7 +108,8 @@ msgstr "顯示名稱"
|
||||
msgid ""
|
||||
"Display and manage the list of all cities that can be assigned to\n"
|
||||
" your partner records. Note that an option can be set on each "
|
||||
"country separately\n"
|
||||
"country\n"
|
||||
" separately\n"
|
||||
" to enforce any address of it to have a city in this list."
|
||||
msgstr ""
|
||||
|
||||
@ -110,12 +119,18 @@ msgid "Enforce Cities"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__id
|
||||
msgid "ID"
|
||||
msgstr "編號"
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最後修改:"
|
||||
|
||||
@ -144,6 +159,13 @@ msgstr ""
|
||||
msgid "Search zip"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_city_zip__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__state_id
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__state_id
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
@ -162,6 +184,12 @@ msgstr ""
|
||||
msgid "The state of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: code:addons/base_location/models/res_partner.py:0
|
||||
#, python-format
|
||||
msgid "The zip of the partner %s differs from that in location %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,help:base_location.field_res_company__zip_id
|
||||
msgid "Use the city name or the zip code to search the location"
|
||||
@ -194,6 +222,8 @@ msgid "ZIP Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_location
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_partner__zip
|
||||
#: model:ir.model.fields,field_description:base_location.field_res_users__zip
|
||||
#: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
|
||||
msgid "Zip"
|
||||
msgstr ""
|
||||
|
@ -22,6 +22,8 @@ class ResCityZip(models.Model):
|
||||
ondelete="cascade",
|
||||
index=True,
|
||||
)
|
||||
state_id = fields.Many2one(related="city_id.state_id")
|
||||
country_id = fields.Many2one(related="city_id.country_id")
|
||||
display_name = fields.Char(
|
||||
compute="_compute_new_display_name", store=True, index=True
|
||||
)
|
||||
|
@ -33,7 +33,6 @@ class ResCompany(models.Model):
|
||||
inverse="_inverse_zip_id",
|
||||
help="Use the city name or the zip code to search the location",
|
||||
)
|
||||
|
||||
country_enforce_cities = fields.Boolean(
|
||||
related="partner_id.country_id.enforce_cities"
|
||||
)
|
||||
@ -48,24 +47,20 @@ class ResCompany(models.Model):
|
||||
return res
|
||||
|
||||
def _inverse_city_id(self):
|
||||
for company in self:
|
||||
company.with_context(
|
||||
skip_check_zip=True
|
||||
).partner_id.city_id = company.city_id
|
||||
for company in self.with_context(skip_check_zip=True):
|
||||
company.partner_id.city_id = company.city_id
|
||||
|
||||
def _inverse_zip_id(self):
|
||||
for company in self:
|
||||
company.with_context(skip_check_zip=True).partner_id.zip_id = company.zip_id
|
||||
for company in self.with_context(skip_check_zip=True):
|
||||
company.partner_id.zip_id = company.zip_id
|
||||
|
||||
def _inverse_state(self):
|
||||
return super(
|
||||
ResCompany, self.with_context(skip_check_zip=True)
|
||||
)._inverse_state()
|
||||
self = self.with_context(skip_check_zip=True)
|
||||
return super(ResCompany, self)._inverse_state()
|
||||
|
||||
def _inverse_country(self):
|
||||
return super(
|
||||
ResCompany, self.with_context(skip_check_zip=True)
|
||||
)._inverse_country()
|
||||
self = self.with_context(skip_check_zip=True)
|
||||
return super(ResCompany, self)._inverse_country()
|
||||
|
||||
@api.onchange("zip_id")
|
||||
def _onchange_zip_id(self):
|
||||
|
@ -2,6 +2,8 @@
|
||||
# Copyright 2018 Tecnativa - Pedro M. Baeza
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from flectra import _, api, fields, models
|
||||
from flectra.exceptions import ValidationError
|
||||
|
||||
@ -16,9 +18,6 @@ class ResPartner(models.Model):
|
||||
compute="_compute_zip_id",
|
||||
readonly=False,
|
||||
store=True,
|
||||
domain="[('city_id', '=?', city_id), "
|
||||
"('city_id.country_id', '=?', country_id), "
|
||||
"('city_id.state_id', '=?', state_id)]",
|
||||
)
|
||||
city_id = fields.Many2one(
|
||||
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)
|
||||
|
||||
@api.depends("state_id", "country_id")
|
||||
@api.depends("state_id", "country_id", "city_id", "zip")
|
||||
def _compute_zip_id(self):
|
||||
"""Empty the zip auto-completion field if data mismatch when on UI."""
|
||||
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 (
|
||||
record[field]
|
||||
and record[field] != record._origin[field]
|
||||
and record[field] != record.zip_id.city_id[field]
|
||||
record[rec_field]
|
||||
and record[rec_field] != record._origin[rec_field]
|
||||
and record[rec_field] != record.zip_id[zip_field]
|
||||
):
|
||||
record.zip_id = False
|
||||
break
|
||||
|
||||
@api.depends("zip_id")
|
||||
def _compute_city_id(self):
|
||||
@ -90,28 +96,53 @@ class ResPartner(models.Model):
|
||||
if state and record.state_id != state:
|
||||
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):
|
||||
if self.env.context.get("skip_check_zip"):
|
||||
return
|
||||
for rec in self:
|
||||
if not rec.zip_id:
|
||||
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:
|
||||
raise ValidationError(
|
||||
_(
|
||||
"The country of the partner %s differs from that in "
|
||||
"location %s"
|
||||
)
|
||||
_("The country of the partner %s differs from that in location %s")
|
||||
% (rec.name, rec.zip_id.name)
|
||||
)
|
||||
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 != rec.city_id:
|
||||
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)
|
||||
)
|
||||
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")
|
||||
|
@ -122,6 +122,10 @@ class TestBaseLocation(common.SavepointCase):
|
||||
self.partner_obj.create(
|
||||
{"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):
|
||||
self.company.zip_id = self.barcelona
|
||||
|
@ -6,7 +6,6 @@
|
||||
<field name="inherit_id" ref="base.view_partner_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="city" position="before">
|
||||
<field name="city_id" invisible="1" />
|
||||
<field
|
||||
name="zip_id"
|
||||
options="{'create_name_field': 'city', 'no_open': True, 'no_create': True}"
|
||||
@ -19,7 +18,6 @@
|
||||
expr="//field[@name='child_ids']/form//field[@name='city']"
|
||||
position="before"
|
||||
>
|
||||
<field name="city_id" invisible="1" />
|
||||
<field
|
||||
name="zip_id"
|
||||
options="{'create_name_field': 'city', 'no_open': True, 'no_create': True}"
|
||||
|
Loading…
Reference in New Issue
Block a user