odoo-addon-account-financial-report 15.0.3.3.1__py3-none-any.whl → 15.0.3.3.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-account-financial-report might be problematic. Click here for more details.

Files changed (31) hide show
  1. odoo/addons/account_financial_report/README.rst +6 -2
  2. odoo/addons/account_financial_report/__manifest__.py +1 -1
  3. odoo/addons/account_financial_report/data/report_column_data.xml +12 -0
  4. odoo/addons/account_financial_report/i18n/account_financial_report.pot +5 -35
  5. odoo/addons/account_financial_report/i18n/ar.po +8 -0
  6. odoo/addons/account_financial_report/i18n/ca.po +8 -0
  7. odoo/addons/account_financial_report/i18n/da.po +8 -0
  8. odoo/addons/account_financial_report/i18n/de.po +8 -0
  9. odoo/addons/account_financial_report/i18n/es.po +30 -84
  10. odoo/addons/account_financial_report/i18n/es_AR.po +8 -0
  11. odoo/addons/account_financial_report/i18n/es_MX.po +8 -0
  12. odoo/addons/account_financial_report/i18n/fr.po +8 -0
  13. odoo/addons/account_financial_report/i18n/fr_CH.po +8 -0
  14. odoo/addons/account_financial_report/i18n/fr_FR.po +8 -0
  15. odoo/addons/account_financial_report/i18n/hr.po +8 -0
  16. odoo/addons/account_financial_report/i18n/hr_HR.po +8 -0
  17. odoo/addons/account_financial_report/i18n/it.po +11 -3
  18. odoo/addons/account_financial_report/i18n/ja.po +8 -0
  19. odoo/addons/account_financial_report/i18n/nl.po +8 -0
  20. odoo/addons/account_financial_report/i18n/nl_NL.po +8 -0
  21. odoo/addons/account_financial_report/i18n/pt.po +8 -0
  22. odoo/addons/account_financial_report/i18n/pt_BR.po +8 -0
  23. odoo/addons/account_financial_report/i18n/ro.po +8 -0
  24. odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +17 -9
  25. odoo/addons/account_financial_report/report/templates/journal_ledger.xml +15 -7
  26. odoo/addons/account_financial_report/reports.xml +1 -1
  27. odoo/addons/account_financial_report/static/description/index.html +23 -17
  28. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.3.dist-info}/METADATA +7 -3
  29. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.3.dist-info}/RECORD +31 -31
  30. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.3.dist-info}/WHEEL +0 -0
  31. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.3.dist-info}/top_level.txt +0 -0
@@ -1,3 +1,7 @@
1
+ .. image:: https://odoo-community.org/readme-banner-image
2
+ :target: https://odoo-community.org/get-involved?utm_source=readme
3
+ :alt: Odoo Community Association
4
+
1
5
  =========================
2
6
  Account Financial Reports
3
7
  =========================
@@ -7,13 +11,13 @@ Account Financial Reports
7
11
  !! This file is generated by oca-gen-addon-readme !!
8
12
  !! changes will be overwritten. !!
9
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:bc9def11be4487679cbaccfc573da59be91e3ef192612fee4dfd686b4d32cb76
14
+ !! source digest: sha256:f8b90ed9be17afa94285e8017c405dc076c3d70e535f11aff2dc88beb90e2829
11
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
16
 
13
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14
18
  :target: https://odoo-community.org/page/development-status
15
19
  :alt: Beta
16
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
17
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
22
  :alt: License: AGPL-3
19
23
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github
@@ -7,7 +7,7 @@
7
7
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
8
8
  {
9
9
  "name": "Account Financial Reports",
10
- "version": "15.0.3.3.1",
10
+ "version": "15.0.3.3.3",
11
11
  "category": "Reporting",
12
12
  "summary": "OCA Financial Reports",
13
13
  "author": "Camptocamp,"
@@ -324,6 +324,18 @@
324
324
  <field name="field_type">string</field>
325
325
  <field name="limit">40</field>
326
326
  </record>
327
+ <record
328
+ id="journal_ledger_report_wizard_column_taxes"
329
+ model="account.financial.report.column"
330
+ >
331
+ <field name="res_model">journal.ledger.report.wizard</field>
332
+ <field name="sequence">65</field>
333
+ <field name="name">Taxes</field>
334
+ <field name="expression_label">taxes</field>
335
+ <field name="is_visible" eval="False" />
336
+ <field name="field_type">string</field>
337
+ <field name="limit">20</field>
338
+ </record>
327
339
  <record
328
340
  id="journal_ledger_report_wizard_column_debit"
329
341
  model="account.financial.report.column"
@@ -573,6 +573,7 @@ msgstr ""
573
573
  #. module: account_financial_report
574
574
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
575
575
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
576
+ #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
576
577
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
577
578
  #, python-format
578
579
  msgid "Current"
@@ -1127,6 +1128,7 @@ msgstr ""
1127
1128
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1128
1129
  #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard
1129
1130
  #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html
1131
+ #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb
1130
1132
  #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard
1131
1133
  #, python-format
1132
1134
  msgid "Journal Ledger"
@@ -1283,6 +1285,7 @@ msgid "Move Target"
1283
1285
  msgstr ""
1284
1286
 
1285
1287
  #. module: account_financial_report
1288
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all
1286
1289
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal
1287
1290
  msgid "Moves"
1288
1291
  msgstr ""
@@ -1812,6 +1815,7 @@ msgstr ""
1812
1815
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
1813
1816
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1814
1817
  #: model:account.financial.report.column,name:account_financial_report.general_ledger_report_wizard_column_taxes
1818
+ #: model:account.financial.report.column,name:account_financial_report.journal_ledger_report_wizard_column_taxes
1815
1819
  #: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__taxes
1816
1820
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1817
1821
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
@@ -2039,41 +2043,7 @@ msgid "or"
2039
2043
  msgstr ""
2040
2044
 
2041
2045
  #. module: account_financial_report
2042
- #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb
2043
- msgid "ournal Ledger"
2044
- msgstr ""
2045
-
2046
- #. module: account_financial_report
2046
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all
2047
2047
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal
2048
2048
  msgid "to"
2049
2049
  msgstr ""
2050
-
2051
- #. module: account_financial_report
2052
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2053
- msgid "width: 16.21%;"
2054
- msgstr ""
2055
-
2056
- #. module: account_financial_report
2057
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2058
- msgid "width: 23.24%;"
2059
- msgstr ""
2060
-
2061
- #. module: account_financial_report
2062
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2063
- msgid "width: 23.78%;"
2064
- msgstr ""
2065
-
2066
- #. module: account_financial_report
2067
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2068
- msgid "width: 31.35%;"
2069
- msgstr ""
2070
-
2071
- #. module: account_financial_report
2072
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2073
- msgid "width: 38.92%;"
2074
- msgstr ""
2075
-
2076
- #. module: account_financial_report
2077
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2078
- msgid "width: 8.11%;"
2079
- msgstr ""
@@ -1853,6 +1853,14 @@ msgstr ""
1853
1853
  msgid "The hierarchy level to filter on must be greater than 0."
1854
1854
  msgstr ""
1855
1855
 
1856
+ #. module: account_financial_report
1857
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1858
+ #, python-format
1859
+ msgid ""
1860
+ "There is a problem in the structure of the account groups. You may need to "
1861
+ "create some child group of %s."
1862
+ msgstr ""
1863
+
1856
1864
  #. module: account_financial_report
1857
1865
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1858
1866
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1853,6 +1853,14 @@ msgstr ""
1853
1853
  msgid "The hierarchy level to filter on must be greater than 0."
1854
1854
  msgstr "El nivell de jerarquia pel filtre ha de ser més gran que 0."
1855
1855
 
1856
+ #. module: account_financial_report
1857
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1858
+ #, python-format
1859
+ msgid ""
1860
+ "There is a problem in the structure of the account groups. You may need to "
1861
+ "create some child group of %s."
1862
+ msgstr ""
1863
+
1856
1864
  #. module: account_financial_report
1857
1865
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1858
1866
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1851,6 +1851,14 @@ msgstr "Virksomheden i moms rapporten og i datointerval skal være den samme."
1851
1851
  msgid "The hierarchy level to filter on must be greater than 0."
1852
1852
  msgstr "Hierarkiniveauet, der skal filtreres på, skal være større end 0."
1853
1853
 
1854
+ #. module: account_financial_report
1855
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1856
+ #, python-format
1857
+ msgid ""
1858
+ "There is a problem in the structure of the account groups. You may need to "
1859
+ "create some child group of %s."
1860
+ msgstr ""
1861
+
1854
1862
  #. module: account_financial_report
1855
1863
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1856
1864
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1876,6 +1876,14 @@ msgstr ""
1876
1876
  msgid "The hierarchy level to filter on must be greater than 0."
1877
1877
  msgstr "Die ausgewählte Ebenenanzahl sollte >0 sein."
1878
1878
 
1879
+ #. module: account_financial_report
1880
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1881
+ #, python-format
1882
+ msgid ""
1883
+ "There is a problem in the structure of the account groups. You may need to "
1884
+ "create some child group of %s."
1885
+ msgstr ""
1886
+
1879
1887
  #. module: account_financial_report
1880
1888
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1881
1889
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -6,8 +6,8 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 12.0+e\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2022-09-21 15:05+0000\n"
10
- "PO-Revision-Date: 2024-06-14 14:42+0000\n"
9
+ "POT-Creation-Date: 2025-06-20 23:20+0000\n"
10
+ "PO-Revision-Date: 2025-06-21 01:20+0200\n"
11
11
  "Last-Translator: Víctor Martínez <victor.martinez@tecnativa.com>\n"
12
12
  "Language-Team: \n"
13
13
  "Language: es\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Generator: Weblate 4.17\n"
18
+ "X-Generator: Poedit 3.4.2\n"
19
19
 
20
20
  #. module: account_financial_report
21
21
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header
@@ -150,12 +150,12 @@ msgstr "Balance de Cuenta en filtro 0"
150
150
  #: model:account.financial.report.column,name:account_financial_report.journal_ledger_report_wizard_column_account_code
151
151
  #: model:account.financial.report.column,name:account_financial_report.open_items_report_wizard_column_account_code
152
152
  msgid "Account code"
153
- msgstr ""
153
+ msgstr "Código cuenta"
154
154
 
155
155
  #. module: account_financial_report
156
156
  #: model:account.financial.report.column,name:account_financial_report.journal_ledger_report_wizard_column_account_name
157
157
  msgid "Account name"
158
- msgstr ""
158
+ msgstr "Nombre cuenta"
159
159
 
160
160
  #. module: account_financial_report
161
161
  #: model:ir.model.fields,field_description:account_financial_report.field_account_group__account_ids
@@ -300,7 +300,7 @@ msgstr "Todos los asientos publicados"
300
300
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__all_analytic
301
301
  #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__all_analytic
302
302
  msgid "All analytic items"
303
- msgstr ""
303
+ msgstr "Todos los apuntes analíticos"
304
304
 
305
305
  #. module: account_financial_report
306
306
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -361,12 +361,12 @@ msgstr "Cuenta Analítica"
361
361
  #. module: account_financial_report
362
362
  #: model:account.financial.report.column,name:account_financial_report.general_ledger_report_wizard_column_cost_center
363
363
  msgid "Analytic account"
364
- msgstr ""
364
+ msgstr "Cuenta analítica"
365
365
 
366
366
  #. module: account_financial_report
367
367
  #: model:account.financial.report.column,name:account_financial_report.general_ledger_report_wizard_column_analytic_tags
368
368
  msgid "Analytic tags"
369
- msgstr ""
369
+ msgstr "Etiquetas analíticas"
370
370
 
371
371
  #. module: account_financial_report
372
372
  #: model:account.financial.report.column,name:account_financial_report.general_ledger_report_wizard_column_balance
@@ -456,14 +456,14 @@ msgstr "Código"
456
456
  #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__column_ids
457
457
  #: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__column_ids
458
458
  msgid "Column"
459
- msgstr ""
459
+ msgstr "Columna"
460
460
 
461
461
  #. module: account_financial_report
462
462
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
463
463
  #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
464
464
  #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard
465
465
  msgid "Columns"
466
- msgstr ""
466
+ msgstr "Columnas"
467
467
 
468
468
  #. module: account_financial_report
469
469
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
@@ -635,7 +635,7 @@ msgstr "Filtro Fecha"
635
635
  #. module: account_financial_report
636
636
  #: model:account.financial.report.column,name:account_financial_report.open_items_report_wizard_column_date_due
637
637
  msgid "Date due"
638
- msgstr ""
638
+ msgstr "Fecha vencimiento"
639
639
 
640
640
  #. module: account_financial_report
641
641
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
@@ -860,7 +860,7 @@ msgstr ""
860
860
  #. module: account_financial_report
861
861
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_column__field_type
862
862
  msgid "Field Type"
863
- msgstr ""
863
+ msgstr "Tipo de campo"
864
864
 
865
865
  #. module: account_financial_report
866
866
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_ids
@@ -907,7 +907,7 @@ msgstr "Filtrar empresa"
907
907
  #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
908
908
  #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard
909
909
  msgid "Filters"
910
- msgstr ""
910
+ msgstr "Filtros"
911
911
 
912
912
  #. module: account_financial_report
913
913
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__foreign_currency
@@ -919,7 +919,7 @@ msgstr "Moneda Extranjera"
919
919
  #: model:account.financial.report.column,name:account_financial_report.journal_ledger_report_wizard_column_foreign_currency
920
920
  #: model:account.financial.report.column,name:account_financial_report.open_items_report_wizard_column_foreign_currency
921
921
  msgid "Foreign currency"
922
- msgstr ""
922
+ msgstr "Moneda extranjera"
923
923
 
924
924
  #. module: account_financial_report
925
925
  #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
@@ -941,7 +941,7 @@ msgstr "Desde:"
941
941
  #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
942
942
  #, python-format
943
943
  msgid "From: %(date_from)s To: %(date_to)s"
944
- msgstr "desde: %(date_from)s hasta: %(date_to)s"
944
+ msgstr "Desde: %(date_from)s hasta: %(date_to)s"
945
945
 
946
946
  #. module: account_financial_report
947
947
  #: model:ir.model.fields,field_description:account_financial_report.field_account_group__complete_code
@@ -1146,6 +1146,7 @@ msgstr "Dominio Apuntes Contables"
1146
1146
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1147
1147
  #: model:ir.actions.act_window,name:account_financial_report.action_journal_ledger_wizard
1148
1148
  #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_html
1149
+ #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb
1149
1150
  #: model:ir.ui.menu,name:account_financial_report.menu_journal_ledger_wizard
1150
1151
  #, python-format
1151
1152
  msgid "Journal Ledger"
@@ -1187,7 +1188,7 @@ msgstr "Diarios"
1187
1188
  #. module: account_financial_report
1188
1189
  #: model:account.financial.report.column,name:account_financial_report.journal_ledger_report_wizard_column_ref_label
1189
1190
  msgid "Label"
1190
- msgstr ""
1191
+ msgstr "Etiqueta"
1191
1192
 
1192
1193
  #. module: account_financial_report
1193
1194
  #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
@@ -1243,7 +1244,7 @@ msgstr "Nivel %s"
1243
1244
  #. module: account_financial_report
1244
1245
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_column__limit
1245
1246
  msgid "Limit"
1246
- msgstr ""
1247
+ msgstr "Límite"
1247
1248
 
1248
1249
  #. module: account_financial_report
1249
1250
  #: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
@@ -1261,7 +1262,7 @@ msgstr "Línea"
1261
1262
  #. module: account_financial_report
1262
1263
  #: model:ir.model,name:account_financial_report.model_account_financial_report_column
1263
1264
  msgid "Manage column options in financial reports"
1264
- msgstr ""
1265
+ msgstr "Gestionar opciones de columna en informes financieros"
1265
1266
 
1266
1267
  #. module: account_financial_report
1267
1268
  #: model:account.financial.report.column,name:account_financial_report.general_ledger_report_wizard_column_matching_number
@@ -1303,6 +1304,7 @@ msgid "Move Target"
1303
1304
  msgstr "Asiento Objetivo"
1304
1305
 
1305
1306
  #. module: account_financial_report
1307
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all
1306
1308
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal
1307
1309
  msgid "Moves"
1308
1310
  msgstr "Asientos"
@@ -1829,6 +1831,7 @@ msgstr "Saldo inicial de impuesto"
1829
1831
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
1830
1832
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1831
1833
  #: model:account.financial.report.column,name:account_financial_report.general_ledger_report_wizard_column_taxes
1834
+ #: model:account.financial.report.column,name:account_financial_report.journal_ledger_report_wizard_column_taxes
1832
1835
  #: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__taxes
1833
1836
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_general_ledger_lines
1834
1837
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
@@ -1871,6 +1874,14 @@ msgstr ""
1871
1874
  msgid "The hierarchy level to filter on must be greater than 0."
1872
1875
  msgstr "El nivel de jerarquía a filtrar debe ser mayor que 0."
1873
1876
 
1877
+ #. module: account_financial_report
1878
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1879
+ #, python-format
1880
+ msgid ""
1881
+ "There is a problem in the structure of the account groups. You may need to "
1882
+ "create some child group of %s."
1883
+ msgstr ""
1884
+
1874
1885
  #. module: account_financial_report
1875
1886
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1876
1887
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -2063,72 +2074,7 @@ msgid "or"
2063
2074
  msgstr "o"
2064
2075
 
2065
2076
  #. module: account_financial_report
2066
- #: model:ir.actions.report,name:account_financial_report.action_print_journal_ledger_wizard_qweb
2067
- msgid "ournal Ledger"
2068
- msgstr "Nuestro diario"
2069
-
2070
- #. module: account_financial_report
2077
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all
2071
2078
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal
2072
2079
  msgid "to"
2073
2080
  msgstr "a"
2074
-
2075
- #. module: account_financial_report
2076
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2077
- msgid "width: 16.21%;"
2078
- msgstr "ancho: 16,21%;"
2079
-
2080
- #. module: account_financial_report
2081
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2082
- msgid "width: 23.24%;"
2083
- msgstr "ancho: 23.24%;"
2084
-
2085
- #. module: account_financial_report
2086
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2087
- msgid "width: 23.78%;"
2088
- msgstr "ancho: 23.78%;"
2089
-
2090
- #. module: account_financial_report
2091
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2092
- msgid "width: 31.35%;"
2093
- msgstr "ancho: 31,35%;"
2094
-
2095
- #. module: account_financial_report
2096
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2097
- msgid "width: 38.92%;"
2098
- msgstr "ancho: 38.92%;"
2099
-
2100
- #. module: account_financial_report
2101
- #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
2102
- msgid "width: 8.11%;"
2103
- msgstr "ancho: 8.11%;"
2104
-
2105
- #~ msgid ""
2106
- #~ "Ref -\n"
2107
- #~ " Label"
2108
- #~ msgstr ""
2109
- #~ "Ref -\n"
2110
- #~ " Etiqueta"
2111
-
2112
- #~ msgid ""
2113
- #~ "Age ≤ 30\n"
2114
- #~ " d."
2115
- #~ msgstr ""
2116
- #~ "Tiempo ≤ 30\n"
2117
- #~ " d."
2118
-
2119
- #~ msgid ""
2120
- #~ "Age ≤ 60\n"
2121
- #~ " d."
2122
- #~ msgstr ""
2123
- #~ "Tiempo ≤ 60\n"
2124
- #~ " d."
2125
-
2126
- #~ msgid ""
2127
- #~ "Age ≤ 90\n"
2128
- #~ " d."
2129
- #~ msgstr ""
2130
- #~ "Tiempo ≤ 90\n"
2131
- #~ " d."
2132
-
2133
- #~ msgid "Companies"
2134
- #~ msgstr "Compañías"
@@ -1869,6 +1869,14 @@ msgstr ""
1869
1869
  msgid "The hierarchy level to filter on must be greater than 0."
1870
1870
  msgstr "El nivel de jerarquía a filtrar debe ser mayor que 0."
1871
1871
 
1872
+ #. module: account_financial_report
1873
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1874
+ #, python-format
1875
+ msgid ""
1876
+ "There is a problem in the structure of the account groups. You may need to "
1877
+ "create some child group of %s."
1878
+ msgstr ""
1879
+
1872
1880
  #. module: account_financial_report
1873
1881
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1874
1882
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1832,6 +1832,14 @@ msgstr ""
1832
1832
  msgid "The hierarchy level to filter on must be greater than 0."
1833
1833
  msgstr ""
1834
1834
 
1835
+ #. module: account_financial_report
1836
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1837
+ #, python-format
1838
+ msgid ""
1839
+ "There is a problem in the structure of the account groups. You may need to "
1840
+ "create some child group of %s."
1841
+ msgstr ""
1842
+
1835
1843
  #. module: account_financial_report
1836
1844
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1837
1845
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1857,6 +1857,14 @@ msgstr ""
1857
1857
  msgid "The hierarchy level to filter on must be greater than 0."
1858
1858
  msgstr "Le niveau de hiérarchie à filtrer doit être plus grand que 0."
1859
1859
 
1860
+ #. module: account_financial_report
1861
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1862
+ #, python-format
1863
+ msgid ""
1864
+ "There is a problem in the structure of the account groups. You may need to "
1865
+ "create some child group of %s."
1866
+ msgstr ""
1867
+
1860
1868
  #. module: account_financial_report
1861
1869
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1862
1870
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1871,6 +1871,14 @@ msgstr ""
1871
1871
  msgid "The hierarchy level to filter on must be greater than 0."
1872
1872
  msgstr "Le niveau de hiérarchie à filtrer doit être plus rand que 0."
1873
1873
 
1874
+ #. module: account_financial_report
1875
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1876
+ #, python-format
1877
+ msgid ""
1878
+ "There is a problem in the structure of the account groups. You may need to "
1879
+ "create some child group of %s."
1880
+ msgstr ""
1881
+
1874
1882
  #. module: account_financial_report
1875
1883
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1876
1884
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1852,6 +1852,14 @@ msgstr ""
1852
1852
  msgid "The hierarchy level to filter on must be greater than 0."
1853
1853
  msgstr "Le niveau de hiérarchie à filtrer doit être plus grand que 0."
1854
1854
 
1855
+ #. module: account_financial_report
1856
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1857
+ #, python-format
1858
+ msgid ""
1859
+ "There is a problem in the structure of the account groups. You may need to "
1860
+ "create some child group of %s."
1861
+ msgstr ""
1862
+
1855
1863
  #. module: account_financial_report
1856
1864
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1857
1865
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1828,6 +1828,14 @@ msgstr ""
1828
1828
  msgid "The hierarchy level to filter on must be greater than 0."
1829
1829
  msgstr ""
1830
1830
 
1831
+ #. module: account_financial_report
1832
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1833
+ #, python-format
1834
+ msgid ""
1835
+ "There is a problem in the structure of the account groups. You may need to "
1836
+ "create some child group of %s."
1837
+ msgstr ""
1838
+
1831
1839
  #. module: account_financial_report
1832
1840
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1833
1841
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1836,6 +1836,14 @@ msgstr ""
1836
1836
  msgid "The hierarchy level to filter on must be greater than 0."
1837
1837
  msgstr ""
1838
1838
 
1839
+ #. module: account_financial_report
1840
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1841
+ #, python-format
1842
+ msgid ""
1843
+ "There is a problem in the structure of the account groups. You may need to "
1844
+ "create some child group of %s."
1845
+ msgstr ""
1846
+
1839
1847
  #. module: account_financial_report
1840
1848
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1841
1849
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -7,7 +7,7 @@ msgstr ""
7
7
  "Project-Id-Version: Odoo Server 12.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "POT-Creation-Date: 2019-06-03 12:07+0000\n"
10
- "PO-Revision-Date: 2024-08-30 10:06+0000\n"
10
+ "PO-Revision-Date: 2025-06-30 13:25+0000\n"
11
11
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
12
12
  "Language-Team: \n"
13
13
  "Language: it\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Generator: Weblate 5.6.2\n"
18
+ "X-Generator: Weblate 5.10.4\n"
19
19
 
20
20
  #. module: account_financial_report
21
21
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header
@@ -1756,7 +1756,7 @@ msgstr "Movimenti obiettivo"
1756
1756
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters
1757
1757
  #, python-format
1758
1758
  msgid "Target moves filter"
1759
- msgstr "Filtro registrazioni"
1759
+ msgstr "Filtro movimenti obiettivo"
1760
1760
 
1761
1761
  #. module: account_financial_report
1762
1762
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
@@ -1861,6 +1861,14 @@ msgstr ""
1861
1861
  msgid "The hierarchy level to filter on must be greater than 0."
1862
1862
  msgstr ""
1863
1863
 
1864
+ #. module: account_financial_report
1865
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1866
+ #, python-format
1867
+ msgid ""
1868
+ "There is a problem in the structure of the account groups. You may need to "
1869
+ "create some child group of %s."
1870
+ msgstr ""
1871
+
1864
1872
  #. module: account_financial_report
1865
1873
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1866
1874
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1829,6 +1829,14 @@ msgstr ""
1829
1829
  msgid "The hierarchy level to filter on must be greater than 0."
1830
1830
  msgstr ""
1831
1831
 
1832
+ #. module: account_financial_report
1833
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1834
+ #, python-format
1835
+ msgid ""
1836
+ "There is a problem in the structure of the account groups. You may need to "
1837
+ "create some child group of %s."
1838
+ msgstr ""
1839
+
1832
1840
  #. module: account_financial_report
1833
1841
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1834
1842
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1876,6 +1876,14 @@ msgstr ""
1876
1876
  msgid "The hierarchy level to filter on must be greater than 0."
1877
1877
  msgstr ""
1878
1878
 
1879
+ #. module: account_financial_report
1880
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1881
+ #, python-format
1882
+ msgid ""
1883
+ "There is a problem in the structure of the account groups. You may need to "
1884
+ "create some child group of %s."
1885
+ msgstr ""
1886
+
1879
1887
  #. module: account_financial_report
1880
1888
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1881
1889
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1835,6 +1835,14 @@ msgstr ""
1835
1835
  msgid "The hierarchy level to filter on must be greater than 0."
1836
1836
  msgstr ""
1837
1837
 
1838
+ #. module: account_financial_report
1839
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1840
+ #, python-format
1841
+ msgid ""
1842
+ "There is a problem in the structure of the account groups. You may need to "
1843
+ "create some child group of %s."
1844
+ msgstr ""
1845
+
1838
1846
  #. module: account_financial_report
1839
1847
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1840
1848
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1846,6 +1846,14 @@ msgstr ""
1846
1846
  msgid "The hierarchy level to filter on must be greater than 0."
1847
1847
  msgstr "O nível hierárquico a filtrar deve ser superior a 0."
1848
1848
 
1849
+ #. module: account_financial_report
1850
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1851
+ #, python-format
1852
+ msgid ""
1853
+ "There is a problem in the structure of the account groups. You may need to "
1854
+ "create some child group of %s."
1855
+ msgstr ""
1856
+
1849
1857
  #. module: account_financial_report
1850
1858
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1851
1859
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1870,6 +1870,14 @@ msgstr ""
1870
1870
  msgid "The hierarchy level to filter on must be greater than 0."
1871
1871
  msgstr "O filtro de nível hierárquico deve ser maior que zero."
1872
1872
 
1873
+ #. module: account_financial_report
1874
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1875
+ #, python-format
1876
+ msgid ""
1877
+ "There is a problem in the structure of the account groups. You may need to "
1878
+ "create some child group of %s."
1879
+ msgstr ""
1880
+
1873
1881
  #. module: account_financial_report
1874
1882
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1875
1883
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -1845,6 +1845,14 @@ msgstr ""
1845
1845
  msgid "The hierarchy level to filter on must be greater than 0."
1846
1846
  msgstr "Nivelul de ierarhie de filtrat trebuie să fie mai mare de 0."
1847
1847
 
1848
+ #. module: account_financial_report
1849
+ #: code:addons/account_financial_report/report/trial_balance.py:0
1850
+ #, python-format
1851
+ msgid ""
1852
+ "There is a problem in the structure of the account groups. You may need to "
1853
+ "create some child group of %s."
1854
+ msgstr ""
1855
+
1848
1856
  #. module: account_financial_report
1849
1857
  #: model:ir.model.fields,help:account_financial_report.field_general_ledger_report_wizard__domain
1850
1858
  msgid "This domain will be used to select specific domain for Journal Items"
@@ -44,6 +44,14 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
44
44
  report_columns.update(
45
45
  {
46
46
  3: {
47
+ "header": _("Current"),
48
+ "field": "current",
49
+ "field_footer_total": "current",
50
+ "field_footer_percent": "percent_current",
51
+ "type": "amount",
52
+ "width": 14,
53
+ },
54
+ 4: {
47
55
  "header": _("Age ≤ 30 d."),
48
56
  "field": "30_days",
49
57
  "field_footer_total": "30_days",
@@ -51,7 +59,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
51
59
  "type": "amount",
52
60
  "width": 14,
53
61
  },
54
- 4: {
62
+ 5: {
55
63
  "header": _("Age ≤ 60 d."),
56
64
  "field": "60_days",
57
65
  "field_footer_total": "60_days",
@@ -59,7 +67,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
59
67
  "type": "amount",
60
68
  "width": 14,
61
69
  },
62
- 5: {
70
+ 6: {
63
71
  "header": _("Age ≤ 90 d."),
64
72
  "field": "90_days",
65
73
  "field_footer_total": "90_days",
@@ -67,7 +75,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
67
75
  "type": "amount",
68
76
  "width": 14,
69
77
  },
70
- 6: {
78
+ 7: {
71
79
  "header": _("Age ≤ 120 d."),
72
80
  "field": "120_days",
73
81
  "field_footer_total": "120_days",
@@ -75,7 +83,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
75
83
  "type": "amount",
76
84
  "width": 14,
77
85
  },
78
- 7: {
86
+ 8: {
79
87
  "header": _("Older"),
80
88
  "field": "older",
81
89
  "field_footer_total": "older",
@@ -132,7 +140,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
132
140
  if not report.age_partner_config_id:
133
141
  report_columns.update(
134
142
  {
135
- 9: {
143
+ 10: {
136
144
  "header": _("Age ≤ 30 d."),
137
145
  "field": "30_days",
138
146
  "field_footer_total": "30_days",
@@ -141,7 +149,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
141
149
  "type": "amount",
142
150
  "width": 14,
143
151
  },
144
- 10: {
152
+ 11: {
145
153
  "header": _("Age ≤ 60 d."),
146
154
  "field": "60_days",
147
155
  "field_footer_total": "60_days",
@@ -150,7 +158,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
150
158
  "type": "amount",
151
159
  "width": 14,
152
160
  },
153
- 11: {
161
+ 12: {
154
162
  "header": _("Age ≤ 90 d."),
155
163
  "field": "90_days",
156
164
  "field_footer_total": "90_days",
@@ -159,7 +167,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
159
167
  "type": "amount",
160
168
  "width": 14,
161
169
  },
162
- 12: {
170
+ 13: {
163
171
  "header": _("Age ≤ 120 d."),
164
172
  "field": "120_days",
165
173
  "field_footer_total": "120_days",
@@ -168,7 +176,7 @@ class AgedPartnerBalanceXslx(models.AbstractModel):
168
176
  "type": "amount",
169
177
  "width": 14,
170
178
  },
171
- 13: {
179
+ 14: {
172
180
  "header": _("Older"),
173
181
  "field": "older",
174
182
  "field_footer_total": "older",
@@ -55,6 +55,14 @@
55
55
  </template>
56
56
  <template id="account_financial_report.report_journal_all">
57
57
  <div class="act_as_table list_table" style="margin-top: 10px;" />
58
+ <div class="act_as_caption account_title" style="width: 100%;">
59
+ <span t-esc="date_from" t-options="{'widget': 'date'}" />
60
+ to
61
+ <span t-esc="date_to" t-options="{'widget': 'date'}" />
62
+ -
63
+ <span t-esc="move_target" />
64
+ Moves
65
+ </div>
58
66
  <div class="act_as_table data_table" style="width: 100%;">
59
67
  <t
60
68
  t-call="account_financial_report.report_journal_ledger_journal_table_header"
@@ -92,30 +100,30 @@
92
100
  </template>
93
101
  <template id="account_financial_report.report_journal_ledger_journal_table_header">
94
102
  <t t-if="not display_account_name">
95
- <t t-set="account_column_style">width: 8.11%;</t>
103
+ <t t-set="account_column_style" t-translation="off">width: 8.11%;</t>
96
104
  <t t-if="not with_auto_sequence">
97
- <t t-set="label_column_style">
105
+ <t t-set="label_column_style" t-translation="off">
98
106
  width: 38.92%;
99
107
  </t>
100
108
  </t>
101
109
  <t t-else="">
102
- <t t-set="label_column_style">
110
+ <t t-set="label_column_style" t-translation="off">
103
111
  width: 31.35%;
104
112
  </t>
105
113
  </t>
106
114
  </t>
107
115
  <t t-else="">
108
116
  <t t-if="not with_auto_sequence">
109
- <t t-set="account_column_style">
117
+ <t t-set="account_column_style" t-translation="off">
110
118
  width: 23.78%;
111
119
  </t>
112
120
  </t>
113
121
  <t t-else="">
114
- <t t-set="account_column_style">
122
+ <t t-set="account_column_style" t-translation="off">
115
123
  width: 16.21%;
116
124
  </t>
117
125
  </t>
118
- <t t-set="label_column_style">width: 23.24%;</t>
126
+ <t t-set="label_column_style" t-translation="off">width: 23.24%;</t>
119
127
  </t>
120
128
  <div class="act_as_thead">
121
129
  <div class="act_as_row labels">
@@ -328,7 +336,7 @@
328
336
  t-value="o._get_data_from_dict(move_line['move_line_id'], move_line_ids_taxes_data)"
329
337
  />
330
338
  <span
331
- t-esc="o._get_ml_tax_description(move_line, tax_line_dat, move_line_ids_taxes_dat)"
339
+ t-esc="limit_text(o._get_ml_tax_description(move_line, tax_line_dat, move_line_ids_taxes_dat), taxes_limit)"
332
340
  />
333
341
  </div>
334
342
  <div t-if="debit_visible" class="act_as_cell amount" name="debit">
@@ -36,7 +36,7 @@
36
36
  </record>
37
37
  <!-- Journal Ledger -->
38
38
  <record id="action_print_journal_ledger_wizard_qweb" model="ir.actions.report">
39
- <field name="name">ournal Ledger</field>
39
+ <field name="name">Journal Ledger</field>
40
40
  <field name="model">journal.ledger.report.wizard</field>
41
41
  <field name="report_type">qweb-pdf</field>
42
42
  <field name="report_name">account_financial_report.journal_ledger</field>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
5
  <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6
- <title>Account Financial Reports</title>
6
+ <title>README.rst</title>
7
7
  <style type="text/css">
8
8
 
9
9
  /*
@@ -360,16 +360,21 @@ ul.auto-toc {
360
360
  </style>
361
361
  </head>
362
362
  <body>
363
- <div class="document" id="account-financial-reports">
364
- <h1 class="title">Account Financial Reports</h1>
363
+ <div class="document">
365
364
 
365
+
366
+ <a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367
+ <img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368
+ </a>
369
+ <div class="section" id="account-financial-reports">
370
+ <h1>Account Financial Reports</h1>
366
371
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367
372
  !! This file is generated by oca-gen-addon-readme !!
368
373
  !! changes will be overwritten. !!
369
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:bc9def11be4487679cbaccfc573da59be91e3ef192612fee4dfd686b4d32cb76
375
+ !! source digest: sha256:f8b90ed9be17afa94285e8017c405dc076c3d70e535f11aff2dc88beb90e2829
371
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
- <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-reporting/tree/15.0/account_financial_report"><img alt="OCA/account-financial-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377
+ <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-reporting/tree/15.0/account_financial_report"><img alt="OCA/account-financial-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
378
  <p>This module adds a set of financial reports. They are accessible under
374
379
  Invoicing / Reporting / OCA accounting reports.</p>
375
380
  <ul class="simple">
@@ -412,7 +417,7 @@ For further information, check CONFIGURE.rst</p>
412
417
  </ul>
413
418
  </div>
414
419
  <div class="section" id="configuration">
415
- <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
420
+ <h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
416
421
  <p>To configure dynamic intervals for Aged Partner Balance you need to:</p>
417
422
  <p>Go on ‘Settings’ -&gt; ‘Invoicing’ -&gt; ‘OCA Aged Report Configuration’.</p>
418
423
  <p>Click on option ‘Configurations’ and create new record.</p>
@@ -431,7 +436,7 @@ you can set default interval configuration per company in:</p>
431
436
  <p>‘Settings’ -&gt; ‘Invoicing’ -&gt; ‘OCA Aged Report Configuration’.</p>
432
437
  </div>
433
438
  <div class="section" id="known-issues-roadmap">
434
- <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
439
+ <h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
435
440
  <ul class="simple">
436
441
  <li>‘VAT Report’ is valid only for cases where it’s met that for each
437
442
  Tax defined: all the “Account tags” of all the
@@ -446,21 +451,21 @@ as not to generate confusion in users)</li>
446
451
  </ul>
447
452
  </div>
448
453
  <div class="section" id="changelog">
449
- <h1><a class="toc-backref" href="#toc-entry-3">Changelog</a></h1>
454
+ <h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
450
455
  <div class="section" id="section-1">
451
- <h2><a class="toc-backref" href="#toc-entry-4">15.0.3.2.3 (2025-02-17)</a></h2>
456
+ <h3><a class="toc-backref" href="#toc-entry-4">15.0.3.2.3 (2025-02-17)</a></h3>
452
457
  <ul class="simple">
453
458
  <li>Added the option to select columns to display and the ability to limit the width of the text</li>
454
459
  </ul>
455
460
  </div>
456
461
  <div class="section" id="section-2">
457
- <h2><a class="toc-backref" href="#toc-entry-5">11.0.2.5.0 (2019-04-26)</a></h2>
462
+ <h3><a class="toc-backref" href="#toc-entry-5">11.0.2.5.0 (2019-04-26)</a></h3>
458
463
  <ul class="simple">
459
464
  <li>In the Trial Balance you have an option to hide parent hierarchy levels</li>
460
465
  </ul>
461
466
  </div>
462
467
  <div class="section" id="section-3">
463
- <h2><a class="toc-backref" href="#toc-entry-6">11.0.2.4.1 (2019-01-08)</a></h2>
468
+ <h3><a class="toc-backref" href="#toc-entry-6">11.0.2.4.1 (2019-01-08)</a></h3>
464
469
  <ul class="simple">
465
470
  <li>Handle better multicompany behaviour</li>
466
471
  <li>Improve how title appears in the reports</li>
@@ -468,7 +473,7 @@ as not to generate confusion in users)</li>
468
473
  </ul>
469
474
  </div>
470
475
  <div class="section" id="section-4">
471
- <h2><a class="toc-backref" href="#toc-entry-7">11.0.2.3.1 (2018-11-29)</a></h2>
476
+ <h3><a class="toc-backref" href="#toc-entry-7">11.0.2.3.1 (2018-11-29)</a></h3>
472
477
  <ul class="simple">
473
478
  <li>In the Trial Balance you can apply a filter by hierarchy levels</li>
474
479
  <li>In the General Ledger you can apply a filter by Analytic Tag</li>
@@ -477,7 +482,7 @@ as not to generate confusion in users)</li>
477
482
  </div>
478
483
  </div>
479
484
  <div class="section" id="bug-tracker">
480
- <h1><a class="toc-backref" href="#toc-entry-8">Bug Tracker</a></h1>
485
+ <h2><a class="toc-backref" href="#toc-entry-8">Bug Tracker</a></h2>
481
486
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-financial-reporting/issues">GitHub Issues</a>.
482
487
  In case of trouble, please check there if your issue has already been reported.
483
488
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -485,9 +490,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
485
490
  <p>Do not contact contributors directly about support or help with technical issues.</p>
486
491
  </div>
487
492
  <div class="section" id="credits">
488
- <h1><a class="toc-backref" href="#toc-entry-9">Credits</a></h1>
493
+ <h2><a class="toc-backref" href="#toc-entry-9">Credits</a></h2>
489
494
  <div class="section" id="authors">
490
- <h2><a class="toc-backref" href="#toc-entry-10">Authors</a></h2>
495
+ <h3><a class="toc-backref" href="#toc-entry-10">Authors</a></h3>
491
496
  <ul class="simple">
492
497
  <li>Camptocamp</li>
493
498
  <li>initOS GmbH</li>
@@ -497,7 +502,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
497
502
  </ul>
498
503
  </div>
499
504
  <div class="section" id="contributors">
500
- <h2><a class="toc-backref" href="#toc-entry-11">Contributors</a></h2>
505
+ <h3><a class="toc-backref" href="#toc-entry-11">Contributors</a></h3>
501
506
  <ul class="simple">
502
507
  <li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
503
508
  <li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li>
@@ -541,7 +546,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
541
546
  April 2016.</p>
542
547
  </div>
543
548
  <div class="section" id="maintainers">
544
- <h2><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h2>
549
+ <h3><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h3>
545
550
  <p>This module is maintained by the OCA.</p>
546
551
  <a class="reference external image-reference" href="https://odoo-community.org">
547
552
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -554,5 +559,6 @@ promote its widespread use.</p>
554
559
  </div>
555
560
  </div>
556
561
  </div>
562
+ </div>
557
563
  </body>
558
564
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_financial_report
3
- Version: 15.0.3.3.1
3
+ Version: 15.0.3.3.3
4
4
  Summary: OCA Financial Reports
5
5
  Home-page: https://github.com/OCA/account-financial-reporting
6
6
  Author: Camptocamp,initOS GmbH,redCOR AG,ForgeFlow,Tecnativa,Odoo Community Association (OCA)
@@ -15,6 +15,10 @@ Requires-Dist: odoo-addon-date-range<15.1dev,>=15.0dev
15
15
  Requires-Dist: odoo-addon-report-xlsx<15.1dev,>=15.0dev
16
16
  Requires-Dist: odoo<15.1dev,>=15.0a
17
17
 
18
+ .. image:: https://odoo-community.org/readme-banner-image
19
+ :target: https://odoo-community.org/get-involved?utm_source=readme
20
+ :alt: Odoo Community Association
21
+
18
22
  =========================
19
23
  Account Financial Reports
20
24
  =========================
@@ -24,13 +28,13 @@ Account Financial Reports
24
28
  !! This file is generated by oca-gen-addon-readme !!
25
29
  !! changes will be overwritten. !!
26
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:bc9def11be4487679cbaccfc573da59be91e3ef192612fee4dfd686b4d32cb76
31
+ !! source digest: sha256:f8b90ed9be17afa94285e8017c405dc076c3d70e535f11aff2dc88beb90e2829
28
32
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
33
 
30
34
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
31
35
  :target: https://odoo-community.org/page/development-status
32
36
  :alt: Beta
33
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
37
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
34
38
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
35
39
  :alt: License: AGPL-3
36
40
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github
@@ -1,29 +1,29 @@
1
- odoo/addons/account_financial_report/README.rst,sha256=o1IoQWiIe2YsPmx-zetfH21nK2vqsSoq62ymqNoCGko,7368
1
+ odoo/addons/account_financial_report/README.rst,sha256=LDBHMBaKOasNuvdD-95OQ5nCyxv2IE6PJ3yd8wldUNY,7533
2
2
  odoo/addons/account_financial_report/__init__.py,sha256=YoL8hk5QxSifbFJL7gPzpOSk-3zB1OSHJBXyZK25G6Q,187
3
- odoo/addons/account_financial_report/__manifest__.py,sha256=5Hkwpa4vx0-yVaNeHC7dg23x1F4q-YZyu7TM8nrJ358,2463
3
+ odoo/addons/account_financial_report/__manifest__.py,sha256=hbc94iSX22M7d-OOjYrUAqAiqP8bPDiLGTo_XsAgWlU,2463
4
4
  odoo/addons/account_financial_report/menuitems.xml,sha256=k20N6cNRlDsnPhc378MVs7jwzJhbbJQ2k-P3WdsmF_M,1206
5
- odoo/addons/account_financial_report/reports.xml,sha256=c2KamS250rNzHUInjNwC0G2dhwiIqtYgbked51PtmVw,9254
6
- odoo/addons/account_financial_report/data/report_column_data.xml,sha256=6AzEyI3_k76H_wCnr15RHw3lzx9xI8s2udoiPIBDMCA,14003
7
- odoo/addons/account_financial_report/i18n/account_financial_report.pot,sha256=fI2nTVZpvUUDgAhx9LWmbB4MQmuM4hNSKJT2CwIHZcI,93657
8
- odoo/addons/account_financial_report/i18n/ar.po,sha256=xI73iIFyQb_nMRau227U47gjpSJeojihrRmoaiLQreo,101099
9
- odoo/addons/account_financial_report/i18n/ca.po,sha256=0mnyHSczfEAj4jYR5ZvGDni7SAyspfRNXwGAkX0qbBc,97970
10
- odoo/addons/account_financial_report/i18n/da.po,sha256=FtzgatuGLkrBqXjrQ3NnrAp_FQdFPBQrMlz14mGsPK0,97202
11
- odoo/addons/account_financial_report/i18n/de.po,sha256=JWV1Uw3JbwmYpheGil_mrWqq_x5BT-VZ54iZAt-xNY4,103731
12
- odoo/addons/account_financial_report/i18n/es.po,sha256=LEp99Vnk6zfj_lji74vkmt4y09Un8PHLaIPLqr3PtVg,98907
13
- odoo/addons/account_financial_report/i18n/es_AR.po,sha256=Gh4yUPOPDyYKwUx1nCSEsAvcdQyiC7YsR6U7tZRecz8,101605
14
- odoo/addons/account_financial_report/i18n/es_MX.po,sha256=VRWbkZKf-qmfBCQuVsUo7HTILCQkaPFpbIFYdY0ikwo,91739
15
- odoo/addons/account_financial_report/i18n/fr.po,sha256=RnpCfUkz7d4qpYmeHVd5LCXZgauv4qv9V0xD3Iawze0,104484
16
- odoo/addons/account_financial_report/i18n/fr_CH.po,sha256=Ke8cnXRCPEsMviOgpeSuPwBr9_Be3D39sUTv0pgP2qo,103262
17
- odoo/addons/account_financial_report/i18n/fr_FR.po,sha256=nghqxPykIWzu5BlDvPmTIWTdveCg1L9Iob4njF709Gc,98381
18
- odoo/addons/account_financial_report/i18n/hr.po,sha256=iQ0wS8ZPCAvT6UxxSIpF03DqzusJHEt75A0BHE0_7CQ,91828
19
- odoo/addons/account_financial_report/i18n/hr_HR.po,sha256=3jrKli0xseG8iTDlJlV9yS06GSAnY1P15Yi1nIvqGu0,92589
20
- odoo/addons/account_financial_report/i18n/it.po,sha256=NAWEpvleQK1_2YiYaDlMjLRnjNBX4m78CAe40twhFYE,98965
21
- odoo/addons/account_financial_report/i18n/ja.po,sha256=MVHKXtC6Gsj9OMbY8QL_hJyzya-iy3sLyewwM5uv5A8,92350
22
- odoo/addons/account_financial_report/i18n/nl.po,sha256=n1DKa9HcuGTZ4MQWhAxaEdzNlci_YEKfbcgG8QzFZVU,103354
23
- odoo/addons/account_financial_report/i18n/nl_NL.po,sha256=2ci5e7Q0bM6a0s2Lsi3aP2uB2SlyBlEhP57IbXbEgwk,92255
24
- odoo/addons/account_financial_report/i18n/pt.po,sha256=Hy8Y2zVCipYfyRqUFqnDYclHL2TBQU1tnCkdS-7y63Q,98900
25
- odoo/addons/account_financial_report/i18n/pt_BR.po,sha256=4XRSxKbDwh3gHswdGTHaoe1gFXW_LRz7R1d5_idXQYA,106818
26
- odoo/addons/account_financial_report/i18n/ro.po,sha256=j7sLdJHXxYEt-jqBK65NBeGPir2QKKSPZte70fFY37U,99752
5
+ odoo/addons/account_financial_report/reports.xml,sha256=8BZ56IxVSkFhR2rYdbl4M3faqbqQuPA3De2YO4hucP0,9255
6
+ odoo/addons/account_financial_report/data/report_column_data.xml,sha256=WfYN8C9NWR959by4JynQjnEdK3S9cPtV4ODq9WZio1w,14479
7
+ odoo/addons/account_financial_report/i18n/account_financial_report.pot,sha256=W-CSXe97hJ91IB6K893cYDciRFogtRJOkuOBKMKDT8A,92904
8
+ odoo/addons/account_financial_report/i18n/ar.po,sha256=UhuiR17BTEBFaFx7cmFv0ZIMTsoZJXbxAXtKQDbLeos,101349
9
+ odoo/addons/account_financial_report/i18n/ca.po,sha256=dceYJcQjcDK8sx8mvxmHwOxikkQ3pIImpxFlhoOAwd8,98220
10
+ odoo/addons/account_financial_report/i18n/da.po,sha256=uaI2NWB9c72iavNueJw81INxuURwo0KUEjAYd9uRRsc,97452
11
+ odoo/addons/account_financial_report/i18n/de.po,sha256=6-bJnrLTooW05XQ3M0vhJebPoVex9XMY90fdVjgvykk,103981
12
+ odoo/addons/account_financial_report/i18n/es.po,sha256=MW0MA_4zqPWvuWDDLQi0MBLz76jdycAgJRXBHDzRfuE,97910
13
+ odoo/addons/account_financial_report/i18n/es_AR.po,sha256=c-uLbE7k9x7Hp-ALQ6p2v8LVNOrVr8AWzwPrP42L1cA,101855
14
+ odoo/addons/account_financial_report/i18n/es_MX.po,sha256=t3Iah9scf6OkVeCJ03H3h8PodA_BY-Tgm5hY1creTzw,91989
15
+ odoo/addons/account_financial_report/i18n/fr.po,sha256=bCt6vJKgCV-kxUjNGKvE1AQQ41Wi3NxMEjnHRDCgVBc,104734
16
+ odoo/addons/account_financial_report/i18n/fr_CH.po,sha256=hsrpO5wWrruuKagIxk2oZIn34FVfgjNdjymKMFoFKBs,103512
17
+ odoo/addons/account_financial_report/i18n/fr_FR.po,sha256=y28B3cP21Xv9flsEvaw238kCP3F99qaChhvp8frhu74,98631
18
+ odoo/addons/account_financial_report/i18n/hr.po,sha256=pgMKrG8Yhu33QZmdXjqGE0-XXRRBFZ8wCqyB7eoLjtY,92078
19
+ odoo/addons/account_financial_report/i18n/hr_HR.po,sha256=s2bUMA7IcHlgIQutX5J1AwMQ9_CEhC79Om00s-cxi7k,92839
20
+ odoo/addons/account_financial_report/i18n/it.po,sha256=BIbKGXzcLGZ96ZnqvYJ8_Sdclhdc3-1rEJC-8lAS0JA,99222
21
+ odoo/addons/account_financial_report/i18n/ja.po,sha256=OZA-q20N27iNiF5eHjWCIL1ByJgdNCXEtyEONZGKfh8,92600
22
+ odoo/addons/account_financial_report/i18n/nl.po,sha256=bkTVQB-vr4Q4EsKF9sxDwXkztax_snSeSWE2jDuWgKU,103604
23
+ odoo/addons/account_financial_report/i18n/nl_NL.po,sha256=2uewuHPmZv3iKaNugJqd2PnI9vME_0BXtE8bJnIAB4s,92505
24
+ odoo/addons/account_financial_report/i18n/pt.po,sha256=6z3GsNoNpUWPnmenbecPmL8R-evXMhDJo2SOWJ3ukKY,99150
25
+ odoo/addons/account_financial_report/i18n/pt_BR.po,sha256=D_HMGgT-T6gQie8TSxmQbqpxwUpGa74y1AWxEvDQUpk,107068
26
+ odoo/addons/account_financial_report/i18n/ro.po,sha256=TSZmtvVOnUF0dDT5xpVb-ZlGLQRU3ihWi3sd0H6NWK4,100002
27
27
  odoo/addons/account_financial_report/models/__init__.py,sha256=fPDHZ9DSblaC5l5dMyfX_yyWKjJUfXkvetSyn2fRg4k,241
28
28
  odoo/addons/account_financial_report/models/account.py,sha256=wqzI7oZ9H5XsJM6Ngo3WewQ7lExyX-fuKNzSljpj644,422
29
29
  odoo/addons/account_financial_report/models/account_age_report_configuration.py,sha256=U5Xr0uAD696TohTCkKsY3HZDYAfVrlocTIGYzr2JlkA,1664
@@ -41,7 +41,7 @@ odoo/addons/account_financial_report/report/__init__.py,sha256=D-L2gAu6aAsGo9Ytx
41
41
  odoo/addons/account_financial_report/report/abstract_report.py,sha256=-W_JbTZXVEzKiiFVRO1-vLlPbvaFqnCUqJEoWP_CCB4,6526
42
42
  odoo/addons/account_financial_report/report/abstract_report_xlsx.py,sha256=tx3R8NNXKU6AEobYs5urvaVHNqOxXCOZTY3Rf80Ec0c,29932
43
43
  odoo/addons/account_financial_report/report/aged_partner_balance.py,sha256=wymCtiDXxfkp5Dq5tzPXqRaDZIK3ExJLSwZW_2rqgkM,20993
44
- odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py,sha256=9xB660H5Xv8aX65oy-1gDXBSjQERIpRrlJhbtXtyToQ,14492
44
+ odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py,sha256=P39f85Psmn2CMeMC8oKrw2L_W8RoaMZOfKZ-Z8u7rS4,14836
45
45
  odoo/addons/account_financial_report/report/general_ledger.py,sha256=-4gxwD5acGT5vT2H-T7EL1ksffL3Flp7_ZP2zwYfZac,38918
46
46
  odoo/addons/account_financial_report/report/general_ledger_xlsx.py,sha256=tMM4_xbrT5ZkCsBmFapcg7ginACS2kXkaUybD1nK4pU,16527
47
47
  odoo/addons/account_financial_report/report/journal_ledger.py,sha256=zfA1t92b_cGmdKn8K4FOzzbai87GXROwcfCGIkT0Spk,15612
@@ -54,7 +54,7 @@ odoo/addons/account_financial_report/report/vat_report.py,sha256=td57Fkdaz_feJ5h
54
54
  odoo/addons/account_financial_report/report/vat_report_xlsx.py,sha256=aa0dLzYdywjmO63ONRYUBTpSGmsPfEjX60CkUbULuo8,2317
55
55
  odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml,sha256=WNaWvMoBR74v6SGj13Tp6Eydxd-zk93Yf3x0dnRIj28,43416
56
56
  odoo/addons/account_financial_report/report/templates/general_ledger.xml,sha256=WTQ_T06pyEUGw9--K8iYhjQ8HRLnxajXKci6Ltk2h8o,41410
57
- odoo/addons/account_financial_report/report/templates/journal_ledger.xml,sha256=Hub3KEc3t0Ii5atiQK8ryvMa32EkoSKfm8yS8cnG3uM,23314
57
+ odoo/addons/account_financial_report/report/templates/journal_ledger.xml,sha256=2mip0EGHNa654tOorxYrZm6BgXUvP4kyNfagEW-hRYI,23772
58
58
  odoo/addons/account_financial_report/report/templates/layouts.xml,sha256=gCejPAn8GLrySSve8pGcs0fY5nr48C3mmyuoEJVZkJ4,1526
59
59
  odoo/addons/account_financial_report/report/templates/open_items.xml,sha256=8w0DBoz2DsPjoziC9rJDybbu5r7CVsrhL7OFt6ddV9Y,24299
60
60
  odoo/addons/account_financial_report/report/templates/trial_balance.xml,sha256=u4MvCt5y7uCMCJajpm81miLD6e22w7sSBVIiC6xU86o,52685
@@ -62,7 +62,7 @@ odoo/addons/account_financial_report/report/templates/vat_report.xml,sha256=F5hQ
62
62
  odoo/addons/account_financial_report/security/ir.model.access.csv,sha256=KDi6ri7JCnLjbEM1u3mT5SNY2pRVEwTdHoScf8xn1Lw,1324
63
63
  odoo/addons/account_financial_report/security/security.xml,sha256=gpNJnzruXfeYskn26FqY9U04FiuTf8vgLCKEGY8PADM,422
64
64
  odoo/addons/account_financial_report/static/description/icon.png,sha256=WW-eOIjW5-jo7tgBieNv6K2DUKMoHFSVctnp0htstHI,15230
65
- odoo/addons/account_financial_report/static/description/index.html,sha256=U-NZy1ykY_WO6LsEwM2FrKu2HYhQzMlbZt6tKWmPrtI,20468
65
+ odoo/addons/account_financial_report/static/description/index.html,sha256=taDKXcQnqKvfZqBt3LWikCf264eH4A-1g3-LGBOOdVA,20680
66
66
  odoo/addons/account_financial_report/static/src/css/report.css,sha256=y0CysZUK3afkYSHgBaMi_qmh8da3XXEZwJDjRBg6HqQ,2335
67
67
  odoo/addons/account_financial_report/static/src/css/report_html.css,sha256=I1kX1RsThtjGNLOaNJEWCvMnB9iAFW6nGkcyFYZzJoA,135
68
68
  odoo/addons/account_financial_report/static/src/js/action_manager_report.js,sha256=g8aZkSRMgNcFzQ4f_3mmeKl7oNnoap_cDUxuyGxMT4M,1608
@@ -101,7 +101,7 @@ odoo/addons/account_financial_report/wizard/trial_balance_wizard.py,sha256=yED2c
101
101
  odoo/addons/account_financial_report/wizard/trial_balance_wizard_view.xml,sha256=kzsselPX_jYDWQEbDSXIS5K2vKuyzjTZMdinH0976c0,7413
102
102
  odoo/addons/account_financial_report/wizard/vat_report_wizard.py,sha256=yKzow23QPvRLz7Fp1ZwyCiW1p64w7wFXZAtG-srRkpU,3489
103
103
  odoo/addons/account_financial_report/wizard/vat_report_wizard_view.xml,sha256=T3P81O4csDGP7Jmf7eAtmbIIldja3IoXbBmweMMt8vA,2330
104
- odoo_addon_account_financial_report-15.0.3.3.1.dist-info/METADATA,sha256=5Ch_GbDDzJ2n0A4RNiw9fTiosziCa-O-afSTqakguPM,8054
105
- odoo_addon_account_financial_report-15.0.3.3.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
106
- odoo_addon_account_financial_report-15.0.3.3.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
107
- odoo_addon_account_financial_report-15.0.3.3.1.dist-info/RECORD,,
104
+ odoo_addon_account_financial_report-15.0.3.3.3.dist-info/METADATA,sha256=2amWNkDrgrhLvdGTPiOv183VJwXSJYUSM_tV_vkIMMo,8219
105
+ odoo_addon_account_financial_report-15.0.3.3.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
106
+ odoo_addon_account_financial_report-15.0.3.3.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
107
+ odoo_addon_account_financial_report-15.0.3.3.3.dist-info/RECORD,,