Browse Source

[12.0][MIG] base_vat_sanitized

pull/639/head
Andrea 6 years ago
parent
commit
37ba326562
  1. 2
      base_vat_sanitized/README.rst
  2. 2
      base_vat_sanitized/__manifest__.py
  3. 2
      base_vat_sanitized/readme/CONTRIBUTORS.rst
  4. 3
      base_vat_sanitized/readme/DESCRIPTION.rst
  5. 1
      base_vat_sanitized/readme/USAGE.rst

2
base_vat_sanitized/README.rst

@ -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

2
base_vat_sanitized/__manifest__.py

@ -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',

2
base_vat_sanitized/readme/CONTRIBUTORS.rst

@ -0,0 +1,2 @@
* Alexis de Lattre <alexis.delattre@akretion.com>
* Andrea Stirpe <a.stirpe@onestein.nl>

3
base_vat_sanitized/readme/DESCRIPTION.rst

@ -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.

1
base_vat_sanitized/readme/USAGE.rst

@ -0,0 +1 @@
This module doesn't bring any visible feature for the users.
Loading…
Cancel
Save