odoo-addon-account-financial-report 15.0.2.11.0__py3-none-any.whl → 15.0.2.12.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.

Files changed (37) hide show
  1. odoo/addons/account_financial_report/README.rst +1 -1
  2. odoo/addons/account_financial_report/__manifest__.py +1 -1
  3. odoo/addons/account_financial_report/i18n/account_financial_report.pot +26 -3
  4. odoo/addons/account_financial_report/i18n/ar.po +14 -0
  5. odoo/addons/account_financial_report/i18n/ca.po +14 -0
  6. odoo/addons/account_financial_report/i18n/da.po +14 -0
  7. odoo/addons/account_financial_report/i18n/de.po +14 -0
  8. odoo/addons/account_financial_report/i18n/es.po +1 -0
  9. odoo/addons/account_financial_report/i18n/es_AR.po +14 -0
  10. odoo/addons/account_financial_report/i18n/es_MX.po +14 -0
  11. odoo/addons/account_financial_report/i18n/fr.po +14 -0
  12. odoo/addons/account_financial_report/i18n/fr_CH.po +14 -0
  13. odoo/addons/account_financial_report/i18n/fr_FR.po +14 -0
  14. odoo/addons/account_financial_report/i18n/hr.po +16 -2
  15. odoo/addons/account_financial_report/i18n/hr_HR.po +16 -2
  16. odoo/addons/account_financial_report/i18n/it.po +14 -0
  17. odoo/addons/account_financial_report/i18n/ja.po +14 -0
  18. odoo/addons/account_financial_report/i18n/nl.po +14 -0
  19. odoo/addons/account_financial_report/i18n/nl_NL.po +14 -0
  20. odoo/addons/account_financial_report/i18n/pt.po +14 -0
  21. odoo/addons/account_financial_report/i18n/pt_BR.po +14 -0
  22. odoo/addons/account_financial_report/i18n/ro.po +14 -0
  23. odoo/addons/account_financial_report/report/aged_partner_balance.py +39 -0
  24. odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +9 -4
  25. odoo/addons/account_financial_report/report/open_items.py +45 -1
  26. odoo/addons/account_financial_report/report/open_items_xlsx.py +12 -7
  27. odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml +77 -27
  28. odoo/addons/account_financial_report/report/templates/open_items.xml +38 -7
  29. odoo/addons/account_financial_report/static/description/index.html +1 -1
  30. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +28 -2
  31. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml +12 -0
  32. odoo/addons/account_financial_report/wizard/open_items_wizard.py +23 -1
  33. odoo/addons/account_financial_report/wizard/open_items_wizard_view.xml +12 -0
  34. {odoo_addon_account_financial_report-15.0.2.11.0.dist-info → odoo_addon_account_financial_report-15.0.2.12.0.dist-info}/METADATA +2 -2
  35. {odoo_addon_account_financial_report-15.0.2.11.0.dist-info → odoo_addon_account_financial_report-15.0.2.12.0.dist-info}/RECORD +37 -37
  36. {odoo_addon_account_financial_report-15.0.2.11.0.dist-info → odoo_addon_account_financial_report-15.0.2.12.0.dist-info}/WHEEL +0 -0
  37. {odoo_addon_account_financial_report-15.0.2.11.0.dist-info → odoo_addon_account_financial_report-15.0.2.12.0.dist-info}/top_level.txt +0 -0
@@ -218,13 +218,29 @@
218
218
  <div class="act_as_cell" style="width: 5.00%;">Journal</div>
219
219
  <!--## account code-->
220
220
  <div class="act_as_cell" style="width: 6.00%;">Account</div>
221
- <!--## partner-->
222
- <div class="act_as_cell" style="width: 10.50%;">Partner</div>
223
- <!--## ref - label-->
224
- <div class="act_as_cell" style="width: 18.00%;">
225
- Ref -
226
- Label
227
- </div>
221
+ <t t-if="analytic_account_ids">
222
+ <!--## partner-->
223
+ <div class="act_as_cell" style="width: 9.50%;">Partner</div>
224
+ <!--## analytic account -->
225
+ <div
226
+ class="act_as_cell"
227
+ style="width: 9.50%;"
228
+ >Analytic Account</div>
229
+ <!--## ref - label-->
230
+ <div class="act_as_cell" style="width: 9.50%;">
231
+ Ref -
232
+ Label
233
+ </div>
234
+ </t>
235
+ <t t-else="">
236
+ <!--## partner-->
237
+ <div class="act_as_cell" style="width: 10.50%;">Partner</div>
238
+ <!--## ref - label-->
239
+ <div class="act_as_cell" style="width: 18.00%;">
240
+ Ref -
241
+ Label
242
+ </div>
243
+ </t>
228
244
  <!--## date_due-->
229
245
  <div class="act_as_cell" style="width: 6.00%;">
230
246
  Due
@@ -311,26 +327,60 @@
311
327
  <t t-out="line['account']" />
312
328
  </span>
313
329
  </div>
314
- <!--## partner-->
315
- <div class="act_as_cell left">
316
- <span
317
- t-att-res-id="line['line_rec'].partner_id.id"
318
- res-model="res.partner"
319
- view-type="form"
320
- >
321
- <t t-out="line['partner']" />
322
- </span>
323
- </div>
324
- <!--## ref - label-->
325
- <div class="act_as_cell left">
326
- <span
327
- t-att-res-id="line['line_rec'].id"
328
- res-model="account.move.line"
329
- view-type="form"
330
- >
331
- <t t-out="line['ref_label']" />
332
- </span>
333
- </div>
330
+ <t t-if="analytic_account_ids">
331
+ <!--## partner-->
332
+ <div class="act_as_cell left">
333
+ <span
334
+ t-att-res-id="line['line_rec'].partner_id.id"
335
+ res-model="res.partner"
336
+ view-type="form"
337
+ >
338
+ <t t-out="line['partner']" />
339
+ </span>
340
+ </div>
341
+ <!-- ANAL -->
342
+ <div class="act_as_cell left">
343
+ <span
344
+ t-att-res-id="line['line_rec'].analytic_account_id.id"
345
+ res-model="analytic_account_id"
346
+ view-type="form"
347
+ >
348
+ <t t-out="line['analytic_account_id']" />
349
+ </span>
350
+ </div>
351
+ <!--## ref - label-->
352
+ <div class="act_as_cell left">
353
+ <span
354
+ t-att-res-id="line['line_rec'].id"
355
+ res-model="account.move.line"
356
+ view-type="form"
357
+ >
358
+ <t t-out="line['ref_label']" />
359
+ </span>
360
+ </div>
361
+ </t>
362
+ <t t-else="">
363
+ <!--## partner-->
364
+ <div class="act_as_cell left">
365
+ <span
366
+ t-att-res-id="line['line_rec'].partner_id.id"
367
+ res-model="res.partner"
368
+ view-type="form"
369
+ >
370
+ <t t-out="line['partner']" />
371
+ </span>
372
+ </div>
373
+ <!--## ref - label-->
374
+ <div class="act_as_cell left">
375
+ <span
376
+ t-att-res-id="line['line_rec'].id"
377
+ res-model="account.move.line"
378
+ view-type="form"
379
+ >
380
+ <t t-out="line['ref_label']" />
381
+ </span>
382
+ </div>
383
+ </t>
334
384
  <!--## date_due-->
335
385
  <div class="act_as_cell left">
336
386
  <span
@@ -245,13 +245,30 @@
245
245
  <div class="act_as_cell" style="width: 4.78%;">Journal</div>
246
246
  <!--## account code-->
247
247
  <div class="act_as_cell" style="width: 5.38%;">Account</div>
248
- <!--## partner-->
249
- <div class="act_as_cell" style="width: 15.07%;">Partner</div>
250
- <!--## ref - label-->
251
- <div class="act_as_cell" style="width: 24.5%;">
252
- Ref -
253
- Label
254
- </div>
248
+
249
+ <t t-if="analytic_account_ids">
250
+ <!--## partner-->
251
+ <div class="act_as_cell" style="width: 13.19%;">Partner</div>
252
+ <!--## analytic_account-->
253
+ <div
254
+ class="act_as_cell"
255
+ style="width: 13.19%;"
256
+ >Analytic Account</div>
257
+ <!--## ref - label-->
258
+ <div class="act_as_cell" style="width: 13.19%;">
259
+ Ref -
260
+ Label
261
+ </div>
262
+ </t>
263
+ <t t-else="">
264
+ <!--## partner-->
265
+ <div class="act_as_cell" style="width: 15.07%;">Partner</div>
266
+ <!--## ref - label-->
267
+ <div class="act_as_cell" style="width: 24.5%;">
268
+ Ref -
269
+ Label
270
+ </div>
271
+ </t>
255
272
  <!--## date_due-->
256
273
  <div class="act_as_cell" style="width: 6.47%;">
257
274
  Due
@@ -324,6 +341,20 @@
324
341
  <t t-esc="line['partner_name']" />
325
342
  </span>
326
343
  </div>
344
+ <!--## cost_center-->
345
+ <t t-if="analytic_account_ids">
346
+ <div class="act_as_cell left">
347
+ <t t-if="line['analytic_account_id']">
348
+ <span
349
+ t-att-res-id="line['analytic_account_id']"
350
+ res-model="account.analytic.account"
351
+ view-type="form"
352
+ >
353
+ <t t-raw="line['analytic_account_id']" />
354
+ </span>
355
+ </t>
356
+ </div>
357
+ </t>
327
358
  <!--## ref - label-->
328
359
  <div class="act_as_cell left">
329
360
  <span t-esc="line['ref_label']" />
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:496f9a74d723710fa89431853e8e4bf5ca3ea5676a7e325ae5ae2d0056a9764b
370
+ !! source digest: sha256:3e1a8bbac6b3e242b624c4e52ba3ad09f08f480b024387c3396c06894f86b76d
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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>
373
373
  <p>This module adds a set of financial reports. They are accessible under
@@ -43,6 +43,20 @@ class AgedPartnerBalanceWizard(models.TransientModel):
43
43
  age_partner_config_id = fields.Many2one(
44
44
  "account.age.report.configuration", string="Intervals configuration"
45
45
  )
46
+ analytic_account_ids = fields.Many2many(
47
+ comodel_name="account.analytic.account", string="Filter analytic accounts"
48
+ )
49
+ no_analytic = fields.Boolean("Only no analytic items")
50
+ all_analytic = fields.Boolean("All analytic items")
51
+
52
+ @api.onchange("all_analytic", "no_analytic")
53
+ def on_change_all_analytic(self):
54
+ if self.all_analytic:
55
+ all_aa = self.env["account.analytic.account"].search([])
56
+ self.analytic_account_ids = all_aa
57
+ self.no_analytic = False
58
+ else:
59
+ self.analytic_account_ids = False
46
60
 
47
61
  @api.onchange("account_code_from", "account_code_to")
48
62
  def on_change_account_range(self):
@@ -86,17 +100,27 @@ class AgedPartnerBalanceWizard(models.TransientModel):
86
100
  self.account_ids = self.account_ids.filtered(
87
101
  lambda a: a.company_id == self.company_id
88
102
  )
89
- res = {"domain": {"account_ids": [], "partner_ids": []}}
103
+ res = {
104
+ "domain": {"account_ids": [], "partner_ids": [], "analytic_account_ids": []}
105
+ }
90
106
  if not self.company_id:
91
107
  return res
92
108
  else:
93
109
  res["domain"]["account_ids"] += [("company_id", "=", self.company_id.id)]
94
110
  res["domain"]["partner_ids"] += self._get_partner_ids_domain()
111
+ res["domain"]["analytic_account_ids"] += [
112
+ ("company_id", "=", self.company_id.id)
113
+ ]
95
114
  return res
96
115
 
97
116
  @api.onchange("account_ids")
98
117
  def onchange_account_ids(self):
99
- return {"domain": {"account_ids": [("reconcile", "=", True)]}}
118
+ return {
119
+ "domain": {
120
+ "account_ids": [("reconcile", "=", True)],
121
+ "analytic_account_ids": [],
122
+ }
123
+ }
100
124
 
101
125
  @api.onchange("receivable_accounts_only", "payable_accounts_only")
102
126
  def onchange_type_accounts_only(self):
@@ -142,6 +166,8 @@ class AgedPartnerBalanceWizard(models.TransientModel):
142
166
  "show_move_line_details": self.show_move_line_details,
143
167
  "account_financial_report_lang": self.env.lang,
144
168
  "age_partner_config_id": self.age_partner_config_id.id,
169
+ "analytic_account_ids": self.analytic_account_ids.ids or [],
170
+ "no_analytic": self.no_analytic,
145
171
  }
146
172
 
147
173
  def _export(self, report_type):
@@ -62,6 +62,18 @@
62
62
  colspan="4"
63
63
  />
64
64
  </group>
65
+ <group
66
+ name="Filter analytic accounts"
67
+ groups="analytic.group_analytic_accounting"
68
+ >
69
+ <field
70
+ name="analytic_account_ids"
71
+ widget="many2many_tags"
72
+ options="{'no_create': True}"
73
+ />
74
+ <field name="no_analytic" />
75
+ <field name="all_analytic" />
76
+ </group>
65
77
  <footer>
66
78
  <button
67
79
  name="button_export_html"
@@ -63,6 +63,21 @@ class OpenItemsReportWizard(models.TransientModel):
63
63
  selection=[("partners", "Partners"), ("salesperson", "Partner Salesperson")],
64
64
  default="partners",
65
65
  )
66
+ analytic_account_ids = fields.Many2many(
67
+ comodel_name="account.analytic.account", string="Filter analytic accounts"
68
+ )
69
+ no_analytic = fields.Boolean("Only no analytic items")
70
+ only_analytic = fields.Boolean("Only analytic items")
71
+ all_analytic = fields.Boolean("All analytic items")
72
+
73
+ @api.onchange("all_analytic", "no_analytic")
74
+ def on_change_all_analytic(self):
75
+ if self.all_analytic:
76
+ all_aa = self.env["account.analytic.account"].search([])
77
+ self.analytic_account_ids = all_aa
78
+ self.no_analytic = False
79
+ else:
80
+ self.analytic_account_ids = False
66
81
 
67
82
  @api.onchange("account_code_from", "account_code_to")
68
83
  def on_change_account_range(self):
@@ -109,12 +124,17 @@ class OpenItemsReportWizard(models.TransientModel):
109
124
  self.account_ids = self.account_ids.filtered(
110
125
  lambda a: a.company_id == self.company_id
111
126
  )
112
- res = {"domain": {"account_ids": [], "partner_ids": []}}
127
+ res = {
128
+ "domain": {"account_ids": [], "partner_ids": [], "analytic_account_ids": []}
129
+ }
113
130
  if not self.company_id:
114
131
  return res
115
132
  else:
116
133
  res["domain"]["account_ids"] += [("company_id", "=", self.company_id.id)]
117
134
  res["domain"]["partner_ids"] += self._get_partner_ids_domain()
135
+ res["domain"]["analytic_account_ids"] += [
136
+ ("company_id", "=", self.company_id.id)
137
+ ]
118
138
  return res
119
139
 
120
140
  @api.onchange("account_ids")
@@ -179,8 +199,10 @@ class OpenItemsReportWizard(models.TransientModel):
179
199
  "target_move": self.target_move,
180
200
  "account_ids": self.account_ids.ids,
181
201
  "partner_ids": self.partner_ids.ids or [],
202
+ "analytic_account_ids": self.analytic_account_ids.ids or [],
182
203
  "account_financial_report_lang": self.env.lang,
183
204
  "grouped_by": self.grouped_by,
205
+ "no_analytic": self.no_analytic,
184
206
  }
185
207
 
186
208
  def _export(self, report_type):
@@ -62,6 +62,18 @@
62
62
  colspan="4"
63
63
  />
64
64
  </group>
65
+ <group
66
+ name="Filter analytic accounts"
67
+ groups="analytic.group_analytic_accounting"
68
+ >
69
+ <field
70
+ name="analytic_account_ids"
71
+ widget="many2many_tags"
72
+ options="{'no_create': True}"
73
+ />
74
+ <field name="no_analytic" />
75
+ <field name="all_analytic" />
76
+ </group>
65
77
  <footer>
66
78
  <button
67
79
  name="button_export_html"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_financial_report
3
- Version: 15.0.2.11.0
3
+ Version: 15.0.2.12.0
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,Odoo Community Association (OCA)
@@ -24,7 +24,7 @@ Account Financial Reports
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:496f9a74d723710fa89431853e8e4bf5ca3ea5676a7e325ae5ae2d0056a9764b
27
+ !! source digest: sha256:3e1a8bbac6b3e242b624c4e52ba3ad09f08f480b024387c3396c06894f86b76d
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,28 +1,28 @@
1
- odoo/addons/account_financial_report/README.rst,sha256=qVVr_ib0KHTEBTbyv_aA0UMvTYz1bLM68YzdRj4_t9I,6889
1
+ odoo/addons/account_financial_report/README.rst,sha256=lD56w613Cb7XS7Wt9eL_qQWc3nOFaQtNPyhggdGn34U,6889
2
2
  odoo/addons/account_financial_report/__init__.py,sha256=YoL8hk5QxSifbFJL7gPzpOSk-3zB1OSHJBXyZK25G6Q,187
3
- odoo/addons/account_financial_report/__manifest__.py,sha256=DfOS_TNpB_khNTGVhde3AJwvhrxpQCJ6lC2kGAxBik0,2308
3
+ odoo/addons/account_financial_report/__manifest__.py,sha256=aItQoGE7CNEFIsySltC72TKPeOMBCYyr2ptK5ZPw-i0,2308
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
- odoo/addons/account_financial_report/i18n/account_financial_report.pot,sha256=KkSFpL4-aSmP7EkgcSxh9Wyyw7PCplmFtr_tJ3WU1Vw,83274
7
- odoo/addons/account_financial_report/i18n/ar.po,sha256=NPSOZDqHiuFAnmLDvtPns6J5Ikyas669zq0NsrUj-Rg,90335
8
- odoo/addons/account_financial_report/i18n/ca.po,sha256=H-HEgOjg0D_9D5bqCQQkrHDC94LnDPSiyIq_03dZGT4,87169
9
- odoo/addons/account_financial_report/i18n/da.po,sha256=jWHbVGKBSMRyDbSenLhvb9yCxpd7wHDZEvVikmoCDF4,86401
10
- odoo/addons/account_financial_report/i18n/de.po,sha256=ESxlcczvJzAvFigVy19nM3z7gyzdOwBup6lqGNfAtZc,92961
11
- odoo/addons/account_financial_report/i18n/es.po,sha256=gfPdTUpHloYHjI_c7qbKrhhLxS4W4n8wcUNY0Wk7x4E,88696
12
- odoo/addons/account_financial_report/i18n/es_AR.po,sha256=9iMZelPabckOtrCZSCMP2Dq4Stc2wwt2AuO0qpnjLfw,90804
13
- odoo/addons/account_financial_report/i18n/es_MX.po,sha256=MmeKBxvD0AhRHK1Awd-Yh0dzt6qDlJW80qT_yn0bP1Y,81014
14
- odoo/addons/account_financial_report/i18n/fr.po,sha256=ln1zh0O-z021z5qvJkOHJMCVCt3Zppbw-j3QAPUoaHI,93714
15
- odoo/addons/account_financial_report/i18n/fr_CH.po,sha256=pWHi89qotRmsmBC5H2iP-CFQJPucrTigax-uKBLUS88,92492
16
- odoo/addons/account_financial_report/i18n/fr_FR.po,sha256=4oKJ2xqzNeTUp5q_SLEvNEFNayGmfV3LzcNgaPqvs0Q,87580
17
- odoo/addons/account_financial_report/i18n/hr.po,sha256=jMghFtaikteQZD4EBfWmks0AxyM_qwne-w2GQ0tCzlk,81103
18
- odoo/addons/account_financial_report/i18n/hr_HR.po,sha256=k7LvN7o0-D--4rH0SoMJZY5oIJUXAR0Mghozru86GaE,81864
19
- odoo/addons/account_financial_report/i18n/it.po,sha256=V4KhFsdKyqTjXKTl0hBZBbIPugfKd2X_7-B0V2diqoo,88168
20
- odoo/addons/account_financial_report/i18n/ja.po,sha256=0B6m6fMNGDH50rTiXVSnUojdrqizmunfC860zqWBY9I,81625
21
- odoo/addons/account_financial_report/i18n/nl.po,sha256=BFsxw-ku_uzrKb5wtEZ4uj7uphc8V8O0lNsUdbVkORo,92584
22
- odoo/addons/account_financial_report/i18n/nl_NL.po,sha256=qKt3Va9IB56SCee-91ahzEQGXAEZDr7QaVC96wGEmhM,81530
23
- odoo/addons/account_financial_report/i18n/pt.po,sha256=yvVHPdbc9dEWYOUu0ajNc-ofM2lC9BLZu1GWRtqEt7k,88105
24
- odoo/addons/account_financial_report/i18n/pt_BR.po,sha256=FlBybkNnEADcV8Aem_br2xaVazDjT3NngYraoVkFP6k,96048
25
- odoo/addons/account_financial_report/i18n/ro.po,sha256=JbcQzw4iAUR-H3aJt4tthx_jFGfRo4vX59u8exUxaIo,88988
6
+ odoo/addons/account_financial_report/i18n/account_financial_report.pot,sha256=6iqE5_K5jkKvTdP_azbWriMLqkyTzoCPZ9gkGJntJDU,84679
7
+ odoo/addons/account_financial_report/i18n/ar.po,sha256=zP9g8Xv_8YHZt70hRKfTyaA5SXuazBehSGczPtz1j9w,90993
8
+ odoo/addons/account_financial_report/i18n/ca.po,sha256=0RWgkz4T34nGvtrtuvJgGwnUG-bRJdpAM2qR1cSffnY,87827
9
+ odoo/addons/account_financial_report/i18n/da.po,sha256=ab7YQAzza6apaHSuwpyX-Bme4inSigzyE5iQ2MX3I2U,87059
10
+ odoo/addons/account_financial_report/i18n/de.po,sha256=uDMq25VITpubRep8VeenMmKf-qYpZ00OEjXQTUSXwlw,93619
11
+ odoo/addons/account_financial_report/i18n/es.po,sha256=st9l4KsM39qCXM0MfIIpXQqkCgFxI0JcyX8E5IPvEY8,88764
12
+ odoo/addons/account_financial_report/i18n/es_AR.po,sha256=181GgfWTwbdvIFHRhnxYP6wrAfHjopFUgoDAUjSTzMo,91462
13
+ odoo/addons/account_financial_report/i18n/es_MX.po,sha256=SFgQ3CPSpNsZIv-mQT3Fq9fYGTIXKxadNvGu8yl-4D4,81672
14
+ odoo/addons/account_financial_report/i18n/fr.po,sha256=aDn1Se561c9qdmspmzYBXIbdZrPNaLyFHvmvFifYIgw,94372
15
+ odoo/addons/account_financial_report/i18n/fr_CH.po,sha256=FVfdadWfkHlK8ZkZys2UQGtD30J4UjmZPCM5dl51BY4,93150
16
+ odoo/addons/account_financial_report/i18n/fr_FR.po,sha256=8v3JaYoMR4OlC1tBqcY6BSpsqjEgQ6sUGr5kyiheSEU,88238
17
+ odoo/addons/account_financial_report/i18n/hr.po,sha256=ft4il1aG_0IE3HMQmnth9TzC3zkynfLYm3OSD-QHlZM,81761
18
+ odoo/addons/account_financial_report/i18n/hr_HR.po,sha256=S2iyWhA7YQP8QMinuYOTs7n2cEaXr4k7E2WgQJLppjA,82522
19
+ odoo/addons/account_financial_report/i18n/it.po,sha256=aH-ZIY7nUf2CwCvASUrIZbsHpiRrr5MYH3IVoAWp564,88826
20
+ odoo/addons/account_financial_report/i18n/ja.po,sha256=4UQdfkmrZWehOp0AQcaXxwa3i9YS6GeBcpog12VMLDU,82283
21
+ odoo/addons/account_financial_report/i18n/nl.po,sha256=F-Q49zTe2fgEpwWsMA-beHdHIBmu7kXbDI6MVy0nxwY,93242
22
+ odoo/addons/account_financial_report/i18n/nl_NL.po,sha256=nlO0J5o3-akRusYLiGoxGUfx9MVZE5EOMQOzmEHuQBA,82188
23
+ odoo/addons/account_financial_report/i18n/pt.po,sha256=x5jWbQ9iWtZU-lzHGCpcqr4V0uRYBiS5OtKULSS2KrQ,88763
24
+ odoo/addons/account_financial_report/i18n/pt_BR.po,sha256=GnlnFrjBbgyaBpek1DUMtBVOiiQDjhjC-LoUwtnqoMo,96706
25
+ odoo/addons/account_financial_report/i18n/ro.po,sha256=gwDWeSVQEX_eHkmFchdN4qN_nhHwS8XWTA-0SpZT-4M,89646
26
26
  odoo/addons/account_financial_report/models/__init__.py,sha256=KCE4mRzM1HSu4Mjg3thvCgBOaEyw5w8VHB--Du-wXyE,195
27
27
  odoo/addons/account_financial_report/models/account.py,sha256=wqzI7oZ9H5XsJM6Ngo3WewQ7lExyX-fuKNzSljpj644,422
28
28
  odoo/addons/account_financial_report/models/account_age_report_configuration.py,sha256=U5Xr0uAD696TohTCkKsY3HZDYAfVrlocTIGYzr2JlkA,1664
@@ -38,29 +38,29 @@ odoo/addons/account_financial_report/readme/ROADMAP.rst,sha256=CK1z_cr3bdtTPHyCO
38
38
  odoo/addons/account_financial_report/report/__init__.py,sha256=D-L2gAu6aAsGo9YtxVH14sulDEPHK0CEy7A2kTwewTE,618
39
39
  odoo/addons/account_financial_report/report/abstract_report.py,sha256=EuQxVQq5NmwhyrgNiOXHGA5NfSAcE2F1wPSePyk7-cc,5965
40
40
  odoo/addons/account_financial_report/report/abstract_report_xlsx.py,sha256=ugty0nle8yhqdxCdi6aBjxEh8vN2u2KRz9hTsrpJgT0,29911
41
- odoo/addons/account_financial_report/report/aged_partner_balance.py,sha256=e3qBXUOuQPccXuxPzqdUoig6Qbcsuzk7J-dKawoiijI,19596
42
- odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py,sha256=h_z-Jw_k46SBp5tWJh8iZU83-PGmKwGDZIyFRV--FNc,14334
41
+ odoo/addons/account_financial_report/report/aged_partner_balance.py,sha256=p-D_r-PA8dKl0tHYawEcP5QpvjwiBq7eSQm2kRBHY-A,20848
42
+ odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py,sha256=9xB660H5Xv8aX65oy-1gDXBSjQERIpRrlJhbtXtyToQ,14492
43
43
  odoo/addons/account_financial_report/report/general_ledger.py,sha256=wRXeQsrMlaZtGbjcSDDCyN5EjGM3Wlp4CGfmWIhcQmE,35441
44
44
  odoo/addons/account_financial_report/report/general_ledger_xlsx.py,sha256=EHkkVgdt2_Vpw01KjqVb6RKZBfEKWBqdsXvMBu3iRPY,15599
45
45
  odoo/addons/account_financial_report/report/journal_ledger.py,sha256=j83-QCAONs7AAh1C3C7_3_nByKk43B7o3Atx42OhdOc,15362
46
46
  odoo/addons/account_financial_report/report/journal_ledger_xlsx.py,sha256=Pp7iDkBjSk0BqZkSPAiKI2hBHNcjKYjZoBxuL_ENz5E,10126
47
- odoo/addons/account_financial_report/report/open_items.py,sha256=JND4C0oixuL7cc45kVj5tc4ysivHQJguEPcX_ebviWI,12258
48
- odoo/addons/account_financial_report/report/open_items_xlsx.py,sha256=iv32561UaRppS5XyclMnYwLHJ2icYUA1hNeUOkcl8ng,14960
47
+ odoo/addons/account_financial_report/report/open_items.py,sha256=7iIrnkCLuH17Lx0I98Nvt0KfYpcyhVcNRSJMr9i_PS8,13788
48
+ odoo/addons/account_financial_report/report/open_items_xlsx.py,sha256=a4HMQ97VkwTO_8tnxyzFIIlLkawaG1HBXnujgYUI_Ug,15119
49
49
  odoo/addons/account_financial_report/report/trial_balance.py,sha256=ERrdWkQugXtRX_4lURibQCdPsW_52ggbyLOrMDSSTrg,30737
50
50
  odoo/addons/account_financial_report/report/trial_balance_xlsx.py,sha256=phPDqy4pXbd94oFmwjPNe_XKoMCgcTXPE6HOkGJJDko,12060
51
51
  odoo/addons/account_financial_report/report/vat_report.py,sha256=mRr8zk3sTVvz7CFHQAzDL4Eexqzt7X6JVOEPD2axumM,10163
52
52
  odoo/addons/account_financial_report/report/vat_report_xlsx.py,sha256=aa0dLzYdywjmO63ONRYUBTpSGmsPfEjX60CkUbULuo8,2317
53
- odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml,sha256=IfeLCmOIFqyaEsRnRihb0pXo-deJD41id5qgjE3_Ftw,41020
53
+ odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml,sha256=WNaWvMoBR74v6SGj13Tp6Eydxd-zk93Yf3x0dnRIj28,43416
54
54
  odoo/addons/account_financial_report/report/templates/general_ledger.xml,sha256=BTJ8k7_pX2StHGP3BgRaqktx3NYeqdV1tTJ0KqmHjeo,38690
55
55
  odoo/addons/account_financial_report/report/templates/journal_ledger.xml,sha256=qPupJ-t85k2_H-o12pwOyvpYCpROBkVpSsGaib3mGkI,21619
56
56
  odoo/addons/account_financial_report/report/templates/layouts.xml,sha256=gCejPAn8GLrySSve8pGcs0fY5nr48C3mmyuoEJVZkJ4,1526
57
- odoo/addons/account_financial_report/report/templates/open_items.xml,sha256=sETrMPg6GJmYXjzKiP35mnZMFK1FSRQlmUyPvEaVjXY,21559
57
+ odoo/addons/account_financial_report/report/templates/open_items.xml,sha256=OxyVnVzPa0UKGNuV2uqgWh7RxMwsWu8OzQbcIV0iDaE,22821
58
58
  odoo/addons/account_financial_report/report/templates/trial_balance.xml,sha256=q-ShNar7AifnJpSzhkv5OYmc-ydkF9ub_VlsLnOVKPI,47168
59
59
  odoo/addons/account_financial_report/report/templates/vat_report.xml,sha256=F5hQzdM8NTuLW04mT6SMjbdush5r7C81_RXa7NByfAY,8128
60
60
  odoo/addons/account_financial_report/security/ir.model.access.csv,sha256=S1VQLLwLeaOeAMYGqtoOqHUaZVrvDUVE4Z-0-SRjSGQ,1134
61
61
  odoo/addons/account_financial_report/security/security.xml,sha256=gpNJnzruXfeYskn26FqY9U04FiuTf8vgLCKEGY8PADM,422
62
62
  odoo/addons/account_financial_report/static/description/icon.png,sha256=WW-eOIjW5-jo7tgBieNv6K2DUKMoHFSVctnp0htstHI,15230
63
- odoo/addons/account_financial_report/static/description/index.html,sha256=s-zwCUG12HuZX83uuAMkmUen7BOjfRwyMRAASCQWUGI,19748
63
+ odoo/addons/account_financial_report/static/description/index.html,sha256=k0Qi5LnZH9zNBKjfd2ovhSomoldVlsS181qqEu1Rt70,19748
64
64
  odoo/addons/account_financial_report/static/src/css/report.css,sha256=y0CysZUK3afkYSHgBaMi_qmh8da3XXEZwJDjRBg6HqQ,2335
65
65
  odoo/addons/account_financial_report/static/src/css/report_html.css,sha256=I1kX1RsThtjGNLOaNJEWCvMnB9iAFW6nGkcyFYZzJoA,135
66
66
  odoo/addons/account_financial_report/static/src/js/action_manager_report.js,sha256=g8aZkSRMgNcFzQ4f_3mmeKl7oNnoap_cDUxuyGxMT4M,1608
@@ -86,19 +86,19 @@ odoo/addons/account_financial_report/view/report_vat_report.xml,sha256=Bc4DAlUg_
86
86
  odoo/addons/account_financial_report/view/res_config_settings_views.xml,sha256=GtTwacwa_GzueCBOfAU_yYAns_y7yrCUo9CM_dxFiFw,2986
87
87
  odoo/addons/account_financial_report/wizard/__init__.py,sha256=5lngmjx-Vz-5k9nPILd25_1oVKKhUHnYhjAOMgdQHPY,243
88
88
  odoo/addons/account_financial_report/wizard/abstract_wizard.py,sha256=RLvXJzFA-75Ui-AokPwzZ9yGWfuMQvVPXhhEgQMH26E,1584
89
- odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py,sha256=00Ntygmeqds8dDQus8PmlfpYbm_NP7xQ_RYr6LJeiA8,5859
90
- odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml,sha256=P4y5oItOq_1xovOhpjCU-9JzIvT2HH00tXWYFmMhnMo,3996
89
+ odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py,sha256=aDy76jXJg3MvbtdRWSxN5WClfZ_uiFgZ3EcY7giXghs,6829
90
+ odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml,sha256=cgY9-5tpkWOEwL39Z5kHDNREITYAxaUSADRhwzaUJFE,4481
91
91
  odoo/addons/account_financial_report/wizard/general_ledger_wizard.py,sha256=ZilX5D6MqXZDda_8UlQ0D7cRuqdJoIwwJvDzKI3wppc,11504
92
92
  odoo/addons/account_financial_report/wizard/general_ledger_wizard_view.xml,sha256=P_0_TvjXIlyCI7zdAJhNi8RTWd6h5tGtElDoEg-339U,8356
93
93
  odoo/addons/account_financial_report/wizard/journal_ledger_wizard.py,sha256=CA44N2yVdZbAttw3JUK6hueMOQc__wY5Abc2hDW49_0,5546
94
94
  odoo/addons/account_financial_report/wizard/journal_ledger_wizard_view.xml,sha256=s3go3x-VSCcr1xNAE3Lzj1FnymyS76hxzazuWtNc91k,2957
95
- odoo/addons/account_financial_report/wizard/open_items_wizard.py,sha256=M1qGW3MjCQTXHPXZLmXT33uV4WWmvbDeSYYHa8Xp5Ro,7316
96
- odoo/addons/account_financial_report/wizard/open_items_wizard_view.xml,sha256=8dMmYxRm0u8jkhSZ8NVq8_SG6Ll_HPDGjhaql5_JgoU,4741
95
+ odoo/addons/account_financial_report/wizard/open_items_wizard.py,sha256=JUOLiUNl6jyGDQACf70hqsBykN5Bax8pGSOTQk2beu8,8247
96
+ odoo/addons/account_financial_report/wizard/open_items_wizard_view.xml,sha256=B6AEXvVHm02J5Dz75SirpdszyqdPDtpB_7AvSW2X7nE,5226
97
97
  odoo/addons/account_financial_report/wizard/trial_balance_wizard.py,sha256=hFaHYfWsbJiKZczJJyUhcyuDuvLx69KEePV1zOvVLcE,10652
98
98
  odoo/addons/account_financial_report/wizard/trial_balance_wizard_view.xml,sha256=7oNGPs3s8DVw3movVGe2ryRUNl1MtN7O76UH8zaFFtI,7048
99
99
  odoo/addons/account_financial_report/wizard/vat_report_wizard.py,sha256=pJATDNWLcEWvctby5e5yvv4Kz7YDfCTi7YZP7slA8a4,3424
100
100
  odoo/addons/account_financial_report/wizard/vat_report_wizard_view.xml,sha256=T3P81O4csDGP7Jmf7eAtmbIIldja3IoXbBmweMMt8vA,2330
101
- odoo_addon_account_financial_report-15.0.2.11.0.dist-info/METADATA,sha256=_365IEsRpwdEpCOsmLeNmCKprOIBqo-lDXv6T-0aFqE,7569
102
- odoo_addon_account_financial_report-15.0.2.11.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
103
- odoo_addon_account_financial_report-15.0.2.11.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
104
- odoo_addon_account_financial_report-15.0.2.11.0.dist-info/RECORD,,
101
+ odoo_addon_account_financial_report-15.0.2.12.0.dist-info/METADATA,sha256=NYGG-Mb17JoIcKz11Wx3h3iRbjyddqBhkkA4uGqFn44,7569
102
+ odoo_addon_account_financial_report-15.0.2.12.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
103
+ odoo_addon_account_financial_report-15.0.2.12.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
104
+ odoo_addon_account_financial_report-15.0.2.12.0.dist-info/RECORD,,