Skip to content

Commit

Permalink
Merge 8a9268f into 5447e08
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Jun 20, 2019
2 parents 5447e08 + 8a9268f commit c7d81a1
Show file tree
Hide file tree
Showing 20 changed files with 563 additions and 0 deletions.
63 changes: 63 additions & 0 deletions crm_lead_vat/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

============
VAT in leads
============

This module was written to extend the functionality of CRM leads to support
setting the VAT.

Usage
=====

To use this module, you need to:

* Go to *Sales > Leads*.
* Open a lead.
* You will see the new field.

.. 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/8.0

Known issues / Roadmap
======================

* ...

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:%20
crm_lead_vat%0Aversion:%20
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Rafael Blasco <rafaelbn@antiun.com>
* Jairo Llopis <yajo.sk8@gmail.com>

Maintainer
----------

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

This module is maintained by the OCA.

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.
4 changes: 4 additions & 0 deletions crm_lead_vat/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2015 Antiun Ingeniería, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
19 changes: 19 additions & 0 deletions crm_lead_vat/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2015 Antiun Ingeniería, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "VAT in leads",
"summary": "Add VAT field to leads",
"version": "12.0.1.0.0",
"category": "Customer Relationship Management",
"website": "http://www.antiun.com",
"author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"crm",
],
"data": [
"views/crm_lead.xml",
],
}
34 changes: 34 additions & 0 deletions crm_lead_vat/i18n/bg.po
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_lead_vat
#
# 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_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Следа/Възможност"

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr ""

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr ""
30 changes: 30 additions & 0 deletions crm_lead_vat/i18n/crm_lead_vat.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_lead_vat
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.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_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr ""

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr ""

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr ""

37 changes: 37 additions & 0 deletions crm_lead_vat/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_lead_vat
#
# 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-11 14:58+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"
"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_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Lead/Chance"

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr "USt-ID:"

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr ""
"Steueridentifikationsnummer. Die ersten zwei Zeichen stellen den "
"Länderschlüssel dar."
37 changes: 37 additions & 0 deletions crm_lead_vat/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_lead_vat
#
# 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:49+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"
"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_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Iniciativa / Oportunidad"

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr "NIF"

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr ""
"Número de identificación fiscal. Los 2 primeros caracteres son el código del "
"país."
34 changes: 34 additions & 0 deletions crm_lead_vat/i18n/fr.po
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_lead_vat
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-10 18:52+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"
"Language: fr\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_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Piste/Opportunité"

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr ""

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr ""
36 changes: 36 additions & 0 deletions crm_lead_vat/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_lead_vat
#
# Translators:
# Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, 2016
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-15 00:49+0000\n"
"PO-Revision-Date: 2016-08-19 13:47+0000\n"
"Last-Translator: Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>\n"
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-crm-8-0/language/"
"hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: crm_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Potencijalni klijent"

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr "OIB"

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr "OIB. Prva 2 slova su oznaka države."
34 changes: 34 additions & 0 deletions crm_lead_vat/i18n/it.po
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_lead_vat
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-16 11:11+0000\n"
"PO-Revision-Date: 2016-03-10 18:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-crm-8-0/language/"
"it/)\n"
"Language: it\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_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Lead/Opportunità"

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr ""

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr ""
34 changes: 34 additions & 0 deletions crm_lead_vat/i18n/pt_BR.po
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_lead_vat
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: crm (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-26 09:38+0000\n"
"PO-Revision-Date: 2016-03-10 18:53+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-crm-8-0/"
"language/pt_BR/)\n"
"Language: pt_BR\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_lead_vat
#: model:ir.model,name:crm_lead_vat.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Prospector/Oportunidade"

#. module: crm_lead_vat
#: field:crm.lead,vat:0
msgid "TIN"
msgstr ""

#. module: crm_lead_vat
#: help:crm.lead,vat:0
msgid "Tax Identification Number. The first 2 characters are the country code."
msgstr ""

0 comments on commit c7d81a1

Please sign in to comment.