diff --git a/README.md b/README.md index d27181ce..65e59426 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ addon | version | maintainers | summary [account_move_template](account_move_template/) | 16.0.1.0.0 | | Templates for recurring Journal Entries [account_template_active](account_template_active/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow to disable / enable account template items (tax, fiscal position, account) [account_usability](account_usability/) | 16.0.1.0.3 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting -[base_vat_optional_vies](base_vat_optional_vies/) | 16.0.1.0.1 | | Optional validation of VAT via VIES +[base_vat_optional_vies](base_vat_optional_vies/) | 16.0.1.1.0 | | Optional validation of VAT via VIES [//]: # (end addons) diff --git a/base_vat_optional_vies/README.rst b/base_vat_optional_vies/README.rst index bd2e2050..4a86b1e7 100644 --- a/base_vat_optional_vies/README.rst +++ b/base_vat_optional_vies/README.rst @@ -7,7 +7,7 @@ Optional validation of VAT via VIES !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5e4e86aeac398ee59489628c10953601be2cfffbb0554e08610df477390d04ff + !! source digest: sha256:cf3cd94c0a395c42415001a53bec5b0c5ee7c525b4cc8e5f45bd8722cc6066c7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -96,6 +96,7 @@ Contributors * Alexandre Díaz * Harald Panten * Eduardo de Miguel +* Emilio Pascual Maintainers ~~~~~~~~~~~ diff --git a/base_vat_optional_vies/__manifest__.py b/base_vat_optional_vies/__manifest__.py index 5084bce7..280380bd 100644 --- a/base_vat_optional_vies/__manifest__.py +++ b/base_vat_optional_vies/__manifest__.py @@ -8,7 +8,7 @@ { "name": "Optional validation of VAT via VIES", "category": "Accounting", - "version": "16.0.1.0.1", + "version": "16.0.1.1.0", "depends": ["base_vat"], "data": [ "views/res_partner_view.xml", diff --git a/base_vat_optional_vies/static/description/index.html b/base_vat_optional_vies/static/description/index.html index e193ac47..1129df23 100644 --- a/base_vat_optional_vies/static/description/index.html +++ b/base_vat_optional_vies/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5e4e86aeac398ee59489628c10953601be2cfffbb0554e08610df477390d04ff +!! source digest: sha256:cf3cd94c0a395c42415001a53bec5b0c5ee7c525b4cc8e5f45bd8722cc6066c7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

This module extends base_vat module features allowing to know if VIES @@ -440,6 +440,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

  • Alexandre Díaz <alexandre.diaz@tecnativa.com>
  • Harald Panten <harald.panten@sygel.es>
  • Eduardo de Miguel <edu@moduon.team>
  • +
  • Emilio Pascual <emilio@moduon.team>