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

13.0 mig base vat sanitized #821

Merged
merged 7 commits into from
Dec 17, 2019
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
81 changes: 81 additions & 0 deletions base_vat_sanitized/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
==================
Base VAT Sanitized
==================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fpartner--contact-lightgray.png?logo=github
:target: https://github.com/OCA/partner-contact/tree/12.0/base_vat_sanitized
:alt: OCA/partner-contact
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-base_vat_sanitized
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/134/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a technical field *sanitized_vat* on partners that stores the VAT number
without spaces and with letters in uppercase. It is useful for other modules that need to
match partners on VAT number, such as the *base_business_document_import* module for example.

**Table of contents**

.. contents::
:local:

Usage
=====

This module doesn't bring any visible feature for the users.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/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 <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_vat_sanitized%0Aversion:%2012.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
~~~~~~~

* Akretion

Contributors
~~~~~~~~~~~~

* Alexis de Lattre <alexis.delattre@akretion.com>
* Andrea Stirpe <a.stirpe@onestein.nl>

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/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/base_vat_sanitized>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions base_vat_sanitized/__init__.py
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).

from . import models
15 changes: 15 additions & 0 deletions base_vat_sanitized/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2016 Akretion (http://www.akretion.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# @author Alexis de Lattre <alexis.delattre@akretion.com>

{
"name": "Base VAT Sanitized",
"version": "13.0.1.0.0",
"category": "Hidden/Dependency",
"license": "AGPL-3",
"summary": "Adds field sanitized_vat on partners",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/partner-contact",
"depends": ["base_vat"],
"installable": True,
}
39 changes: 39 additions & 0 deletions base_vat_sanitized/i18n/am.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:
# * base_vat_sanitized
#
# 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-03-10 03:39+0000\n"
"PO-Revision-Date: 2017-03-10 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\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: base_vat_sanitized
#: model:ir.model,name:base_vat_sanitized.model_res_partner
msgid "Contact"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_users__sanitized_vat
msgid "Sanitized TIN"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,help:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,help:base_vat_sanitized.field_res_users__sanitized_vat
msgid "TIN in uppercase without spaces nor special caracters."
msgstr ""

#~ msgid "Partner"
#~ msgstr "ተባባሪ"
40 changes: 40 additions & 0 deletions base_vat_sanitized/i18n/ar.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:
# * base_vat_sanitized
#
# 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-03-10 03:39+0000\n"
"PO-Revision-Date: 2017-03-10 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: base_vat_sanitized
#: model:ir.model,name:base_vat_sanitized.model_res_partner
msgid "Contact"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_users__sanitized_vat
msgid "Sanitized TIN"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,help:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,help:base_vat_sanitized.field_res_users__sanitized_vat
msgid "TIN in uppercase without spaces nor special caracters."
msgstr ""

#~ msgid "Partner"
#~ msgstr "الشريك"
32 changes: 32 additions & 0 deletions base_vat_sanitized/i18n/base_vat_sanitized.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_vat_sanitized
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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: base_vat_sanitized
#: model:ir.model,name:base_vat_sanitized.model_res_partner
msgid "Contact"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_users__sanitized_vat
msgid "Sanitized TIN"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,help:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,help:base_vat_sanitized.field_res_users__sanitized_vat
msgid "TIN in uppercase without spaces nor special caracters."
msgstr ""

39 changes: 39 additions & 0 deletions base_vat_sanitized/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:
# * base_vat_sanitized
#
# 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-02-25 04:13+0000\n"
"PO-Revision-Date: 2017-02-25 04:13+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/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: base_vat_sanitized
#: model:ir.model,name:base_vat_sanitized.model_res_partner
msgid "Contact"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_users__sanitized_vat
msgid "Sanitized TIN"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,help:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,help:base_vat_sanitized.field_res_users__sanitized_vat
msgid "TIN in uppercase without spaces nor special caracters."
msgstr ""

#~ msgid "Partner"
#~ msgstr "Партньор"
40 changes: 40 additions & 0 deletions base_vat_sanitized/i18n/bs.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:
# * base_vat_sanitized
#
# 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-03-10 03:39+0000\n"
"PO-Revision-Date: 2017-03-10 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Language: bs\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: base_vat_sanitized
#: model:ir.model,name:base_vat_sanitized.model_res_partner
msgid "Contact"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_users__sanitized_vat
msgid "Sanitized TIN"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,help:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,help:base_vat_sanitized.field_res_users__sanitized_vat
msgid "TIN in uppercase without spaces nor special caracters."
msgstr ""

#~ msgid "Partner"
#~ msgstr "Partner"
39 changes: 39 additions & 0 deletions base_vat_sanitized/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:
# * base_vat_sanitized
#
# 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-03-10 03:39+0000\n"
"PO-Revision-Date: 2017-03-10 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\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"

#. module: base_vat_sanitized
#: model:ir.model,name:base_vat_sanitized.model_res_partner
msgid "Contact"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_users__sanitized_vat
msgid "Sanitized TIN"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,help:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,help:base_vat_sanitized.field_res_users__sanitized_vat
msgid "TIN in uppercase without spaces nor special caracters."
msgstr ""

#~ msgid "Partner"
#~ msgstr "Empresa"
39 changes: 39 additions & 0 deletions base_vat_sanitized/i18n/cs.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:
# * base_vat_sanitized
#
# 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-03-10 03:39+0000\n"
"PO-Revision-Date: 2017-03-10 03:39+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. module: base_vat_sanitized
#: model:ir.model,name:base_vat_sanitized.model_res_partner
msgid "Contact"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,field_description:base_vat_sanitized.field_res_users__sanitized_vat
msgid "Sanitized TIN"
msgstr ""

#. module: base_vat_sanitized
#: model:ir.model.fields,help:base_vat_sanitized.field_res_partner__sanitized_vat
#: model:ir.model.fields,help:base_vat_sanitized.field_res_users__sanitized_vat
msgid "TIN in uppercase without spaces nor special caracters."
msgstr ""

#~ msgid "Partner"
#~ msgstr "Společník"
Loading