Skip to content

use abn as australian VAT number and remove GB from EU member states#246

Closed
viggo-devries wants to merge 5 commits into
arthurdejong:masterfrom
viggo-devries:fix_vat
Closed

use abn as australian VAT number and remove GB from EU member states#246
viggo-devries wants to merge 5 commits into
arthurdejong:masterfrom
viggo-devries:fix_vat

Conversation

@viggo-devries

Copy link
Copy Markdown
Contributor

No description provided.

@arthurdejong

Copy link
Copy Markdown
Owner

In PR 167 @ahaeber indicated that the TFN was used as VAT number but Wikipedia mentions the ABN.
The TFN Wikipedia page also suggests that the ABN is assigned more often and can be used. Do you know of an official source that states that the ABN is equivalent to VAT numbers as used in the EU (GST in Australia)?

@viggo-devries

Copy link
Copy Markdown
Contributor Author

@arthurdejong I found these links:

https://info.australia.gov.au/information-and-services/money-and-tax/tax/abn-australian-business-number
This is the ABN number and is used for VAT returns from the country etc.

https://www.ato.gov.au/individuals/tax-file-number/
This is the TFN number. It is a personal number not a business number.
"""You don't have to have a TFN, but without one you pay more tax. You also won't be able to apply for government benefits, lodge your tax return electronically"""

@arthurdejong

Copy link
Copy Markdown
Owner

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.

@arthurdejong

arthurdejong commented Jan 10, 2021

Copy link
Copy Markdown
Owner

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.

@arthurdejong arthurdejong reopened this Jan 10, 2021
xmo-odoo added a commit to odoo-dev/odoo that referenced this pull request Jul 30, 2024
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.
robodoo pushed a commit to odoo/odoo that referenced this pull request Aug 1, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants