Skip to content
Snippets Groups Projects
Commit 4fca8ed2 authored by Shawcker's avatar Shawcker
Browse files

[ADD] base_vat: VAT check for Venezuela


The current VAT check doesn't pass for valid Venezuelan VAT numbers (RIF). Venezuela has a specific method to validate their RIF, very different from the standard VIES check.

This commit adds an implementation of the VAT number validation in Venezuela. The validation is based on
(1) pattern matching
(2) checksum validation

Task id=3094593

closes odoo/odoo#107658

Signed-off-by: default avatarFlorian Gilbert (flg) <flg@odoo.com>
parent b4bbf30b
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment