Skip to content

Commit

Permalink
[FIX] l10n_au: ABN number for demo company
Browse files Browse the repository at this point in the history
The number that was there before was a TFN, not an ABN because of
confusion between those two tax numbers.
See
arthurdejong/python-stdnum@cc3a970
odoo@a72f722

closes odoo#78894

Signed-off-by: Laurent Smet <las@openerp.com>
  • Loading branch information
william-andre committed Oct 26, 2021
1 parent 3415ba8 commit 755c074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/l10n_au/demo/demo_company.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 755c074

Please sign in to comment.