Skip to content

Commit fab1001

Browse files
committedApr 3, 2020
Merge PR #312 into 13.0
Signed-off-by simahawk
2 parents 08184ac + 09c46f0 commit fab1001

32 files changed

+1365
-0
lines changed
 

‎crm_location/README.rst

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
============
2+
CRM location
3+
============
4+
5+
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6+
!! This file is generated by oca-gen-addon-readme !!
7+
!! changes will be overwritten. !!
8+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9+
10+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
11+
:target: https://odoo-community.org/page/development-status
12+
:alt: Beta
13+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
14+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
15+
:alt: License: AGPL-3
16+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github
17+
:target: https://github.com/OCA/crm/tree/13.0/crm_location
18+
:alt: OCA/crm
19+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20+
:target: https://translation.odoo-community.org/projects/crm-13-0/crm-13-0-crm_location
21+
:alt: Translate me on Weblate
22+
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23+
:target: https://runbot.odoo-community.org/runbot/111/13.0
24+
:alt: Try me on Runbot
25+
26+
|badge1| |badge2| |badge3| |badge4| |badge5|
27+
28+
This module introduces a better zip.
29+
30+
It enables zip, city, state and country auto-completion on lead.
31+
32+
**Table of contents**
33+
34+
.. contents::
35+
:local:
36+
37+
Installation
38+
============
39+
40+
To install this module, you need:
41+
42+
* crm
43+
* base_location located in OCA/partner-contact repo
44+
45+
Bug Tracker
46+
===========
47+
48+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/crm/issues>`_.
49+
In case of trouble, please check there if your issue has already been reported.
50+
If you spotted it first, help us smashing it by providing a detailed and welcomed
51+
`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_location%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
52+
53+
Do not contact contributors directly about support or help with technical issues.
54+
55+
Credits
56+
=======
57+
58+
Authors
59+
~~~~~~~
60+
61+
* Tecnativa
62+
63+
Contributors
64+
~~~~~~~~~~~~
65+
66+
* Endika Iglesias <endikaig@antiun.com>
67+
* Rafael Blasco <rafael.blasco@tecnativa.com>
68+
* Luis M. Ontalba <luis.martinez@tecnativa.com>
69+
* Alexandre Díaz <alexandre.diaz@tecnativa.com>
70+
* Tharathip Chaweewongphan <tharathipc@ecosoft.co.th>
71+
72+
Maintainers
73+
~~~~~~~~~~~
74+
75+
This module is maintained by the OCA.
76+
77+
.. image:: https://odoo-community.org/logo.png
78+
:alt: Odoo Community Association
79+
:target: https://odoo-community.org
80+
81+
OCA, or the Odoo Community Association, is a nonprofit organization whose
82+
mission is to support the collaborative development of Odoo features and
83+
promote its widespread use.
84+
85+
This module is part of the `OCA/crm <https://github.com/OCA/crm/tree/13.0/crm_location>`_ project on GitHub.
86+
87+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

‎crm_location/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
2+
3+
from . import models

‎crm_location/__manifest__.py

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2015 Antiun Ingenieria - Endika Iglesias <endikaig@antiun.com>
2+
# Copyright 2017 Tecnativa - Luis Martínez
3+
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
4+
5+
{
6+
"name": "CRM location",
7+
"category": "Customer Relationship Management",
8+
"version": "13.0.1.0.0",
9+
"depends": ["crm", "base_location"],
10+
"data": ["views/crm_lead_view.xml"],
11+
"author": "Tecnativa, Odoo Community Association (OCA)",
12+
"website": "https://github.com/OCA/crm",
13+
"license": "AGPL-3",
14+
"installable": True,
15+
}

‎crm_location/i18n/bg.po

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * crm_location
4+
#
5+
# Translators:
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: crm (8.0)\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2016-11-02 14:15+0000\n"
11+
"PO-Revision-Date: 2016-03-10 18:53+0000\n"
12+
"Last-Translator: <>\n"
13+
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-crm-8-0/language/"
14+
"bg/)\n"
15+
"Language: bg\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: crm_location
22+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_leads
23+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_oppor
24+
msgid "City completion"
25+
msgstr ""
26+
27+
#. module: crm_location
28+
#: model:ir.model,name:crm_location.model_crm_lead
29+
msgid "Lead/Opportunity"
30+
msgstr "Следа/Възможност"
31+
32+
#. module: crm_location
33+
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
34+
msgid "Location"
35+
msgstr ""
36+
37+
#. module: crm_location
38+
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
39+
msgid "Use the city name or the zip code to search the location"
40+
msgstr ""

‎crm_location/i18n/ca.po

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * crm_location
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
12+
"PO-Revision-Date: 2019-12-27 14:13+0000\n"
13+
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n"
14+
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
15+
"Language: ca\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 3.10\n"
21+
22+
#. module: crm_location
23+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_leads
24+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_oppor
25+
msgid "City completion"
26+
msgstr "Autocompletat a partir de la ciutat"
27+
28+
#. module: crm_location
29+
#: model:ir.model,name:crm_location.model_crm_lead
30+
msgid "Lead/Opportunity"
31+
msgstr "Iniciativa/Oportunitat"
32+
33+
#. module: crm_location
34+
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
35+
msgid "Location"
36+
msgstr "Ubicació"
37+
38+
#. module: crm_location
39+
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
40+
msgid "Use the city name or the zip code to search the location"
41+
msgstr "Utilitzeu el nom de la ciutat o el codi postal per cercar l'ubicació"

‎crm_location/i18n/crm_location.pot

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * crm_location
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: <>\n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: crm_location
17+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_leads
18+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_oppor
19+
msgid "City completion"
20+
msgstr ""
21+
22+
#. module: crm_location
23+
#: model:ir.model,name:crm_location.model_crm_lead
24+
msgid "Lead/Opportunity"
25+
msgstr ""
26+
27+
#. module: crm_location
28+
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
29+
msgid "Location"
30+
msgstr ""
31+
32+
#. module: crm_location
33+
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
34+
msgid "Use the city name or the zip code to search the location"
35+
msgstr ""
36+

‎crm_location/i18n/de.po

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * crm_location
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
12+
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
15+
"Language: de\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: crm_location
22+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_leads
23+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_oppor
24+
msgid "City completion"
25+
msgstr "Stadtvervollständigung"
26+
27+
#. module: crm_location
28+
#: model:ir.model,name:crm_location.model_crm_lead
29+
msgid "Lead/Opportunity"
30+
msgstr "Lead/Chance"
31+
32+
#. module: crm_location
33+
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
34+
msgid "Location"
35+
msgstr "Standort"
36+
37+
#. module: crm_location
38+
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
39+
msgid "Use the city name or the zip code to search the location"
40+
msgstr "Verwenden Sie Ort oder PLZ, um den Standort festzulegen"

‎crm_location/i18n/es.po

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * crm_location
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
12+
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
15+
"Language: es\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: crm_location
22+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_leads
23+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_oppor
24+
msgid "City completion"
25+
msgstr "Autocompletado a partir de la ciudad"
26+
27+
#. module: crm_location
28+
#: model:ir.model,name:crm_location.model_crm_lead
29+
msgid "Lead/Opportunity"
30+
msgstr "Iniciativa/Oportunidad"
31+
32+
#. module: crm_location
33+
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
34+
msgid "Location"
35+
msgstr "Ubicación"
36+
37+
#. module: crm_location
38+
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
39+
msgid "Use the city name or the zip code to search the location"
40+
msgstr ""
41+
"Utilice el nombre de la ciudad o el código postal para buscar la ubicación"

‎crm_location/i18n/es_ES.po

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * crm_location
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
12+
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
15+
"es_ES/)\n"
16+
"Language: es_ES\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21+
22+
#. module: crm_location
23+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_leads
24+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_oppor
25+
msgid "City completion"
26+
msgstr ""
27+
28+
#. module: crm_location
29+
#: model:ir.model,name:crm_location.model_crm_lead
30+
msgid "Lead/Opportunity"
31+
msgstr ""
32+
33+
#. module: crm_location
34+
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
35+
msgid "Location"
36+
msgstr "Ubicación"
37+
38+
#. module: crm_location
39+
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
40+
msgid "Use the city name or the zip code to search the location"
41+
msgstr ""

‎crm_location/i18n/fi.po

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * crm_location
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
12+
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
15+
"Language: fi\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: crm_location
22+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_leads
23+
#: model_terms:ir.ui.view,arch_db:crm_location.crm_case_form_view_oppor
24+
msgid "City completion"
25+
msgstr ""
26+
27+
#. module: crm_location
28+
#: model:ir.model,name:crm_location.model_crm_lead
29+
msgid "Lead/Opportunity"
30+
msgstr ""
31+
32+
#. module: crm_location
33+
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
34+
msgid "Location"
35+
msgstr "Sijainti"
36+
37+
#. module: crm_location
38+
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
39+
msgid "Use the city name or the zip code to search the location"
40+
msgstr ""

0 commit comments

Comments
 (0)