Skip to content

Commit

Permalink
Merge PR #583 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 18, 2024
2 parents 5efea7f + faeccc1 commit 8881f3b
Show file tree
Hide file tree
Showing 31 changed files with 1,372 additions and 0 deletions.
94 changes: 94 additions & 0 deletions crm_location/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
============
CRM location
============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6059e71066f0dffb0b5e61bd534e2cec93dbb1e3db0b01024283b5b323f92751
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/17.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-17-0/crm-17-0-crm_location
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=17.0
:alt: Try me on Runboat

|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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_location%0Aversion:%2017.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 <[email protected]>
- Rafael Blasco <[email protected]>
- Luis M. Ontalba <[email protected]>
- Alexandre Díaz <[email protected]>
- Tharathip Chaweewongphan <[email protected]>
- Ruchir Shukla <[email protected]>
- `APSL-Nagarro <https://apsl.tech>`__:

- Patryk Pyczko <[email protected]>

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/17.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 <[email protected]>
# 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": "17.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 <[email protected]>, 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 <[email protected]>\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 16.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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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 ""
40 changes: 40 additions & 0 deletions crm_location/i18n/fi.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 <[email protected]>, 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: 2023-03-22 15:23+0000\n"
"Last-Translator: Ossi Mantylahti <[email protected]>\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"
"X-Generator: Weblate 4.14.1\n"

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

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

#. 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 "Käytä kaupungin nimeä tai postinumeroa paikan hakuun"
Loading

0 comments on commit 8881f3b

Please sign in to comment.