odoo-addon-account-financial-report 18.0.1.0.7.3__py3-none-any.whl → 18.0.1.1.0__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:42327a8d7db1b05b4f1444e071f89af4ba0c9f461f4645e699a1918740a01d86
14
+ !! source digest: sha256:1697172ea99e9a26617216e47447a4b910b4718fa5401f80e979c4d3f8775e4e
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
@@ -6,7 +6,7 @@
6
6
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
7
7
  {
8
8
  "name": "Account Financial Reports",
9
- "version": "18.0.1.0.7",
9
+ "version": "18.0.1.1.0",
10
10
  "category": "Reporting",
11
11
  "summary": "OCA Financial Reports",
12
12
  "author": "Camptocamp,"
@@ -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: 2025-05-13 08:24+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"
@@ -1572,7 +1572,7 @@ msgstr "Movimenti obiettivo"
1572
1572
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_open_items_filters
1573
1573
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_filters
1574
1574
  msgid "Target moves filter"
1575
- msgstr "Filtro registrazioni"
1575
+ msgstr "Filtro movimenti obiettivo"
1576
1576
 
1577
1577
  #. module: account_financial_report
1578
1578
  #. odoo-python
@@ -342,7 +342,7 @@ class GeneralLedgerReport(models.AbstractModel):
342
342
  "rec_id": move_line["full_reconcile_id"][0]
343
343
  if move_line["full_reconcile_id"]
344
344
  else False,
345
- "rec_name": move_line["full_reconcile_id"][1]
345
+ "rec_name": move_line["matching_number"]
346
346
  if move_line["full_reconcile_id"]
347
347
  else "",
348
348
  "currency_id": move_line["currency_id"],
@@ -492,7 +492,7 @@ class GeneralLedgerReport(models.AbstractModel):
492
492
  {
493
493
  rec_id: {
494
494
  "id": rec_id,
495
- "name": move_line["full_reconcile_id"][1],
495
+ "name": move_line["matching_number"],
496
496
  }
497
497
  }
498
498
  )
@@ -942,4 +942,5 @@ class GeneralLedgerReport(models.AbstractModel):
942
942
  "balance",
943
943
  "tax_ids",
944
944
  "move_name",
945
+ "matching_number",
945
946
  ]
@@ -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:42327a8d7db1b05b4f1444e071f89af4ba0c9f461f4645e699a1918740a01d86
375
+ !! source digest: sha256:1697172ea99e9a26617216e47447a4b910b4718fa5401f80e979c4d3f8775e4e
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/18.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-18-0/account-financial-reporting-18-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=18.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/18.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-18-0/account-financial-reporting-18-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=18.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">
@@ -411,7 +416,7 @@ Partner Balance. For further information, check CONFIGURE.rst</p>
411
416
  </ul>
412
417
  </div>
413
418
  <div class="section" id="configuration">
414
- <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
419
+ <h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
415
420
  <p>To configure dynamic intervals for Aged Partner Balance you need to:</p>
416
421
  <p>Go on ‘Settings’ -&gt; ‘Invoicing’ -&gt; ‘OCA Aged Report Configuration’.</p>
417
422
  <p>Click on option ‘Configurations’ and create new record.</p>
@@ -432,7 +437,7 @@ per company in:</p>
432
437
  <p>‘Settings’ -&gt; ‘Invoicing’ -&gt; ‘OCA Aged Report Configuration’.</p>
433
438
  </div>
434
439
  <div class="section" id="known-issues-roadmap">
435
- <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
440
+ <h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
436
441
  <ul class="simple">
437
442
  <li>‘VAT Report’ is valid only for cases where it’s met that for each Tax
438
443
  defined: all the “Account tags” of all the ‘Repartition for Invoices’
@@ -443,16 +448,16 @@ Moves” field in a wizard</li>
443
448
  </ul>
444
449
  </div>
445
450
  <div class="section" id="changelog">
446
- <h1><a class="toc-backref" href="#toc-entry-3">Changelog</a></h1>
451
+ <h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
447
452
  <div class="section" id="section-1">
448
- <h2><a class="toc-backref" href="#toc-entry-4">11.0.2.5.0 (2019-04-26)</a></h2>
453
+ <h3><a class="toc-backref" href="#toc-entry-4">11.0.2.5.0 (2019-04-26)</a></h3>
449
454
  <ul class="simple">
450
455
  <li>In the Trial Balance you have an option to hide parent hierarchy
451
456
  levels</li>
452
457
  </ul>
453
458
  </div>
454
459
  <div class="section" id="section-2">
455
- <h2><a class="toc-backref" href="#toc-entry-5">11.0.2.4.1 (2019-01-08)</a></h2>
460
+ <h3><a class="toc-backref" href="#toc-entry-5">11.0.2.4.1 (2019-01-08)</a></h3>
456
461
  <ul class="simple">
457
462
  <li>Handle better multicompany behaviour</li>
458
463
  <li>Improve how title appears in the reports</li>
@@ -460,7 +465,7 @@ 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.3.1 (2018-11-29)</a></h2>
468
+ <h3><a class="toc-backref" href="#toc-entry-6">11.0.2.3.1 (2018-11-29)</a></h3>
464
469
  <ul class="simple">
465
470
  <li>In the Trial Balance you can apply a filter by hierarchy levels</li>
466
471
  <li>In the General Ledger you can apply a filter by Analytic Tag</li>
@@ -469,7 +474,7 @@ levels</li>
469
474
  </div>
470
475
  </div>
471
476
  <div class="section" id="bug-tracker">
472
- <h1><a class="toc-backref" href="#toc-entry-7">Bug Tracker</a></h1>
477
+ <h2><a class="toc-backref" href="#toc-entry-7">Bug Tracker</a></h2>
473
478
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-financial-reporting/issues">GitHub Issues</a>.
474
479
  In case of trouble, please check there if your issue has already been reported.
475
480
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -477,9 +482,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
477
482
  <p>Do not contact contributors directly about support or help with technical issues.</p>
478
483
  </div>
479
484
  <div class="section" id="credits">
480
- <h1><a class="toc-backref" href="#toc-entry-8">Credits</a></h1>
485
+ <h2><a class="toc-backref" href="#toc-entry-8">Credits</a></h2>
481
486
  <div class="section" id="authors">
482
- <h2><a class="toc-backref" href="#toc-entry-9">Authors</a></h2>
487
+ <h3><a class="toc-backref" href="#toc-entry-9">Authors</a></h3>
483
488
  <ul class="simple">
484
489
  <li>Camptocamp</li>
485
490
  <li>initOS GmbH</li>
@@ -488,7 +493,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
488
493
  </ul>
489
494
  </div>
490
495
  <div class="section" id="contributors">
491
- <h2><a class="toc-backref" href="#toc-entry-10">Contributors</a></h2>
496
+ <h3><a class="toc-backref" href="#toc-entry-10">Contributors</a></h3>
492
497
  <ul class="simple">
493
498
  <li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
494
499
  <li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li>
@@ -532,12 +537,12 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
532
537
  in April 2016.</p>
533
538
  </div>
534
539
  <div class="section" id="other-credits">
535
- <h2><a class="toc-backref" href="#toc-entry-11">Other credits</a></h2>
540
+ <h3><a class="toc-backref" href="#toc-entry-11">Other credits</a></h3>
536
541
  <p>The migration of this module from 17.0 to 18.0 was financially supported
537
542
  by Camptocamp.</p>
538
543
  </div>
539
544
  <div class="section" id="maintainers">
540
- <h2><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h2>
545
+ <h3><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h3>
541
546
  <p>This module is maintained by the OCA.</p>
542
547
  <a class="reference external image-reference" href="https://odoo-community.org">
543
548
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -550,5 +555,6 @@ promote its widespread use.</p>
550
555
  </div>
551
556
  </div>
552
557
  </div>
558
+ </div>
553
559
  </body>
554
560
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_financial_report
3
- Version: 18.0.1.0.7.3
3
+ Version: 18.0.1.1.0
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-date_range==18.0.*
6
6
  Requires-Dist: odoo-addon-report_xlsx==18.0.*
@@ -15,6 +15,10 @@ Classifier: Framework :: Odoo
15
15
  Classifier: Framework :: Odoo :: 18.0
16
16
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
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:42327a8d7db1b05b4f1444e071f89af4ba0c9f461f4645e699a1918740a01d86
31
+ !! source digest: sha256:1697172ea99e9a26617216e47447a4b910b4718fa5401f80e979c4d3f8775e4e
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,6 +1,6 @@
1
- odoo/addons/account_financial_report/README.rst,sha256=hWG2Q27nXQoaDQGwc4WFprVJNCDGoBXa3HX7jB2cuvY,7037
1
+ odoo/addons/account_financial_report/README.rst,sha256=NXBmEswwjEK0pj9dhlASqVpufT2I9GR5vdpXD-qlBCw,7202
2
2
  odoo/addons/account_financial_report/__init__.py,sha256=YoL8hk5QxSifbFJL7gPzpOSk-3zB1OSHJBXyZK25G6Q,187
3
- odoo/addons/account_financial_report/__manifest__.py,sha256=gRv6PaJ-MUoukAWDL_jOaumzm1XdFvv_QDcpurUcT5o,2119
3
+ odoo/addons/account_financial_report/__manifest__.py,sha256=P10Jil2rNUUOBMggI5soUx6EMffzrNB3zsVWyUblFr4,2119
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/i18n/account_financial_report.pot,sha256=un4L5D5x2DSppFigS60CTcOHOcEZB_OQ6TtP7Y8vNe4,79876
@@ -14,7 +14,7 @@ odoo/addons/account_financial_report/i18n/fr.po,sha256=Nvd7uQd71K20aOliQvr-BtwrT
14
14
  odoo/addons/account_financial_report/i18n/fr_CH.po,sha256=flmNwp8WI_j4uygPvlXjhJpCqMse4C9tzMFlzTM92VI,92024
15
15
  odoo/addons/account_financial_report/i18n/hr.po,sha256=1qKwHYCEYEpQOdE8aZiIsvsOlfwfSlsAR0UzZtM2pnw,83495
16
16
  odoo/addons/account_financial_report/i18n/hr_HR.po,sha256=lhBiOTeYuM6Zddf70Cc7rgKYa05ioKKpb-mpLG39lgU,81023
17
- odoo/addons/account_financial_report/i18n/it.po,sha256=YR5R_Wrha8lrKENnKNiF3_b01Z0sXOGl3lRbPXCRZ6Y,91173
17
+ odoo/addons/account_financial_report/i18n/it.po,sha256=qP5lHqV21f7pKxGqyuxmSPqPUVsUbcmy5p8G1wQv5cA,91179
18
18
  odoo/addons/account_financial_report/i18n/ja.po,sha256=AIut4kqDiyHhWHL1Mn_jTz_yQh1Mf8SR5soCyHrlYiY,80784
19
19
  odoo/addons/account_financial_report/i18n/nl.po,sha256=A4oAN2sWQZuoqUp-sVB8ekgCckxsscTYTlpgRIviWNk,93154
20
20
  odoo/addons/account_financial_report/i18n/nl_NL.po,sha256=7q_JxxoLsMdBkz4Iv0Ty01331ANmIz1pB_yfpmKR94U,80687
@@ -41,7 +41,7 @@ odoo/addons/account_financial_report/report/abstract_report.py,sha256=Uob7klyEnR
41
41
  odoo/addons/account_financial_report/report/abstract_report_xlsx.py,sha256=QXkTf9MgAsTEvht73di6LrXeIRBeoZsBTNDS8Oj6tA0,29900
42
42
  odoo/addons/account_financial_report/report/aged_partner_balance.py,sha256=Nsdz7nR7GDzrps07hSrqrh8nQfxBJaH8_7vNHyTZt70,19823
43
43
  odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py,sha256=U5X3ajFLlWlD-WqxTBsjLa1TdntImyVIgrMBpvOiBkY,14525
44
- odoo/addons/account_financial_report/report/general_ledger.py,sha256=lAjBhv4_tX4XD5hc2KHf8g1aozgr99Dvkmffj0ZLPXM,38493
44
+ odoo/addons/account_financial_report/report/general_ledger.py,sha256=lZwJ5UHgQVXJ2HqRDlEq2SOADKKtVcADZXsCZKCxU3k,38514
45
45
  odoo/addons/account_financial_report/report/general_ledger_xlsx.py,sha256=k9w51C5jlpnrfzrflFNVH3iiv8rGms-Uqxwk4dnKt6U,17335
46
46
  odoo/addons/account_financial_report/report/journal_ledger.py,sha256=HvE8TlzMHAXGcNvqN2C8sEYx9CBKLk3a1vsu9X_3xX4,15465
47
47
  odoo/addons/account_financial_report/report/journal_ledger_xlsx.py,sha256=gqulSBNfZY5chQFbBxXLUa1I11AlY_NbaIz3lHDeF70,10060
@@ -61,7 +61,7 @@ odoo/addons/account_financial_report/report/templates/vat_report.xml,sha256=2WeL
61
61
  odoo/addons/account_financial_report/security/ir.model.access.csv,sha256=S1VQLLwLeaOeAMYGqtoOqHUaZVrvDUVE4Z-0-SRjSGQ,1134
62
62
  odoo/addons/account_financial_report/security/security.xml,sha256=YQCXbOuTGHCWGYwGnXMie_0tnWG5zYJGdoeey3o1xaw,382
63
63
  odoo/addons/account_financial_report/static/description/icon.png,sha256=WW-eOIjW5-jo7tgBieNv6K2DUKMoHFSVctnp0htstHI,15230
64
- odoo/addons/account_financial_report/static/description/index.html,sha256=Bv_VKr-weFSAFCzysBw1ohXzAWHzqmEv_bWbhHaIAZ8,20176
64
+ odoo/addons/account_financial_report/static/description/index.html,sha256=C6RCUbqc7cr5klACwLgWW2KyUMEF7OLBWjLGtKQq6iA,20388
65
65
  odoo/addons/account_financial_report/static/src/js/report.esm.js,sha256=bJcyov25ktGuF-eT_SUGkRLudz-6UNnKR0gmv3e-ZYc,2495
66
66
  odoo/addons/account_financial_report/static/src/js/report_action.esm.js,sha256=QFNFkxgsWrOwjgW0WlZj6CDLXPaAGf0p3Ml5NQFgbm0,1160
67
67
  odoo/addons/account_financial_report/static/src/scss/report.scss,sha256=UYlrKHXNvw3lcwlaTVNCxSQyMDi0JrizZjn4fS5cirw,2354
@@ -98,7 +98,7 @@ odoo/addons/account_financial_report/wizard/trial_balance_wizard.py,sha256=ibU3V
98
98
  odoo/addons/account_financial_report/wizard/trial_balance_wizard_view.xml,sha256=aHKMVPiQUfrpfUT0sojCfLUG38Am0DuEZSOHTPTof3k,7221
99
99
  odoo/addons/account_financial_report/wizard/vat_report_wizard.py,sha256=SQOpKuTWKjU9F5zfc7NIG0HxhZRHt5Eullia45RA_wM,3430
100
100
  odoo/addons/account_financial_report/wizard/vat_report_wizard_view.xml,sha256=3cJ0it2_5w20iw5x8QtTp11HoBk5kqQup6XjgJMbv7U,2274
101
- odoo_addon_account_financial_report-18.0.1.0.7.3.dist-info/METADATA,sha256=X5ye7kI-B8CxAB00-tlxIrkvGYYlMhyaBl3rIgdSyG4,7688
102
- odoo_addon_account_financial_report-18.0.1.0.7.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
103
- odoo_addon_account_financial_report-18.0.1.0.7.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
104
- odoo_addon_account_financial_report-18.0.1.0.7.3.dist-info/RECORD,,
101
+ odoo_addon_account_financial_report-18.0.1.1.0.dist-info/METADATA,sha256=FmpFm1Y5qO1wFOA4VGvFCKMc1oH-uPrBNCBEGDJ6tDU,7851
102
+ odoo_addon_account_financial_report-18.0.1.1.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
103
+ odoo_addon_account_financial_report-18.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
104
+ odoo_addon_account_financial_report-18.0.1.1.0.dist-info/RECORD,,