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

@@ -11,7 +11,7 @@ Account Financial Reports
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:873b2ae0a8d222437fd05107d02825f50197239ec0838f369977d83da26b51f0
14
+ !! source digest: sha256:4c8dd71b140619ff57e872835ca14c50beb3ddda9bde30205ce9456304884adb
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -185,6 +185,9 @@ Contributors
185
185
  - Saran Lim. <saranl@ecosoft.co.th>
186
186
  - Omar Casti??eira <omar@comunitea.com>
187
187
  - Chau Le <chaulb@trobz.com>
188
+ - `Stesi Consulting <https://www.stesi.consulting>`__:
189
+
190
+ - Michele Di Croce <dicroce.m@stesi.consulting>
188
191
 
189
192
  Much of the work in this module was done at a sprint in Sorrento, Italy
190
193
  in April 2016.
@@ -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.2.5",
9
+ "version": "18.0.1.2.6",
10
10
  "category": "Reporting",
11
11
  "summary": "OCA Financial Reports",
12
12
  "author": "Camptocamp,"
@@ -31,6 +31,8 @@
31
31
  - Saran Lim. \<<saranl@ecosoft.co.th>\>
32
32
  - Omar Casti??eira \<<omar@comunitea.com>\>
33
33
  - Chau Le \<<chaulb@trobz.com>\>
34
-
34
+ - [Stesi Consulting](https://www.stesi.consulting):
35
+ - Michele Di Croce \<<dicroce.m@stesi.consulting>\>
36
+
35
37
  Much of the work in this module was done at a sprint in Sorrento, Italy
36
38
  in April 2016.
@@ -194,7 +194,7 @@ class TrialBalanceReport(models.AbstractModel):
194
194
  initial_balances = self.env["account.move.line"].read_group(
195
195
  domain=domain,
196
196
  fields=["account_id", "balance", "amount_currency:sum"],
197
- groupby=["account_id"],
197
+ groupby=["account_id", "currency_id"],
198
198
  )
199
199
  pl_initial_balance = 0.0
200
200
  pl_initial_currency_balance = 0.0
@@ -432,7 +432,7 @@ class TrialBalanceReport(models.AbstractModel):
432
432
  tb_initial_acc.append(
433
433
  {"account_id": account.id, "balance": 0.0, "amount_currency": 0.0}
434
434
  )
435
- groupby_fields = ["account_id"]
435
+ groupby_fields = ["account_id", "currency_id"]
436
436
  if grouped_by:
437
437
  groupby_fields.append("analytic_account_ids")
438
438
  initial_domain_bs = self._get_initial_balances_bs_ml_domain(
@@ -515,13 +515,13 @@ class TrialBalanceReport(models.AbstractModel):
515
515
  tb_initial_prt_bs = self.env["account.move.line"].read_group(
516
516
  domain=initial_domain_bs,
517
517
  fields=["account_id", "partner_id", "balance", "amount_currency:sum"],
518
- groupby=["account_id", "partner_id"],
518
+ groupby=["account_id", "partner_id", "currency_id"],
519
519
  lazy=False,
520
520
  )
521
521
  tb_initial_prt_pl = self.env["account.move.line"].read_group(
522
522
  domain=initial_domain_pl,
523
523
  fields=["account_id", "partner_id", "balance", "amount_currency:sum"],
524
- groupby=["account_id", "partner_id"],
524
+ groupby=["account_id", "partner_id", "currency_id"],
525
525
  )
526
526
  tb_initial_prt = tb_initial_prt_bs + tb_initial_prt_pl
527
527
  if hide_account_at_0:
@@ -536,7 +536,7 @@ class TrialBalanceReport(models.AbstractModel):
536
536
  "balance",
537
537
  "amount_currency:sum",
538
538
  ],
539
- groupby=["account_id", "partner_id"],
539
+ groupby=["account_id", "currency_id", "partner_id"],
540
540
  lazy=False,
541
541
  )
542
542
  total_amount = {}
@@ -372,7 +372,7 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:873b2ae0a8d222437fd05107d02825f50197239ec0838f369977d83da26b51f0
375
+ !! source digest: sha256:4c8dd71b140619ff57e872835ca14c50beb3ddda9bde30205ce9456304884adb
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
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>
378
378
  <p>This module adds a set of financial reports. They are accessible under
@@ -532,6 +532,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
532
532
  <li>Saran Lim. &lt;<a class="reference external" href="mailto:saranl&#64;ecosoft.co.th">saranl&#64;ecosoft.co.th</a>&gt;</li>
533
533
  <li>Omar Casti??eira &lt;<a class="reference external" href="mailto:omar&#64;comunitea.com">omar&#64;comunitea.com</a>&gt;</li>
534
534
  <li>Chau Le &lt;<a class="reference external" href="mailto:chaulb&#64;trobz.com">chaulb&#64;trobz.com</a>&gt;</li>
535
+ <li><a class="reference external" href="https://www.stesi.consulting">Stesi Consulting</a>:<ul>
536
+ <li>Michele Di Croce &lt;<a class="reference external" href="mailto:dicroce.m&#64;stesi.consulting">dicroce.m&#64;stesi.consulting</a>&gt;</li>
537
+ </ul>
538
+ </li>
535
539
  </ul>
536
540
  <p>Much of the work in this module was done at a sprint in Sorrento, Italy
537
541
  in April 2016.</p>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_financial_report
3
- Version: 18.0.1.2.5
3
+ Version: 18.0.1.2.6
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.*
@@ -29,7 +29,7 @@ Account Financial Reports
29
29
  !! This file is generated by oca-gen-addon-readme !!
30
30
  !! changes will be overwritten. !!
31
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
- !! source digest: sha256:873b2ae0a8d222437fd05107d02825f50197239ec0838f369977d83da26b51f0
32
+ !! source digest: sha256:4c8dd71b140619ff57e872835ca14c50beb3ddda9bde30205ce9456304884adb
33
33
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
34
34
 
35
35
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -203,6 +203,9 @@ Contributors
203
203
  - Saran Lim. <saranl@ecosoft.co.th>
204
204
  - Omar Casti??eira <omar@comunitea.com>
205
205
  - Chau Le <chaulb@trobz.com>
206
+ - `Stesi Consulting <https://www.stesi.consulting>`__:
207
+
208
+ - Michele Di Croce <dicroce.m@stesi.consulting>
206
209
 
207
210
  Much of the work in this module was done at a sprint in Sorrento, Italy
208
211
  in April 2016.
@@ -1,6 +1,6 @@
1
- odoo/addons/account_financial_report/README.rst,sha256=rWaznqKmyxmyFDJpKrfO2NivwumI2BDAJpTHALZwGgM,7202
1
+ odoo/addons/account_financial_report/README.rst,sha256=fqDONzWyDSkqSPhk_oP1Sa0PLdsaDhaETQuMQY_hmzQ,7308
2
2
  odoo/addons/account_financial_report/__init__.py,sha256=YoL8hk5QxSifbFJL7gPzpOSk-3zB1OSHJBXyZK25G6Q,187
3
- odoo/addons/account_financial_report/__manifest__.py,sha256=n3b1mhA7kHEfR2JgMGN2LKqHYHDWwgkIxFWwCgadv4w,2061
3
+ odoo/addons/account_financial_report/__manifest__.py,sha256=yIKWy2Mz7Jvgh3gQ-GB1mmvrk30F2AGefhl6NQU4xnM,2061
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=Kj9fu5spPXthOCeQYlRHBdY8Ls6Qm3bWipqBNbuGpSw,79880
@@ -31,7 +31,7 @@ odoo/addons/account_financial_report/models/account_move_line.py,sha256=TabkIR2E
31
31
  odoo/addons/account_financial_report/models/ir_actions_report.py,sha256=wq-rx2bpI6odJ4-PQR5aellrM9740n5WN4tf1IKdlj0,1074
32
32
  odoo/addons/account_financial_report/models/res_config_settings.py,sha256=RquuvQgiB0-rCQuVE4uiDXSrKNqLwl_hY8jp300LzDU,1049
33
33
  odoo/addons/account_financial_report/readme/CONFIGURE.md,sha256=Pmbot6o9GejLI8Mrv0aX1X_h6NEXOd6uW1yCOvYgHdY,903
34
- odoo/addons/account_financial_report/readme/CONTRIBUTORS.md,sha256=Bux_x53puEN-Nhcew33BGPbnu7RfCh5dACTuUt-jFV8,1371
34
+ odoo/addons/account_financial_report/readme/CONTRIBUTORS.md,sha256=x1AtN9CASrupxunWeSfsPtJvYyBCK0dQABkJnpvwtck,1479
35
35
  odoo/addons/account_financial_report/readme/CREDITS.md,sha256=iBbhXVnE2APvLFeXl0Bdd-uXfNXH21qo0HnEDi8tVNI,88
36
36
  odoo/addons/account_financial_report/readme/DESCRIPTION.md,sha256=4mWyU68JKCXDnf2zlkKEMUH1ZYqZRLrtcKQjB68dDhY,759
37
37
  odoo/addons/account_financial_report/readme/HISTORY.md,sha256=5PzKD9lPwX_nKEaZRwGYea4Q0sXJy2dEbRUBUSYwAMg,473
@@ -47,7 +47,7 @@ odoo/addons/account_financial_report/report/journal_ledger.py,sha256=HvE8TlzMHAX
47
47
  odoo/addons/account_financial_report/report/journal_ledger_xlsx.py,sha256=gqulSBNfZY5chQFbBxXLUa1I11AlY_NbaIz3lHDeF70,10060
48
48
  odoo/addons/account_financial_report/report/open_items.py,sha256=bAplEfAFLLq9-H_mM5VTttfST3DusSPT8d4mkINGpnk,12218
49
49
  odoo/addons/account_financial_report/report/open_items_xlsx.py,sha256=XtgGVN995J89c3mnaMw5uvliOJBY47H9hn4GGsPiLcs,8366
50
- odoo/addons/account_financial_report/report/trial_balance.py,sha256=k3-xWQ0bOFIhhUgmO4mgfowbm5lqq13JFznE7feBJIA,42322
50
+ odoo/addons/account_financial_report/report/trial_balance.py,sha256=sUnfa-ss9jqMFd0fbqepNMnLwV84ywq87r4y2bEf-m4,42397
51
51
  odoo/addons/account_financial_report/report/trial_balance_xlsx.py,sha256=HqSKYcDwqeTcTYHRju7RvR410VjYnOy5vE78bHEWkQs,13246
52
52
  odoo/addons/account_financial_report/report/vat_report.py,sha256=Si2hVaxJLwLXfMqzAF0N5dMdbc2eaQtCVM0UmwQMHc0,10249
53
53
  odoo/addons/account_financial_report/report/vat_report_xlsx.py,sha256=movkNhEiNi3kGlBf2VEmxxWKuqW_fzqM_QKOXw04ppU,2307
@@ -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=x-JWR8_yyCbMQAXQR9v2UxpTCuyJI9jc0S7v5rWn2QI,20388
64
+ odoo/addons/account_financial_report/static/description/index.html,sha256=xyuUBrf6XyGPeOAk6QlWJBG7mO7HerNTCBqY-KpUU-4,20640
65
65
  odoo/addons/account_financial_report/static/src/css/report.css,sha256=UYlrKHXNvw3lcwlaTVNCxSQyMDi0JrizZjn4fS5cirw,2354
66
66
  odoo/addons/account_financial_report/static/src/css/report_html.css,sha256=WO4wfg0-z87dAqLlqz1LuA_rBizNjlGnCUCeMzSSSYs,149
67
67
  odoo/addons/account_financial_report/static/src/js/report.esm.js,sha256=bJcyov25ktGuF-eT_SUGkRLudz-6UNnKR0gmv3e-ZYc,2495
@@ -98,7 +98,7 @@ odoo/addons/account_financial_report/wizard/trial_balance_wizard.py,sha256=H5DOU
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.2.5.dist-info/METADATA,sha256=1HnL9z5fw3H3IDb9_YXbiXzPj-BG9pMvrNhbpQnoyyc,7888
102
- odoo_addon_account_financial_report-18.0.1.2.5.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
103
- odoo_addon_account_financial_report-18.0.1.2.5.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
104
- odoo_addon_account_financial_report-18.0.1.2.5.dist-info/RECORD,,
101
+ odoo_addon_account_financial_report-18.0.1.2.6.dist-info/METADATA,sha256=jKhJMvBVCsyej4hNT_JyNOxD1FFJEweU7Aa_kmsEhjo,7994
102
+ odoo_addon_account_financial_report-18.0.1.2.6.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
103
+ odoo_addon_account_financial_report-18.0.1.2.6.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
104
+ odoo_addon_account_financial_report-18.0.1.2.6.dist-info/RECORD,,