odoo-addon-account-financial-report 18.0.1.0.7.4__py3-none-any.whl → 18.0.1.2.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.
- odoo/addons/account_financial_report/README.rst +6 -2
- odoo/addons/account_financial_report/__manifest__.py +1 -1
- odoo/addons/account_financial_report/report/general_ledger.py +3 -2
- odoo/addons/account_financial_report/static/description/index.html +23 -17
- odoo/addons/account_financial_report/wizard/general_ledger_wizard.py +5 -8
- odoo/addons/account_financial_report/wizard/open_items_wizard.py +3 -3
- odoo/addons/account_financial_report/wizard/trial_balance_wizard.py +1 -1
- {odoo_addon_account_financial_report-18.0.1.0.7.4.dist-info → odoo_addon_account_financial_report-18.0.1.2.0.dist-info}/METADATA +7 -3
- {odoo_addon_account_financial_report-18.0.1.0.7.4.dist-info → odoo_addon_account_financial_report-18.0.1.2.0.dist-info}/RECORD +11 -11
- {odoo_addon_account_financial_report-18.0.1.0.7.4.dist-info → odoo_addon_account_financial_report-18.0.1.2.0.dist-info}/WHEEL +0 -0
- {odoo_addon_account_financial_report-18.0.1.0.7.4.dist-info → odoo_addon_account_financial_report-18.0.1.2.0.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:
|
|
14
|
+
!! source digest: sha256:68ab5b6b999486dfe55e3f469815af509179227120d691c89d5e67b636d1ba89
|
|
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/
|
|
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
|
|
@@ -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["
|
|
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["
|
|
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>
|
|
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"
|
|
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:
|
|
375
|
+
!! source digest: sha256:68ab5b6b999486dfe55e3f469815af509179227120d691c89d5e67b636d1ba89
|
|
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/
|
|
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&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
|
-
<
|
|
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’ -> ‘Invoicing’ -> ‘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’ -> ‘Invoicing’ -> ‘OCA Aged Report Configuration’.</p>
|
|
433
438
|
</div>
|
|
434
439
|
<div class="section" id="known-issues-roadmap">
|
|
435
|
-
<
|
|
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
|
-
<
|
|
451
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
|
|
447
452
|
<div class="section" id="section-1">
|
|
448
|
-
<
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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
|
-
<
|
|
485
|
+
<h2><a class="toc-backref" href="#toc-entry-8">Credits</a></h2>
|
|
481
486
|
<div class="section" id="authors">
|
|
482
|
-
<
|
|
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
|
-
<
|
|
496
|
+
<h3><a class="toc-backref" href="#toc-entry-10">Contributors</a></h3>
|
|
492
497
|
<ul class="simple">
|
|
493
498
|
<li>Jordi Ballester <<a class="reference external" href="mailto:jordi.ballester@forgeflow.com">jordi.ballester@forgeflow.com</a>></li>
|
|
494
499
|
<li>Yannick Vaucher <<a class="reference external" href="mailto:yannick.vaucher@camptocamp.com">yannick.vaucher@camptocamp.com</a>></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
|
-
<
|
|
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
|
-
<
|
|
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>
|
|
@@ -103,13 +103,10 @@ class GeneralLedgerReportWizard(models.TransientModel):
|
|
|
103
103
|
):
|
|
104
104
|
start_range = int(self.account_code_from.code)
|
|
105
105
|
end_range = int(self.account_code_to.code)
|
|
106
|
-
|
|
107
|
-
[("code", ">=", start_range), ("code", "<=", end_range)]
|
|
108
|
-
)
|
|
106
|
+
domain = [("code", ">=", start_range), ("code", "<=", end_range)]
|
|
109
107
|
if self.company_id:
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
)
|
|
108
|
+
domain.append(("company_ids", "in", self.company_id.ids))
|
|
109
|
+
self.account_ids = self.env["account.account"].search(domain)
|
|
113
110
|
|
|
114
111
|
def _init_date_from(self):
|
|
115
112
|
"""set start date to begin of current year if fiscal year running"""
|
|
@@ -177,7 +174,7 @@ class GeneralLedgerReportWizard(models.TransientModel):
|
|
|
177
174
|
self.onchange_type_accounts_only()
|
|
178
175
|
else:
|
|
179
176
|
self.account_ids = self.account_ids.filtered(
|
|
180
|
-
lambda a:
|
|
177
|
+
lambda a: self.company_id in a.company_ids
|
|
181
178
|
)
|
|
182
179
|
if self.company_id and self.cost_center_ids:
|
|
183
180
|
self.cost_center_ids = self.cost_center_ids.filtered(
|
|
@@ -195,7 +192,7 @@ class GeneralLedgerReportWizard(models.TransientModel):
|
|
|
195
192
|
if not self.company_id:
|
|
196
193
|
return res
|
|
197
194
|
else:
|
|
198
|
-
res["domain"]["account_ids"] += [("
|
|
195
|
+
res["domain"]["account_ids"] += [("company_ids", "in", self.company_id.ids)]
|
|
199
196
|
res["domain"]["account_journal_ids"] += [
|
|
200
197
|
("company_id", "=", self.company_id.id)
|
|
201
198
|
]
|
|
@@ -79,7 +79,7 @@ class OpenItemsReportWizard(models.TransientModel):
|
|
|
79
79
|
)
|
|
80
80
|
if self.company_id:
|
|
81
81
|
self.account_ids = self.account_ids.filtered(
|
|
82
|
-
lambda a:
|
|
82
|
+
lambda a: self.company_id in a.company_ids
|
|
83
83
|
)
|
|
84
84
|
return {
|
|
85
85
|
"domain": {
|
|
@@ -103,13 +103,13 @@ class OpenItemsReportWizard(models.TransientModel):
|
|
|
103
103
|
self.onchange_type_accounts_only()
|
|
104
104
|
else:
|
|
105
105
|
self.account_ids = self.account_ids.filtered(
|
|
106
|
-
lambda a:
|
|
106
|
+
lambda a: self.company_id in a.company_ids
|
|
107
107
|
)
|
|
108
108
|
res = {"domain": {"account_ids": [], "partner_ids": []}}
|
|
109
109
|
if not self.company_id:
|
|
110
110
|
return res
|
|
111
111
|
else:
|
|
112
|
-
res["domain"]["account_ids"] += [("
|
|
112
|
+
res["domain"]["account_ids"] += [("company_ids", "in", self.company_id.ids)]
|
|
113
113
|
res["domain"]["partner_ids"] += self._get_partner_ids_domain()
|
|
114
114
|
return res
|
|
115
115
|
|
|
@@ -166,7 +166,7 @@ class TrialBalanceReportWizard(models.TransientModel):
|
|
|
166
166
|
if not self.company_id:
|
|
167
167
|
return res
|
|
168
168
|
else:
|
|
169
|
-
res["domain"]["account_ids"] += [("
|
|
169
|
+
res["domain"]["account_ids"] += [("company_ids", "in", self.company_id.ids)]
|
|
170
170
|
res["domain"]["partner_ids"] += self._get_partner_ids_domain()
|
|
171
171
|
res["domain"]["date_range_id"] += [
|
|
172
172
|
"|",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-account_financial_report
|
|
3
|
-
Version: 18.0.1.0
|
|
3
|
+
Version: 18.0.1.2.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:
|
|
31
|
+
!! source digest: sha256:68ab5b6b999486dfe55e3f469815af509179227120d691c89d5e67b636d1ba89
|
|
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/
|
|
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=
|
|
1
|
+
odoo/addons/account_financial_report/README.rst,sha256=bkywoKJfCtRV-UGSZcrgXVCnDxs5FcxX5dgleXJyVqY,7202
|
|
2
2
|
odoo/addons/account_financial_report/__init__.py,sha256=YoL8hk5QxSifbFJL7gPzpOSk-3zB1OSHJBXyZK25G6Q,187
|
|
3
|
-
odoo/addons/account_financial_report/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_financial_report/__manifest__.py,sha256=Maa6GP-ceg_Zo6wR01jhASyaQc28lHI8Tl54yhWhZo8,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
|
|
@@ -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=
|
|
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=
|
|
64
|
+
odoo/addons/account_financial_report/static/description/index.html,sha256=jL_xFFmWVo5Vv-vHIjvEKUBTK_RWIXluLkp3Umyvkb8,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
|
|
@@ -88,17 +88,17 @@ odoo/addons/account_financial_report/wizard/__init__.py,sha256=5lngmjx-Vz-5k9nPI
|
|
|
88
88
|
odoo/addons/account_financial_report/wizard/abstract_wizard.py,sha256=RLvXJzFA-75Ui-AokPwzZ9yGWfuMQvVPXhhEgQMH26E,1584
|
|
89
89
|
odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py,sha256=zkqwZX-WaMm36h-T19YE_TBNkM3Wg5dP2FbeHEy9DV0,5976
|
|
90
90
|
odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml,sha256=P4y5oItOq_1xovOhpjCU-9JzIvT2HH00tXWYFmMhnMo,3996
|
|
91
|
-
odoo/addons/account_financial_report/wizard/general_ledger_wizard.py,sha256
|
|
91
|
+
odoo/addons/account_financial_report/wizard/general_ledger_wizard.py,sha256=-2lfykIafr9MwAV6_xG9uFrMNjgZRCmYg87d_EDbNfM,12400
|
|
92
92
|
odoo/addons/account_financial_report/wizard/general_ledger_wizard_view.xml,sha256=h33UeqoY0VU0UiA58R1_WVEnHinLEwkE-3TwWO90vo8,7501
|
|
93
93
|
odoo/addons/account_financial_report/wizard/journal_ledger_wizard.py,sha256=coCuXwBUtVP3j8OyiZSxXpiVn3H8T1WkFU8oSI_0qqU,5653
|
|
94
94
|
odoo/addons/account_financial_report/wizard/journal_ledger_wizard_view.xml,sha256=_dratLc_fq4n0S6oBTQqmQE-gc-LKlmwdlH5ywoOelM,2901
|
|
95
|
-
odoo/addons/account_financial_report/wizard/open_items_wizard.py,sha256=
|
|
95
|
+
odoo/addons/account_financial_report/wizard/open_items_wizard.py,sha256=29OvzfgJvIVoskZ1Nzky72yhJmS8p4r3LJtmLLNhynI,6613
|
|
96
96
|
odoo/addons/account_financial_report/wizard/open_items_wizard_view.xml,sha256=qvMifGs3k5YY8dWF3nhcSYNIdsyXf2Sg2X75CBU5vrc,4633
|
|
97
|
-
odoo/addons/account_financial_report/wizard/trial_balance_wizard.py,sha256=
|
|
97
|
+
odoo/addons/account_financial_report/wizard/trial_balance_wizard.py,sha256=H5DOUU4W-JLJXAgJBzC8qD9U0gxao3TM0b-gKaO_jVs,11302
|
|
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.
|
|
102
|
-
odoo_addon_account_financial_report-18.0.1.0.
|
|
103
|
-
odoo_addon_account_financial_report-18.0.1.0.
|
|
104
|
-
odoo_addon_account_financial_report-18.0.1.0.
|
|
101
|
+
odoo_addon_account_financial_report-18.0.1.2.0.dist-info/METADATA,sha256=hqM1WD7ysTc3XNi0PMV0jy6a96aONjT607OGftRtB3g,7851
|
|
102
|
+
odoo_addon_account_financial_report-18.0.1.2.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
103
|
+
odoo_addon_account_financial_report-18.0.1.2.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
104
|
+
odoo_addon_account_financial_report-18.0.1.2.0.dist-info/RECORD,,
|
|
File without changes
|