-
-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
32 changed files
with
1,744 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
============ | ||
CRM Industry | ||
============ | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:5a734491f7c9a01d6fbe9b7cb43a90d49cfa1ff8b654ca9ef44d9b09fbbd0f0e | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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_industry | ||
: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_industry | ||
: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 adds industries for leads and opportunities. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
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_industry%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 | ||
------------ | ||
|
||
- Rafael Blasco <rafael.blasco@tecnativa.com> | ||
- Antonio Espinosa <antonio.espinosa@tecnativa.com> | ||
- Javier Iniesta <javieria@antiun.com> | ||
- Luis M. Ontalba <luis.martinez@tecnativa.com> | ||
- Miquel Raïch <miquel.raich@forgeflow.com> | ||
- Alexandre Díaz <alexandre.diaz@tecnativa.com> | ||
- Manuel Marquez <manuel@getmadeit.io> | ||
- `Pesol <https://www.pesol.es>`__: | ||
|
||
- Jonathan Oscategui Taza <info@pesol.es> | ||
|
||
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_industry>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright 2015 Antiun Ingenieria S.L. - Javier Iniesta | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "CRM Industry", | ||
"summary": "Link leads/opportunities to industries", | ||
"version": "17.0.1.0.0", | ||
"category": "Customer Relationship Management", | ||
"website": "https://github.com/OCA/crm", | ||
"author": "Tecnativa, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"depends": ["crm", "partner_industry_secondary"], | ||
"data": ["views/crm_lead_view.xml"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_sector | ||
# | ||
# 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_industry | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_leads_filter | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_opportunities_filter | ||
msgid "Industry" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model,name:crm_industry.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "Следа/Възможност" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__industry_id | ||
msgid "Main Industry" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__secondary_industry_ids | ||
msgid "Secondary Industries" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#. odoo-python | ||
#: code:addons/crm_industry/models/crm_lead.py:0 | ||
#, python-format | ||
msgid "The secondary industries must be different from the main industry." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_industry | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2019-12-27 14:13+0000\n" | ||
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n" | ||
"Language-Team: none\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_industry | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_leads_filter | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_opportunities_filter | ||
msgid "Industry" | ||
msgstr "Indústria" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model,name:crm_industry.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "Iniciativa/Oportunitat" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__industry_id | ||
msgid "Main Industry" | ||
msgstr "Indústria principal" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__secondary_industry_ids | ||
msgid "Secondary Industries" | ||
msgstr "Indústries secundàries" | ||
|
||
#. module: crm_industry | ||
#. odoo-python | ||
#: code:addons/crm_industry/models/crm_lead.py:0 | ||
#, python-format | ||
msgid "The secondary industries must be different from the main industry." | ||
msgstr "" | ||
"Les indústries secundàries han de ser diferents de la indústria principal." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_industry | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: ca_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_industry | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_leads_filter | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_opportunities_filter | ||
msgid "Industry" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model,name:crm_industry.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__industry_id | ||
msgid "Main Industry" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__secondary_industry_ids | ||
msgid "Secondary Industries" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#. odoo-python | ||
#: code:addons/crm_industry/models/crm_lead.py:0 | ||
#, python-format | ||
msgid "The secondary industries must be different from the main industry." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_industry | ||
# | ||
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_industry | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_leads_filter | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_opportunities_filter | ||
msgid "Industry" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model,name:crm_industry.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__industry_id | ||
msgid "Main Industry" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__secondary_industry_ids | ||
msgid "Secondary Industries" | ||
msgstr "" | ||
|
||
#. module: crm_industry | ||
#. odoo-python | ||
#: code:addons/crm_industry/models/crm_lead.py:0 | ||
#, python-format | ||
msgid "The secondary industries must be different from the main industry." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_sector | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.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_sector | ||
#: model:ir.model,name:crm_sector.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "" | ||
|
||
#. module: crm_sector | ||
#: model:ir.model.fields,field_description:crm_sector.field_crm_lead_sector_id | ||
msgid "Main Sector" | ||
msgstr "" | ||
|
||
#. module: crm_sector | ||
#: model:ir.model.fields,field_description:crm_sector.field_crm_lead_secondary_sector_ids | ||
msgid "Secondary Sectors" | ||
msgstr "" | ||
|
||
#. module: crm_sector | ||
#: model:ir.ui.view,arch_db:crm_sector.crm_case_form_view_leads | ||
#: model:ir.ui.view,arch_db:crm_sector.crm_case_form_view_oppor | ||
#: model:ir.ui.view,arch_db:crm_sector.view_crm_case_leads_filter | ||
#: model:ir.ui.view,arch_db:crm_sector.view_crm_case_opportunities_filter | ||
msgid "Sector" | ||
msgstr "" | ||
|
||
#. module: crm_sector | ||
#: code:addons/crm_sector/models/crm_lead.py:22 | ||
#, python-format | ||
msgid "The secondary sectors must be different from the main sector." | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_sector | ||
# | ||
# 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-09 08:00+0000\n" | ||
"PO-Revision-Date: 2018-12-15 16:58+0000\n" | ||
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\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" | ||
"X-Generator: Weblate 3.3\n" | ||
|
||
#. module: crm_industry | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.crm_lead_view_form | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_leads_filter | ||
#: model_terms:ir.ui.view,arch_db:crm_industry.view_crm_case_opportunities_filter | ||
msgid "Industry" | ||
msgstr "Branche" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model,name:crm_industry.model_crm_lead | ||
msgid "Lead/Opportunity" | ||
msgstr "Lead/Chance" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__industry_id | ||
msgid "Main Industry" | ||
msgstr "Hauptbranche" | ||
|
||
#. module: crm_industry | ||
#: model:ir.model.fields,field_description:crm_industry.field_crm_lead__secondary_industry_ids | ||
msgid "Secondary Industries" | ||
msgstr "Sekundäre Branchen" | ||
|
||
#. module: crm_industry | ||
#. odoo-python | ||
#: code:addons/crm_industry/models/crm_lead.py:0 | ||
#, python-format | ||
msgid "The secondary industries must be different from the main industry." | ||
msgstr "Die Hauptbranche muss sich von den Sekundären unterscheiden." | ||
|
||
#~ msgid "Main Sector" | ||
#~ msgstr "Hauptsektor" | ||
|
||
#~ msgid "Sector" | ||
#~ msgstr "Sektor" |
Oops, something went wrong.