diff --git a/crm_lead_vat/README.rst b/crm_lead_vat/README.rst new file mode 100644 index 00000000000..d7bc0aae50f --- /dev/null +++ b/crm_lead_vat/README.rst @@ -0,0 +1,110 @@ +============ +VAT in leads +============ + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:fd5d37d78ea01679f05c1a52d1e1720c31e2c941682c529f03be2c21bb0c462f + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/18.0/crm_lead_vat + :alt: OCA/crm +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/crm-18-0/crm-18-0-crm_lead_vat + :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=18.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module was written to extend the functionality of CRM leads to +support setting the VAT identification number +(https://en.wikipedia.org/wiki/VAT_identification_number). + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +- Go to *CRM > Leads*. +- Open a lead. +- You will see the new field. +- If you change vat in partner, it change in lead. +- If you change vat in lead, a warning will show informing you that if + you save, vat change in partner. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub 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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Antiun Ingeniería S.L. + +Contributors +------------ + +- Rafael Blasco +- Jairo Llopis +- Tharathip Chaweewongphan +- `Tecnativa `__: + + - Stefan Ungureanu + +- Emilio Pascual (`Moduon `__) +- `APSL `__: + + - Antoni Marroig + +- Heliconia Solutions Pvt. Ltd. + +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. + +.. |maintainer-EmilioPascual| image:: https://github.com/EmilioPascual.png?size=40px + :target: https://github.com/EmilioPascual + :alt: EmilioPascual + +Current `maintainer `__: + +|maintainer-EmilioPascual| + +This module is part of the `OCA/crm `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/crm_lead_vat/__init__.py b/crm_lead_vat/__init__.py new file mode 100644 index 00000000000..4b76c7b2d5c --- /dev/null +++ b/crm_lead_vat/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import models diff --git a/crm_lead_vat/__manifest__.py b/crm_lead_vat/__manifest__.py new file mode 100644 index 00000000000..b358f24e6e9 --- /dev/null +++ b/crm_lead_vat/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2015 Antiun Ingeniería, S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "VAT in leads", + "summary": "Add VAT field to leads", + "version": "18.0.1.0.0", + "category": "Customer Relationship Management", + "website": "https://github.com/OCA/crm", + "author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)", + "maintainers": ["EmilioPascual"], + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": ["crm"], + "data": ["views/crm_lead_views.xml"], +} diff --git a/crm_lead_vat/i18n/bg.po b/crm_lead_vat/i18n/bg.po new file mode 100644 index 00000000000..e2d388df898 --- /dev/null +++ b/crm_lead_vat/i18n/bg.po @@ -0,0 +1,47 @@ +# 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_terms:ir.ui.view,arch_db:crm_lead_vat.crm_lead_view_form +msgid "" +"" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model,name:crm_lead_vat.model_crm_lead +msgid "Lead/Opportunity" +msgstr "Следа/Възможност" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__partner_vat_update +msgid "Partner VAT will Update" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__vat +msgid "TIN" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model.fields,help:crm_lead_vat.field_crm_lead__vat +msgid "Tax Identification Number. The first 2 characters are the country code." +msgstr "" diff --git a/crm_lead_vat/i18n/crm_lead_vat.pot b/crm_lead_vat/i18n/crm_lead_vat.pot new file mode 100644 index 00000000000..55e942d9de6 --- /dev/null +++ b/crm_lead_vat/i18n/crm_lead_vat.pot @@ -0,0 +1,43 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_lead_vat +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.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_terms:ir.ui.view,arch_db:crm_lead_vat.crm_lead_view_form +msgid "" +"" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model,name:crm_lead_vat.model_crm_lead +msgid "Lead/Opportunity" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__partner_vat_update +msgid "Partner VAT will Update" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__vat +msgid "TIN" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model.fields,help:crm_lead_vat.field_crm_lead__vat +msgid "" +"Tax Identification Number. The first 2 characters are the country code." +msgstr "" diff --git a/crm_lead_vat/i18n/de.po b/crm_lead_vat/i18n/de.po new file mode 100644 index 00000000000..8d1d23cf338 --- /dev/null +++ b/crm_lead_vat/i18n/de.po @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_lead_vat +# +# Translators: +# Rudolf Schnapka , 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 \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_terms:ir.ui.view,arch_db:crm_lead_vat.crm_lead_view_form +msgid "" +"" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model,name:crm_lead_vat.model_crm_lead +msgid "Lead/Opportunity" +msgstr "Lead/Chance" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__partner_vat_update +msgid "Partner VAT will Update" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__vat +msgid "TIN" +msgstr "USt-ID:" + +#. module: crm_lead_vat +#: model:ir.model.fields,help:crm_lead_vat.field_crm_lead__vat +msgid "Tax Identification Number. The first 2 characters are the country code." +msgstr "" +"Steueridentifikationsnummer. Die ersten zwei Zeichen stellen den " +"Länderschlüssel dar." diff --git a/crm_lead_vat/i18n/es.po b/crm_lead_vat/i18n/es.po new file mode 100644 index 00000000000..02c2bde71e7 --- /dev/null +++ b/crm_lead_vat/i18n/es.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * crm_lead_vat +# +# Translators: +# Carles Antoli , 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: 2024-02-08 20:36+0000\n" +"Last-Translator: Ivorra78 \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" +"X-Generator: Weblate 4.17\n" + +#. module: crm_lead_vat +#: model_terms:ir.ui.view,arch_db:crm_lead_vat.crm_lead_view_form +msgid "" +"" +msgstr "" +"" + +#. module: crm_lead_vat +#: model:ir.model,name:crm_lead_vat.model_crm_lead +msgid "Lead/Opportunity" +msgstr "Iniciativa / Oportunidad" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__partner_vat_update +msgid "Partner VAT will Update" +msgstr "IVA del socio se actualizará" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__vat +msgid "TIN" +msgstr "NIF" + +#. module: crm_lead_vat +#: model:ir.model.fields,help:crm_lead_vat.field_crm_lead__vat +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." + +#~ msgid "" +#~ ", 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ć \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_terms:ir.ui.view,arch_db:crm_lead_vat.crm_lead_view_form +msgid "" +"" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model,name:crm_lead_vat.model_crm_lead +msgid "Lead/Opportunity" +msgstr "Potencijalni klijent" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__partner_vat_update +msgid "Partner VAT will Update" +msgstr "" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__vat +msgid "TIN" +msgstr "OIB" + +#. module: crm_lead_vat +#: model:ir.model.fields,help:crm_lead_vat.field_crm_lead__vat +msgid "Tax Identification Number. The first 2 characters are the country code." +msgstr "OIB. Prva 2 slova su oznaka države." diff --git a/crm_lead_vat/i18n/it.po b/crm_lead_vat/i18n/it.po new file mode 100644 index 00000000000..f4a02dbf06b --- /dev/null +++ b/crm_lead_vat/i18n/it.po @@ -0,0 +1,61 @@ +# 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: 2024-02-04 11:37+0000\n" +"Last-Translator: mymage \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" +"X-Generator: Weblate 4.17\n" + +#. module: crm_lead_vat +#: model_terms:ir.ui.view,arch_db:crm_lead_vat.crm_lead_view_form +msgid "" +"" +msgstr "" +"" + +#. module: crm_lead_vat +#: model:ir.model,name:crm_lead_vat.model_crm_lead +msgid "Lead/Opportunity" +msgstr "Contatto/Opportunità" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__partner_vat_update +msgid "Partner VAT will Update" +msgstr "La partita IVA del partner verrà aggiornata" + +#. module: crm_lead_vat +#: model:ir.model.fields,field_description:crm_lead_vat.field_crm_lead__vat +msgid "TIN" +msgstr "P. IVA" + +#. module: crm_lead_vat +#: model:ir.model.fields,help:crm_lead_vat.field_crm_lead__vat +msgid "Tax Identification Number. The first 2 characters are the country code." +msgstr "Partita IVA. I primi 2 caratteri sono il codice nazione." + +#~ msgid "" +#~ " +