Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.0][MIG] crm_location #157

Merged
merged 2 commits into from
Jun 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions crm_location/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,28 @@ To install this module, you need:
* crm
* base_location located in OCA/partner-contact repo

Usage
=====

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/111/10.0


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
`here <https://github.com/OCA/crm/issues/new?body=module:%20crm_location%0Aversion:%201.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
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 smash it by providing detailed and welcomed feedback.


Contributors
------------
* Endika Iglesias <endikaig@antiun.com>
* Rafael Blasco <rafabn@antiun.com>

* Rafael Blasco <rafael.blasco@tecnativa.com>
* Luis M. Ontalba <luis.martinez@tecnativa.com>

Maintainer
----------
Expand All @@ -46,4 +53,4 @@ 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.

To contribute to this module, please visit http://odoo-community.org.
To contribute to this module, please visit https://odoo-community.org.
23 changes: 1 addition & 22 deletions crm_location/__init__.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
# -*- coding: utf-8 -*-
# Python source code encoding : https://www.python.org/dev/peps/pep-0263/
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright :
# (c) 2015 Antiun Ingenieria, SL (Madrid, Spain, http://www.antiun.com)
# Endika Iglesias <endikaig@antiun.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import models
33 changes: 7 additions & 26 deletions crm_location/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,39 +1,20 @@
# -*- coding: utf-8 -*-
# Python source code encoding : https://www.python.org/dev/peps/pep-0263/
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright :
# (c) 2015 Antiun Ingenieria, SL (Madrid, Spain, http://www.antiun.com)
# Endika Iglesias <endikaig@antiun.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# Copyright 2015 Antiun Ingenieria - Endika Iglesias <endikaig@antiun.com>
# Copyright 2017 Tecnativa - Luis Martínez
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
'name': 'CRM location',
'category': 'Customer Relationship Management',
'version': '8.0.1.0.0',
'version': '10.0.1.0.0',
'depends': [
'crm',
'base_location',
],
'data': ['views/crm_lead_view.xml'],
'author': 'Antiun Ingeniería S.L., '
'author': 'Tecnativa, '
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com',
'website': 'https://www.tecnativa.com',
'license': 'AGPL-3',
'installable': False,
'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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: view:crm.lead:crm_location.crm_case_form_view_leads
#: view:crm.lead:crm_location.crm_case_form_view_oppor
msgid "City completion"
msgstr ""

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

#. module: crm_location
#: field:crm.lead,location_id:0
msgid "Location"
msgstr ""

#. module: crm_location
#: help:crm.lead,location_id:0
msgid "Use the city name or the zip code to search the location"
msgstr ""
39 changes: 39 additions & 0 deletions crm_location/i18n/ca.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: 2017-03-28 02:26+0000\n"
"PO-Revision-Date: 2016-03-10 18:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-crm-8-0/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: view:crm.lead:crm_location.crm_case_form_view_leads
#: view:crm.lead:crm_location.crm_case_form_view_oppor
msgid "City completion"
msgstr ""

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

#. module: crm_location
#: field:crm.lead,location_id:0
msgid "Location"
msgstr "Ubicació "

#. module: crm_location
#: help:crm.lead,location_id:0
msgid "Use the city name or the zip code to search the location"
msgstr ""
40 changes: 40 additions & 0 deletions crm_location/i18n/de.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:
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-28 02:26+0000\n"
"PO-Revision-Date: 2017-04-12 12:05+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-crm-8-0/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: view:crm.lead:crm_location.crm_case_form_view_leads
#: view:crm.lead:crm_location.crm_case_form_view_oppor
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
#: field:crm.lead,location_id:0
msgid "Location"
msgstr "Standort"

#. module: crm_location
#: help:crm.lead,location_id:0
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:
# Carles Antoli <carlesantoli@hotmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 03:55+0000\n"
"PO-Revision-Date: 2016-04-07 15:47+0000\n"
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-crm-8-0/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: view:crm.lead:crm_location.crm_case_form_view_leads
#: view:crm.lead:crm_location.crm_case_form_view_oppor
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
#: field:crm.lead,location_id:0
msgid "Location"
msgstr "Ubicación"

#. module: crm_location
#: help:crm.lead,location_id:0
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"
39 changes: 39 additions & 0 deletions crm_location/i18n/es_ES.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: 2017-01-13 09:09+0000\n"
"PO-Revision-Date: 2016-03-10 18:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-crm-8-0/language/es_ES/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: view:crm.lead:crm_location.crm_case_form_view_leads
#: view:crm.lead:crm_location.crm_case_form_view_oppor
msgid "City completion"
msgstr ""

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

#. module: crm_location
#: field:crm.lead,location_id:0
msgid "Location"
msgstr "Ubicación"

#. module: crm_location
#: help:crm.lead,location_id:0
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:
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-17 01:26+0000\n"
"PO-Revision-Date: 2016-03-10 18:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-crm-8-0/language/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: crm_location
#: view:crm.lead:crm_location.crm_case_form_view_leads
#: view:crm.lead:crm_location.crm_case_form_view_oppor
msgid "City completion"
msgstr ""

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

#. module: crm_location
#: field:crm.lead,location_id:0
msgid "Location"
msgstr "Sijainti"

#. module: crm_location
#: help:crm.lead,location_id:0
msgid "Use the city name or the zip code to search the location"
msgstr ""
39 changes: 39 additions & 0 deletions crm_location/i18n/fr.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: French (http://www.transifex.com/oca/OCA-crm-8-0/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: crm_location
#: view:crm.lead:crm_location.crm_case_form_view_leads
#: view:crm.lead:crm_location.crm_case_form_view_oppor
msgid "City completion"
msgstr ""

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

#. module: crm_location
#: field:crm.lead,location_id:0
msgid "Location"
msgstr "Emplacement"

#. module: crm_location
#: help:crm.lead,location_id:0
msgid "Use the city name or the zip code to search the location"
msgstr ""
Loading