use abn as australian VAT number and remove GB from EU member states#246
use abn as australian VAT number and remove GB from EU member states#246viggo-devries wants to merge 5 commits into
Conversation
|
In PR 167 @ahaeber indicated that the TFN was used as VAT number but Wikipedia mentions the ABN. |
|
@arthurdejong I found these links: https://info.australia.gov.au/information-and-services/money-and-tax/tax/abn-australian-business-number https://www.ato.gov.au/individuals/tax-file-number/ |
|
The Australian Business Register also mentions that the TFN can be assigned to businesses. But I did find tax invoice requirements from the Australian Taxation Office that specifically mentions the ABN as being the number that you need to put in invoices. That makes it equivalent to a VAT number, fixed in cc3a970. |
|
I'm looking into the UK VAT number changes that are also part of this PR. Can you provide some valid XI numbers that validate according to https://ec.europa.eu/taxation_customs/vies/ ? None of the numbers in this PR appear to be valid when passing them to the VIES check. It is probably better to create a new PR to add support for XI VAT numbers. |
Although support for Australian ABN was added in stdnum 1.5 (arthurdejong/python-stdnum#40) it was in a bespoke module, which only got aliased to VAT in 1.15 (arthurdejong/python-stdnum#246), therefore a shim was necessary to bridge the two. Since Odoo now requirements stdnum 1.17, it should not be necessary anymore.
Although support for Australian ABN was added in stdnum 1.5 (arthurdejong/python-stdnum#40) it was in a bespoke module, which only got aliased to VAT in 1.15 (arthurdejong/python-stdnum#246), therefore a shim was necessary to bridge the two. Since Odoo now requirements stdnum 1.17, it should not be necessary anymore. Part-of: #175008 Signed-off-by: Wala Gauthier (gawa) <gawa@odoo.com>
No description provided.