odoo-addon-account-financial-report 15.0.3.3.1__py3-none-any.whl → 15.0.3.3.2__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 (28) 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/i18n/account_financial_report.pot +1 -0
  4. odoo/addons/account_financial_report/i18n/ar.po +8 -0
  5. odoo/addons/account_financial_report/i18n/ca.po +8 -0
  6. odoo/addons/account_financial_report/i18n/da.po +8 -0
  7. odoo/addons/account_financial_report/i18n/de.po +8 -0
  8. odoo/addons/account_financial_report/i18n/es.po +8 -0
  9. odoo/addons/account_financial_report/i18n/es_AR.po +8 -0
  10. odoo/addons/account_financial_report/i18n/es_MX.po +8 -0
  11. odoo/addons/account_financial_report/i18n/fr.po +8 -0
  12. odoo/addons/account_financial_report/i18n/fr_CH.po +8 -0
  13. odoo/addons/account_financial_report/i18n/fr_FR.po +8 -0
  14. odoo/addons/account_financial_report/i18n/hr.po +8 -0
  15. odoo/addons/account_financial_report/i18n/hr_HR.po +8 -0
  16. odoo/addons/account_financial_report/i18n/it.po +8 -0
  17. odoo/addons/account_financial_report/i18n/ja.po +8 -0
  18. odoo/addons/account_financial_report/i18n/nl.po +8 -0
  19. odoo/addons/account_financial_report/i18n/nl_NL.po +8 -0
  20. odoo/addons/account_financial_report/i18n/pt.po +8 -0
  21. odoo/addons/account_financial_report/i18n/pt_BR.po +8 -0
  22. odoo/addons/account_financial_report/i18n/ro.po +8 -0
  23. odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +17 -9
  24. odoo/addons/account_financial_report/static/description/index.html +23 -17
  25. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.2.dist-info}/METADATA +7 -3
  26. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.2.dist-info}/RECORD +28 -28
  27. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.2.dist-info}/WHEEL +0 -0
  28. {odoo_addon_account_financial_report-15.0.3.3.1.dist-info → odoo_addon_account_financial_report-15.0.3.3.2.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:ce5f387e1a918e16e2558da8d9bb213500a4938762626fa3d436e0588c1944f0
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.2",
11
11
  "category": "Reporting",
12
12
  "summary": "OCA Financial Reports",
13
13
  "author": "Camptocamp,"
@@ -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"
@@ -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"
@@ -1871,6 +1871,14 @@ msgstr ""
1871
1871
  msgid "The hierarchy level to filter on must be greater than 0."
1872
1872
  msgstr "El nivel de jerarquía a filtrar debe ser mayor 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"
@@ -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"
@@ -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",
@@ -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:ce5f387e1a918e16e2558da8d9bb213500a4938762626fa3d436e0588c1944f0
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.2
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:ce5f387e1a918e16e2558da8d9bb213500a4938762626fa3d436e0588c1944f0
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=yx0sAZru5tV3-4KNc3IuByQ2BGIwG1JRZTiYt0fy6c8,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=AygCaxETHmTan_6liCgE8s8NpQARu_71vHbBqBzUhgQ,2463
4
4
  odoo/addons/account_financial_report/menuitems.xml,sha256=k20N6cNRlDsnPhc378MVs7jwzJhbbJQ2k-P3WdsmF_M,1206
5
5
  odoo/addons/account_financial_report/reports.xml,sha256=c2KamS250rNzHUInjNwC0G2dhwiIqtYgbked51PtmVw,9254
6
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
7
+ odoo/addons/account_financial_report/i18n/account_financial_report.pot,sha256=AOU7no9SNC2LhdTDmVVoEE6QS0lN_pjnHkpiNd45ouY,93735
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=ubFy6WPuzS5naOMt_29JlnvQYcdf7YGUS_bWKmRB3WM,99157
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=2EN4ng0HicZtxIEt4qqYRbBI_VCBTUi4Gto1Ea7OgfI,99215
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
@@ -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=9_yBZEGr8DOf8rwHLJCC3S4tzM5bEfrlYvrnt5e_PcI,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.2.dist-info/METADATA,sha256=E-P6Ao3OCYxIJ4pvSMM9evZ48bHaTakpMFgeEZYIzHA,8219
105
+ odoo_addon_account_financial_report-15.0.3.3.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
106
+ odoo_addon_account_financial_report-15.0.3.3.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
107
+ odoo_addon_account_financial_report-15.0.3.3.2.dist-info/RECORD,,