Skip to content

Commit

Permalink
[FIX] account_invoice_import_invoice2data: free test, fix VAT number
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Apr 12, 2023
1 parent 9480ea5 commit c4178fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_invoice_import_invoice2data/demo/demo_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<field name="city">Paris</field>
<field name="country_id" ref="base.fr" />
<field name="website">http://www.free.fr</field>
<field name="vat">FR 604 219 388 61</field>
<field name="vat">FR60421938861</field>
</record>

<record id="free_import_config" model="account.invoice.import.config">
Expand Down

0 comments on commit c4178fe

Please sign in to comment.