odoo-addon-account-financial-report 15.0.3.3.1.1__py3-none-any.whl → 15.0.3.3.2.1__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.

@@ -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"
@@ -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
@@ -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.1
3
+ Version: 15.0.3.3.2.1
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,10 +1,10 @@
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
7
+ odoo/addons/account_financial_report/i18n/account_financial_report.pot,sha256=AOU7no9SNC2LhdTDmVVoEE6QS0lN_pjnHkpiNd45ouY,93735
8
8
  odoo/addons/account_financial_report/i18n/ar.po,sha256=UhuiR17BTEBFaFx7cmFv0ZIMTsoZJXbxAXtKQDbLeos,101349
9
9
  odoo/addons/account_financial_report/i18n/ca.po,sha256=dceYJcQjcDK8sx8mvxmHwOxikkQ3pIImpxFlhoOAwd8,98220
10
10
  odoo/addons/account_financial_report/i18n/da.po,sha256=uaI2NWB9c72iavNueJw81INxuURwo0KUEjAYd9uRRsc,97452
@@ -17,7 +17,7 @@ odoo/addons/account_financial_report/i18n/fr_CH.po,sha256=hsrpO5wWrruuKagIxk2oZI
17
17
  odoo/addons/account_financial_report/i18n/fr_FR.po,sha256=y28B3cP21Xv9flsEvaw238kCP3F99qaChhvp8frhu74,98631
18
18
  odoo/addons/account_financial_report/i18n/hr.po,sha256=pgMKrG8Yhu33QZmdXjqGE0-XXRRBFZ8wCqyB7eoLjtY,92078
19
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
20
+ odoo/addons/account_financial_report/i18n/it.po,sha256=BIbKGXzcLGZ96ZnqvYJ8_Sdclhdc3-1rEJC-8lAS0JA,99222
21
21
  odoo/addons/account_financial_report/i18n/ja.po,sha256=OZA-q20N27iNiF5eHjWCIL1ByJgdNCXEtyEONZGKfh8,92600
22
22
  odoo/addons/account_financial_report/i18n/nl.po,sha256=bkTVQB-vr4Q4EsKF9sxDwXkztax_snSeSWE2jDuWgKU,103604
23
23
  odoo/addons/account_financial_report/i18n/nl_NL.po,sha256=2uewuHPmZv3iKaNugJqd2PnI9vME_0BXtE8bJnIAB4s,92505
@@ -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.1.dist-info/METADATA,sha256=xz6GAcqtO2oGqVsCOBUJ2JvzbU1iXB3vHt_S-XmvlBk,8056
105
- odoo_addon_account_financial_report-15.0.3.3.1.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
106
- odoo_addon_account_financial_report-15.0.3.3.1.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
107
- odoo_addon_account_financial_report-15.0.3.3.1.1.dist-info/RECORD,,
104
+ odoo_addon_account_financial_report-15.0.3.3.2.1.dist-info/METADATA,sha256=XpC0ly9qrEj7IFZrU5qYcysRz9coOkBitLK62a4AByE,8221
105
+ odoo_addon_account_financial_report-15.0.3.3.2.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
106
+ odoo_addon_account_financial_report-15.0.3.3.2.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
107
+ odoo_addon_account_financial_report-15.0.3.3.2.1.dist-info/RECORD,,