Commit Graph

5 Commits

Author SHA1 Message Date
Jairo Llopis
03b380c165 [FIX] base_vat_optional_vies: change dependency
This module required `vatnumber` just to make sure upstream odoo behaved as expected.

However, upstream changed to using `stdnum` in c377e46da1, so that's what we should require here now.

Besides, tests were bringing false positives and negatives. Now they test the correct behavior.

@moduon MT-5599
2024-04-02 10:47:21 +01:00
rodrigo
6273b53821 [MIG] base_vat_optional_vies: Migration to 11.0 2019-07-19 11:50:04 +00:00
David Vidal
1dd94ec83b [MIG] base_vat_optional_vies: Migration to 10.0 2019-07-19 11:50:04 +00:00
Sergio Teruel Albert
d909646729 [FIX] Some fixes:
* base_vat_optional_vies: Fix pass lower country code in _split_vat function to find parent function check_vat_'xx' instead of check_vat_'XX'
  * base_vat_optional_vies: Convert to upper when write NIF into database
2019-07-19 11:50:04 +00:00
Antonio Espinosa
cdb62619ed [ADD] base_vat_optional_vies
* Disable VIES test
  * Fixes to avoid exception when using default _construct_constraint_msg method
2019-07-19 11:50:04 +00:00