Skip to content
Snippets Groups Projects
Commit 755c074a authored by william-andre's avatar william-andre
Browse files

[FIX] l10n_au: ABN number for demo company

The number that was there before was a TFN, not an ABN because of
confusion between those two tax numbers.
See
https://github.com/arthurdejong/python-stdnum/commit/cc3a970e893ebe6635982bcd49c48e6549cb5ac3
https://github.com/odoo/odoo/commit/a72f7222c9f5987a20461be9c837e3de73801ff7



closes odoo/odoo#78894

Signed-off-by: default avatarLaurent Smet <las@openerp.com>
parent 3415ba88
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<odoo>
<record id="partner_demo_company_au" model="res.partner">
<field name="name">AU Company</field>
<field name="vat">13041750</field>
<field name="vat">11 225 459 588</field>
<field name="street">Henry Lawson Drive</field>
<field name="city">Home Rule</field>
<field name="country_id" ref="base.au"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment