diff --git a/crm_lead_code/i18n/es.po b/crm_lead_code/i18n/es.po index 6d9dc7399d5..1fc6d0cbc5d 100644 --- a/crm_lead_code/i18n/es.po +++ b/crm_lead_code/i18n/es.po @@ -9,20 +9,20 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-12-04 15:47+0000\n" -"PO-Revision-Date: 2021-02-11 21:44+0000\n" -"Last-Translator: Mat-moran \n" +"PO-Revision-Date: 2023-08-02 14:10+0000\n" +"Last-Translator: Ivorra78 \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" -"X-Generator: Weblate 4.3.2\n" +"X-Generator: Weblate 4.17\n" #. module: crm_lead_code #: model_terms:ir.ui.view,arch_db:crm_lead_code.crm_case_kanban_view_leads_inherit msgid "&nbsp;" -msgstr "" +msgstr "&nbsp;" #. module: crm_lead_code #: model:ir.model.fields,field_description:crm_lead_code.field_crm_lead__code diff --git a/crm_lead_vat/README.rst b/crm_lead_vat/README.rst new file mode 100644 index 00000000000..fa1cf75c35d --- /dev/null +++ b/crm_lead_vat/README.rst @@ -0,0 +1,93 @@ +============ +VAT in leads +============ + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/15.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-15-0/crm-15-0-crm_lead_vat + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/111/15.0 + :alt: Try me on Runbot + +|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 smashing 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 `__) + +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 `_ 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..8bac3a535a2 --- /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": "16.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..9b0d194b80c --- /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 "" +", 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 "" +" +