Skip to content

Commit 313593d

Browse files
committed
[REN] l10n_uy_reports_extended: rename to l10n_uy_reports_ux
Rename of the module from l10n_uy_reports_extended to l10n_uy_reports_ux to align with a naming standard, updating template references, assets, security access IDs, and documentation accordingly. Migration to old adhoc module l10n_uy_reports to version 19.0
1 parent a972014 commit 313593d

22 files changed

Lines changed: 761 additions & 761 deletions

l10n_uy_reports_extended/i18n/es.po

Lines changed: 0 additions & 409 deletions
This file was deleted.

l10n_uy_reports_extended/i18n/l10n_uy_reports.pot

Lines changed: 0 additions & 319 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
:target: https://www.gnu.org/licenses/agpl
1111
:alt: License: AGPL-3
1212

13-
============================
14-
Uruguay - Accounting Reports
15-
============================
13+
===============================
14+
Uruguay - Accounting Reports UX
15+
===============================
1616

1717
* Agrega la posibilidad de ver/exportar xls con el libro de IVA Compras/Ventas Uruguayo en el menu "Tax Return"
1818
* Agrega el menú Resumen de IVA para Uruguay, reporte que se puede usar para analizar los datos de facturación
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
3-
"name": "Uruguay - Accounting Reports",
4-
"version": "18.0.1.1.0",
3+
"name": "Uruguay - Accounting Reports UX",
4+
"version": "19.0.1.0.0",
55
"author": "ADHOC SA",
66
"license": "LGPL-3",
77
"category": "Localization",
@@ -18,9 +18,9 @@
1818
],
1919
"assets": {
2020
"web.assets_backend": [
21-
"l10n_uy_reports_extended/static/src/components/**/*",
21+
"l10n_uy_reports_ux/static/src/components/**/*",
2222
],
2323
},
2424
"auto_install": ["l10n_uy_reports"],
25-
"installable": False,
25+
"installable": True,
2626
}

l10n_uy_reports_extended/data/account_financial_report_data.xml renamed to l10n_uy_reports_ux/data/account_financial_report_data.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<odoo>
33

4-
<menuitem id="account_reports_uy_statements_menu" name="Uruguayan Statements" parent="account.menu_finance_reports" sequence="3" groups="account.group_account_user"/>
5-
64
<record id="l10n_uy_vat_book_report" model="account.report">
75
<field name="name">Uruguayan VAT book</field>
86
<field name="root_report_id" ref="account.generic_tax_report"/>

0 commit comments

Comments
 (0)