Skip to content

Commit

Permalink
[FIX] l10n_uy_currency_update: Agregamos un label por error en migracion
Browse files Browse the repository at this point in the history
closes #229

Ticket: 80426
Signed-off-by: Katherine Zaoral <[email protected]>
  • Loading branch information
mem-adhoc committed Sep 24, 2024
1 parent 60cda72 commit 7bcc5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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': "17.0.1.1.0",
'version': "17.0.1.2.0",
'countries': ['uy'],
'category': 'Localization/Uruguay',
'sequence': 14,
Expand Down
7 changes: 3 additions & 4 deletions l10n_uy_currency_update/views/res_currency_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
<field name="model">res.currency</field>
<field name="arch" type="xml">
<field name="name" position="after">
<field name="l10n_uy_have_bcu_code" invisible='True'/>
<label for="name"/>
<div>
<field name="l10n_uy_have_bcu_code" invisible='True'/>
<div colspan="2">
<button name="action_l10n_uy_get_bcu_rate" string="⇒ (UY) Mostrar ultima cotización BCU" invisible="not l10n_uy_have_bcu_code or is_current_company_currency" type="object" class="oe_link" help="Este boton permitira traer la última cotinzación de BCU para esta moneda."/>
<button name="action_get_available_currencies" invisible="l10n_uy_have_bcu_code" type="object" class="btn-link" string="⇒ (UY) Obtener info monedas disponibles"/>
</div>
</div>
</field>
</field>
</record>
Expand Down

0 comments on commit 7bcc5ba

Please sign in to comment.