Skip to content

Commit

Permalink
[ADD] l10n_uy_currency_update: Update currency codes
Browse files Browse the repository at this point in the history
Use USD/ARG/BRL Currencies default UY code were using the rate Arbitraje
Internacional, After new RG from DGI we should use the moneda Billete by
default instead.

closes #79

X-original-commit: 54a7077
Signed-off-by: Katherine Zaoral <[email protected]>
  • Loading branch information
zaoral committed Jan 27, 2023
1 parent 5170aeb commit 16a5dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion l10n_uy_currency_update/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Uruguayan Currency Rate Update',
'version': "15.0.1.0.0",
'version': "15.0.1.1.0",
'category': 'Localization/Uruguay',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
6 changes: 3 additions & 3 deletions l10n_uy_currency_update/data/res.currency.csv
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
id,l10n_uy_bcu_code
base.ARS,500
base.ARS,501
base.EUR,1111
base.USD,2222
base.USD,2225
base.AUD,105
base.NZD,1490
base.GBP,2700
base.UYI,9800
base.ARS,500
base.BRL,1000
base.BRL,1001
base.CLP,1300
base.ZAR,1620
base.DKK,1800
Expand Down

0 comments on commit 16a5dca

Please sign in to comment.