c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17609
[Bug 723743] Re: base_vat Hungarian VAT code checking improved
As you can see the sima-py website says Check an **European area Value
Added Tax code**. But even countries in the Europeat Area might have
local format VAT codes. My changes allow checking such codes. Otherwise,
your code was fine.
the VAT code for my own company:
Hungarian EU VAT code: HU14978777 - this was verified previously
local VAT code: 14978777-2-06 - this failed previously, this has to be present on inland invoices
this is valid now
local VAT code: HU14978777-2-06
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/723743
Title:
base_vat Hungarian VAT code checking improved
Status in OpenERP Modules (addons):
Incomplete
Bug description:
Hi,
in Hungary the relationship b/w the local and the EU VAT formats is
the following. If HU12345678 is the EU VAT format, then the Hungarian
(local) VAT format is HU12345678-X-XX where X is an integer.
I've updated the base_vat module to allow for local Hungarian format
VAT codes too. Please merge this patch in addons.
Thanks.
References