Skip to content

Commit

Permalink
Merge PR #372 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by rafaelbn
  • Loading branch information
OCA-git-bot committed Jun 8, 2021
2 parents 8179523 + 1d1e51e commit 94efffc
Show file tree
Hide file tree
Showing 32 changed files with 1,348 additions and 0 deletions.
88 changes: 88 additions & 0 deletions crm_location/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
============
CRM location
============

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github
:target: https://github.com/OCA/crm/tree/14.0/crm_location
:alt: OCA/crm
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/crm-13-0/crm-13-0-crm_location
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/111/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module introduces a better zip.

It enables zip, city, state and country auto-completion on lead.

**Table of contents**

.. contents::
:local:

Installation
============

To install this module, you need:

* crm
* base_location located in OCA/partner-contact repo

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/crm/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_location%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Tecnativa

Contributors
~~~~~~~~~~~~

* Endika Iglesias <endikaig@antiun.com>
* Rafael Blasco <rafael.blasco@tecnativa.com>
* Luis M. Ontalba <luis.martinez@tecnativa.com>
* Alexandre Díaz <alexandre.diaz@tecnativa.com>
* Tharathip Chaweewongphan <tharathipc@ecosoft.co.th>
* Rida Yahla <mireda2012@gmail.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/crm <https://github.com/OCA/crm/tree/14.0/crm_location>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions crm_location/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html

from . import models
15 changes: 15 additions & 0 deletions crm_location/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2015 Antiun Ingenieria - Endika Iglesias <endikaig@antiun.com>
# Copyright 2017 Tecnativa - Luis Martínez
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html

{
"name": "CRM location",
"category": "Customer Relationship Management",
"version": "14.0.1.0.0",
"depends": ["crm", "base_location"],
"data": ["views/crm_lead_view.xml"],
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/crm",
"license": "AGPL-3",
"installable": True,
}
39 changes: 39 additions & 0 deletions crm_location/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_location
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-02 14:15+0000\n"
"PO-Revision-Date: 2016-03-10 18:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-crm-8-0/language/"
"bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: model_terms:ir.ui.view,arch_db:crm_location.crm_lead_view_form
msgid "City completion"
msgstr ""

#. module: crm_location
#: model:ir.model,name:crm_location.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Следа/Възможност"

#. module: crm_location
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
msgid "Location"
msgstr ""

#. module: crm_location
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
40 changes: 40 additions & 0 deletions crm_location/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_location
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
"PO-Revision-Date: 2019-12-27 14:13+0000\n"
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"

#. module: crm_location
#: model_terms:ir.ui.view,arch_db:crm_location.crm_lead_view_form
msgid "City completion"
msgstr "Autocompletat a partir de la ciutat"

#. module: crm_location
#: model:ir.model,name:crm_location.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Iniciativa/Oportunitat"

#. module: crm_location
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
msgid "Location"
msgstr "Ubicació"

#. module: crm_location
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
msgid "Use the city name or the zip code to search the location"
msgstr "Utilitzeu el nom de la ciutat o el codi postal per cercar l'ubicació"
34 changes: 34 additions & 0 deletions crm_location/i18n/crm_location.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_location
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: crm_location
#: model_terms:ir.ui.view,arch_db:crm_location.crm_lead_view_form
msgid "City completion"
msgstr ""

#. module: crm_location
#: model:ir.model,name:crm_location.model_crm_lead
msgid "Lead/Opportunity"
msgstr ""

#. module: crm_location
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
msgid "Location"
msgstr ""

#. module: crm_location
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
39 changes: 39 additions & 0 deletions crm_location/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_location
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: model_terms:ir.ui.view,arch_db:crm_location.crm_lead_view_form
msgid "City completion"
msgstr "Stadtvervollständigung"

#. module: crm_location
#: model:ir.model,name:crm_location.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Lead/Chance"

#. module: crm_location
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
msgid "Location"
msgstr "Standort"

#. module: crm_location
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
msgid "Use the city name or the zip code to search the location"
msgstr "Verwenden Sie Ort oder PLZ, um den Standort festzulegen"
40 changes: 40 additions & 0 deletions crm_location/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_location
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: model_terms:ir.ui.view,arch_db:crm_location.crm_lead_view_form
msgid "City completion"
msgstr "Autocompletado a partir de la ciudad"

#. module: crm_location
#: model:ir.model,name:crm_location.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Iniciativa/Oportunidad"

#. module: crm_location
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
msgid "Location"
msgstr "Ubicación"

#. module: crm_location
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
"Utilice el nombre de la ciudad o el código postal para buscar la ubicación"
40 changes: 40 additions & 0 deletions crm_location/i18n/es_ES.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_location
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
"es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: model_terms:ir.ui.view,arch_db:crm_location.crm_lead_view_form
msgid "City completion"
msgstr ""

#. module: crm_location
#: model:ir.model,name:crm_location.model_crm_lead
msgid "Lead/Opportunity"
msgstr ""

#. module: crm_location
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
msgid "Location"
msgstr "Ubicación"

#. module: crm_location
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
39 changes: 39 additions & 0 deletions crm_location/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_location
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-19 02:41+0000\n"
"PO-Revision-Date: 2017-06-19 02:41+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: model_terms:ir.ui.view,arch_db:crm_location.crm_lead_view_form
msgid "City completion"
msgstr ""

#. module: crm_location
#: model:ir.model,name:crm_location.model_crm_lead
msgid "Lead/Opportunity"
msgstr ""

#. module: crm_location
#: model:ir.model.fields,field_description:crm_location.field_crm_lead__location_id
msgid "Location"
msgstr "Sijainti"

#. module: crm_location
#: model:ir.model.fields,help:crm_location.field_crm_lead__location_id
msgid "Use the city name or the zip code to search the location"
msgstr ""
Loading

0 comments on commit 94efffc

Please sign in to comment.