@ -15,7 +15,7 @@ This module doesn't bring any visible feature for the users.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/134/11.0
:target: https://runbot.odoo-community.org/runbot/134/12.0
Bug Tracker
@ -4,7 +4,7 @@
{
'name': 'Base VAT Sanitized',
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
'category': 'Hidden/Dependency',
'license': 'AGPL-3',
'summary': 'Adds field sanitized_vat on partners',
@ -0,0 +1,2 @@
* Alexis de Lattre <alexis.delattre@akretion.com>
* Andrea Stirpe <a.stirpe@onestein.nl>
@ -0,0 +1,3 @@
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.
@ -0,0 +1 @@
This module doesn't bring any visible feature for the users.