Skip to content

Latest commit

 

History

History
 
 

base_vat_optional_vies

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Optional validation of VAT via VIES

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 validation was passed or not.

Then you can use "VIES validation passed" field in order to show VAT ID with or without country preffix in invoices, for instance.

NOTE: Although VIES validation is set in your company, this validation will not block VAT ID write (main difference to Odoo standard behavior) if this VAT ID is valid in its country.

Table of contents

In order to activate VIES validation, you must set this option in Settings: Settings > Account > Verify VAT Numbers

When VIES VAT Check is activated:

  • Odoo will try to validate VAT against VIES online service
  • If passed, then "VIES validation passed" field will be True
  • If not passed, then try to validate using country validation method
  • If validated, then "VIES validation passed" field will be False
  • If not validated, then a ValidationError will be shown to user

When VIES VAT Check is not activated:

  • "VIES validation passed" field will be always False

You must prefix VAT with country code (ISO 3166-1 alpha-2) and if you want to bypass country validation you can use "EU" code

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 to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Tecnativa

This module is maintained by the OCA.

Odoo Community Association

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/account-financial-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.