odoo-addon-account-financial-report 16.0.1.5.4.3__py3-none-any.whl → 17.0.1.0.0.11__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 (63) hide show
  1. odoo/addons/account_financial_report/README.rst +77 -77
  2. odoo/addons/account_financial_report/__manifest__.py +2 -2
  3. odoo/addons/account_financial_report/i18n/account_financial_report.pot +15 -25
  4. odoo/addons/account_financial_report/i18n/ar.po +240 -247
  5. odoo/addons/account_financial_report/i18n/ca.po +90 -97
  6. odoo/addons/account_financial_report/i18n/de.po +81 -88
  7. odoo/addons/account_financial_report/i18n/es.po +80 -84
  8. odoo/addons/account_financial_report/i18n/es_AR.po +77 -81
  9. odoo/addons/account_financial_report/i18n/es_MX.po +15 -25
  10. odoo/addons/account_financial_report/i18n/fr.po +213 -216
  11. odoo/addons/account_financial_report/i18n/fr_CH.po +183 -189
  12. odoo/addons/account_financial_report/i18n/fr_FR.po +167 -169
  13. odoo/addons/account_financial_report/i18n/hr.po +82 -92
  14. odoo/addons/account_financial_report/i18n/hr_HR.po +24 -34
  15. odoo/addons/account_financial_report/i18n/it.po +139 -148
  16. odoo/addons/account_financial_report/i18n/ja.po +35 -45
  17. odoo/addons/account_financial_report/i18n/nl.po +40 -44
  18. odoo/addons/account_financial_report/i18n/nl_NL.po +14 -24
  19. odoo/addons/account_financial_report/i18n/pt.po +133 -139
  20. odoo/addons/account_financial_report/i18n/pt_BR.po +180 -187
  21. odoo/addons/account_financial_report/i18n/ro.po +132 -139
  22. odoo/addons/account_financial_report/i18n/sv.po +139 -143
  23. odoo/addons/account_financial_report/i18n/tr.po +135 -142
  24. odoo/addons/account_financial_report/models/account.py +1 -1
  25. odoo/addons/account_financial_report/models/account_group.py +2 -4
  26. odoo/addons/account_financial_report/readme/CONTRIBUTORS.md +34 -0
  27. odoo/addons/account_financial_report/readme/{DESCRIPTION.rst → DESCRIPTION.md} +6 -5
  28. odoo/addons/account_financial_report/readme/HISTORY.md +16 -0
  29. odoo/addons/account_financial_report/readme/ROADMAP.md +6 -0
  30. odoo/addons/account_financial_report/report/__init__.py +3 -3
  31. odoo/addons/account_financial_report/report/abstract_report_xlsx.py +3 -3
  32. odoo/addons/account_financial_report/report/aged_partner_balance.py +2 -2
  33. odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +10 -10
  34. odoo/addons/account_financial_report/report/general_ledger.py +3 -5
  35. odoo/addons/account_financial_report/report/general_ledger_xlsx.py +3 -3
  36. odoo/addons/account_financial_report/report/journal_ledger_xlsx.py +5 -7
  37. odoo/addons/account_financial_report/report/open_items.py +2 -2
  38. odoo/addons/account_financial_report/report/open_items_xlsx.py +3 -3
  39. odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml +4 -4
  40. odoo/addons/account_financial_report/report/trial_balance.py +2 -2
  41. odoo/addons/account_financial_report/report/trial_balance_xlsx.py +3 -3
  42. odoo/addons/account_financial_report/report/vat_report_xlsx.py +2 -2
  43. odoo/addons/account_financial_report/static/description/index.html +25 -24
  44. odoo/addons/account_financial_report/static/src/js/report_action.esm.js +4 -4
  45. odoo/addons/account_financial_report/static/src/xml/report.xml +0 -1
  46. odoo/addons/account_financial_report/tests/__init__.py +1 -1
  47. odoo/addons/account_financial_report/tests/test_aged_partner_balance.py +0 -30
  48. odoo/addons/account_financial_report/tests/test_general_ledger.py +0 -29
  49. odoo/addons/account_financial_report/tests/test_open_items.py +0 -27
  50. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +2 -2
  51. odoo/addons/account_financial_report/wizard/general_ledger_wizard.py +16 -9
  52. odoo/addons/account_financial_report/wizard/general_ledger_wizard_view.xml +5 -16
  53. odoo/addons/account_financial_report/wizard/open_items_wizard.py +2 -2
  54. odoo/addons/account_financial_report/wizard/trial_balance_wizard.py +14 -8
  55. odoo/addons/account_financial_report/wizard/trial_balance_wizard_view.xml +11 -22
  56. {odoo_addon_account_financial_report-16.0.1.5.4.3.dist-info → odoo_addon_account_financial_report-17.0.1.0.0.11.dist-info}/METADATA +85 -88
  57. {odoo_addon_account_financial_report-16.0.1.5.4.3.dist-info → odoo_addon_account_financial_report-17.0.1.0.0.11.dist-info}/RECORD +59 -59
  58. {odoo_addon_account_financial_report-16.0.1.5.4.3.dist-info → odoo_addon_account_financial_report-17.0.1.0.0.11.dist-info}/WHEEL +1 -1
  59. odoo_addon_account_financial_report-17.0.1.0.0.11.dist-info/top_level.txt +1 -0
  60. odoo/addons/account_financial_report/readme/CONTRIBUTORS.rst +0 -38
  61. odoo/addons/account_financial_report/readme/HISTORY.rst +0 -19
  62. odoo/addons/account_financial_report/readme/ROADMAP.rst +0 -7
  63. odoo_addon_account_financial_report-16.0.1.5.4.3.dist-info/top_level.txt +0 -1
@@ -20,14 +20,6 @@ class TestAgedPartnerBalance(TransactionCase):
20
20
  )
21
21
  )
22
22
  cls.wizard_model = cls.env["aged.partner.balance.report.wizard"]
23
- cls.account001 = cls.env["account.account"].create(
24
- {
25
- "code": "001",
26
- "name": "Account 001",
27
- "account_type": "income_other",
28
- "reconcile": True,
29
- }
30
- )
31
23
 
32
24
  def test_report(self):
33
25
  """Check that report is produced correctly."""
@@ -51,25 +43,3 @@ class TestAgedPartnerBalance(TransactionCase):
51
43
  data=data,
52
44
  )
53
45
  self.assertTrue(result)
54
-
55
- def test_all_accounts_loaded(self):
56
- # Tests if all accounts are loaded when the account_code_ fields changed
57
- all_accounts = self.env["account.account"].search(
58
- [("reconcile", "=", True)], order="code"
59
- )
60
- aged_partner_balance = self.wizard_model.create(
61
- {
62
- "account_code_from": self.account001.id,
63
- "account_code_to": all_accounts[-1].id,
64
- }
65
- )
66
- aged_partner_balance.on_change_account_range()
67
- all_accounts_code_set = set()
68
- aged_partner_balance_code_set = set()
69
- [all_accounts_code_set.add(account.code) for account in all_accounts]
70
- [
71
- aged_partner_balance_code_set.add(account.code)
72
- for account in aged_partner_balance.account_ids
73
- ]
74
- self.assertEqual(len(aged_partner_balance_code_set), len(all_accounts_code_set))
75
- self.assertTrue(aged_partner_balance_code_set == all_accounts_code_set)
@@ -47,13 +47,6 @@ class TestGeneralLedgerReport(AccountTestInvoicingCommon):
47
47
  limit=1,
48
48
  )
49
49
  cls.partner = cls.env.ref("base.res_partner_12")
50
- cls.account001 = cls.env["account.account"].create(
51
- {
52
- "code": "001",
53
- "name": "Account 001",
54
- "account_type": "income_other",
55
- }
56
- )
57
50
 
58
51
  def _add_move(
59
52
  self,
@@ -738,25 +731,3 @@ class TestGeneralLedgerReport(AccountTestInvoicingCommon):
738
731
  wizard.onchange_date_range_id()
739
732
  self.assertEqual(wizard.date_from, date(2018, 1, 1))
740
733
  self.assertEqual(wizard.date_to, date(2018, 12, 31))
741
-
742
- def test_all_accounts_loaded(self):
743
- # Tests if all accounts are loaded when the account_code_ fields changed
744
- all_accounts = self.env["account.account"].search([], order="code")
745
- general_ledger = self.env["general.ledger.report.wizard"].create(
746
- {
747
- "date_from": self.fy_date_start,
748
- "date_to": self.fy_date_end,
749
- "account_code_from": self.account001.id,
750
- "account_code_to": all_accounts[-1].id,
751
- }
752
- )
753
- general_ledger.on_change_account_range()
754
- all_accounts_code_set = set()
755
- general_ledger_code_set = set()
756
- [all_accounts_code_set.add(account.code) for account in all_accounts]
757
- [
758
- general_ledger_code_set.add(account.code)
759
- for account in general_ledger.account_ids
760
- ]
761
- self.assertEqual(len(general_ledger_code_set), len(all_accounts_code_set))
762
- self.assertTrue(general_ledger_code_set == all_accounts_code_set)
@@ -22,14 +22,6 @@ class TestOpenItems(AccountTestInvoicingCommon):
22
22
  tracking_disable=True,
23
23
  )
24
24
  )
25
- cls.account001 = cls.env["account.account"].create(
26
- {
27
- "code": "001",
28
- "name": "Account 001",
29
- "account_type": "income_other",
30
- "reconcile": True,
31
- }
32
- )
33
25
 
34
26
  def test_partner_filter(self):
35
27
  partner_1 = self.env.ref("base.res_partner_1")
@@ -47,22 +39,3 @@ class TestOpenItems(AccountTestInvoicingCommon):
47
39
 
48
40
  wizard = self.env["open.items.report.wizard"].with_context(**context)
49
41
  self.assertEqual(wizard._default_partners(), expected_list)
50
-
51
- def test_all_accounts_loaded(self):
52
- # Tests if all accounts are loaded when the account_code_ fields changed
53
- all_accounts = self.env["account.account"].search(
54
- [("reconcile", "=", True)], order="code"
55
- )
56
- open_items = self.env["open.items.report.wizard"].create(
57
- {
58
- "account_code_from": self.account001.id,
59
- "account_code_to": all_accounts[-1].id,
60
- }
61
- )
62
- open_items.on_change_account_range()
63
- all_accounts_code_set = set()
64
- open_items_code_set = set()
65
- [all_accounts_code_set.add(account.code) for account in all_accounts]
66
- [open_items_code_set.add(account.code) for account in open_items.account_ids]
67
- self.assertEqual(len(open_items_code_set), len(all_accounts_code_set))
68
- self.assertTrue(open_items_code_set == all_accounts_code_set)
@@ -49,8 +49,8 @@ class AgedPartnerBalanceWizard(models.TransientModel):
49
49
  and self.account_code_to
50
50
  and self.account_code_to.code.isdigit()
51
51
  ):
52
- start_range = self.account_code_from.code
53
- end_range = self.account_code_to.code
52
+ start_range = int(self.account_code_from.code)
53
+ end_range = int(self.account_code_to.code)
54
54
  self.account_ids = self.env["account.account"].search(
55
55
  [
56
56
  ("code", ">=", start_range),
@@ -56,8 +56,10 @@ class GeneralLedgerReportWizard(models.TransientModel):
56
56
  cost_center_ids = fields.Many2many(
57
57
  comodel_name="account.analytic.account", string="Filter cost centers"
58
58
  )
59
-
60
- not_only_one_unaffected_earnings_account = fields.Boolean(readonly=True)
59
+ only_one_unaffected_earnings_account = fields.Boolean(
60
+ readonly=True,
61
+ default=lambda self: self._only_one_unaffected_earnings_account(),
62
+ )
61
63
  foreign_currency = fields.Boolean(
62
64
  string="Show foreign currency",
63
65
  help="Display foreign currency for move lines, unless "
@@ -99,8 +101,8 @@ class GeneralLedgerReportWizard(models.TransientModel):
99
101
  and self.account_code_to
100
102
  and self.account_code_to.code.isdigit()
101
103
  ):
102
- start_range = self.account_code_from.code
103
- end_range = self.account_code_to.code
104
+ start_range = int(self.account_code_from.code)
105
+ end_range = int(self.account_code_to.code)
104
106
  self.account_ids = self.env["account.account"].search(
105
107
  [("code", ">=", start_range), ("code", "<=", end_range)]
106
108
  )
@@ -141,16 +143,21 @@ class GeneralLedgerReportWizard(models.TransientModel):
141
143
  else:
142
144
  wiz.fy_start_date = False
143
145
 
144
- @api.onchange("company_id")
145
- def onchange_company_id(self):
146
- """Handle company change."""
146
+ def _only_one_unaffected_earnings_account(self):
147
147
  count = self.env["account.account"].search_count(
148
148
  [
149
149
  ("account_type", "=", "equity_unaffected"),
150
- ("company_id", "=", self.company_id.id),
150
+ ("company_id", "=", self.company_id.id or self.env.company.id),
151
151
  ]
152
152
  )
153
- self.not_only_one_unaffected_earnings_account = count != 1
153
+ return count == 1
154
+
155
+ @api.onchange("company_id")
156
+ def onchange_company_id(self):
157
+ """Handle company change."""
158
+ self.only_one_unaffected_earnings_account = (
159
+ self._only_one_unaffected_earnings_account()
160
+ )
154
161
  if (
155
162
  self.company_id
156
163
  and self.date_range_id.company_id
@@ -13,9 +13,7 @@
13
13
  groups="base.group_multi_company"
14
14
  />
15
15
  </group>
16
- <div
17
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', True)]}"
18
- >
16
+ <div invisible="not only_one_unaffected_earnings_account">
19
17
  <group name="filters">
20
18
  <group name="date_range">
21
19
  <field name="date_range_id" />
@@ -95,13 +93,8 @@
95
93
  </page>
96
94
  </notebook>
97
95
  </div>
98
- <div
99
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}"
100
- >
101
- <field
102
- name="not_only_one_unaffected_earnings_account"
103
- invisible="1"
104
- />
96
+ <div invisible="only_one_unaffected_earnings_account">
97
+ <field name="only_one_unaffected_earnings_account" invisible="1" />
105
98
  <group />
106
99
  <h4>
107
100
  General Ledger can be computed only if selected company have
@@ -110,9 +103,7 @@
110
103
  <group />
111
104
  </div>
112
105
  <footer>
113
- <div
114
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', True)]}"
115
- >
106
+ <div invisible="not only_one_unaffected_earnings_account">
116
107
  <button
117
108
  name="button_export_html"
118
109
  string="View"
@@ -135,9 +126,7 @@
135
126
  or
136
127
  <button string="Cancel" class="oe_link" special="cancel" />
137
128
  </div>
138
- <div
139
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}"
140
- >
129
+ <div invisible="only_one_unaffected_earnings_account">
141
130
  <button string="Cancel" class="oe_link" special="cancel" />
142
131
  </div>
143
132
  </footer>
@@ -68,8 +68,8 @@ class OpenItemsReportWizard(models.TransientModel):
68
68
  and self.account_code_to
69
69
  and self.account_code_to.code.isdigit()
70
70
  ):
71
- start_range = self.account_code_from.code
72
- end_range = self.account_code_to.code
71
+ start_range = int(self.account_code_from.code)
72
+ end_range = int(self.account_code_to.code)
73
73
  self.account_ids = self.env["account.account"].search(
74
74
  [
75
75
  ("code", ">=", start_range),
@@ -50,9 +50,10 @@ class TrialBalanceReportWizard(models.TransientModel):
50
50
  show_partner_details = fields.Boolean()
51
51
  partner_ids = fields.Many2many(comodel_name="res.partner", string="Filter partners")
52
52
  journal_ids = fields.Many2many(comodel_name="account.journal")
53
-
54
- not_only_one_unaffected_earnings_account = fields.Boolean(readonly=True)
55
-
53
+ only_one_unaffected_earnings_account = fields.Boolean(
54
+ readonly=True,
55
+ default=lambda self: self._only_one_unaffected_earnings_account(),
56
+ )
56
57
  foreign_currency = fields.Boolean(
57
58
  string="Show foreign currency",
58
59
  help="Display foreign currency for move lines, unless "
@@ -107,16 +108,21 @@ class TrialBalanceReportWizard(models.TransientModel):
107
108
  else:
108
109
  wiz.fy_start_date = False
109
110
 
110
- @api.onchange("company_id")
111
- def onchange_company_id(self):
112
- """Handle company change."""
111
+ def _only_one_unaffected_earnings_account(self):
113
112
  count = self.env["account.account"].search_count(
114
113
  [
115
114
  ("account_type", "=", "equity_unaffected"),
116
- ("company_id", "=", self.company_id.id),
115
+ ("company_id", "=", self.company_id.id or self.env.company.id),
117
116
  ]
118
117
  )
119
- self.not_only_one_unaffected_earnings_account = count != 1
118
+ return count == 1
119
+
120
+ @api.onchange("company_id")
121
+ def onchange_company_id(self):
122
+ """Handle company change."""
123
+ self.only_one_unaffected_earnings_account = (
124
+ self._only_one_unaffected_earnings_account()
125
+ )
120
126
  if (
121
127
  self.company_id
122
128
  and self.date_range_id.company_id
@@ -13,9 +13,7 @@
13
13
  groups="base.group_multi_company"
14
14
  />
15
15
  </group>
16
- <div
17
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', True)]}"
18
- >
16
+ <div invisible="not only_one_unaffected_earnings_account">
19
17
  <group name="filters">
20
18
  <group name="date_range">
21
19
  <field name="date_range_id" />
@@ -29,26 +27,26 @@
29
27
  <field name="show_partner_details" />
30
28
  <field
31
29
  name="show_hierarchy"
32
- attrs="{'invisible':[('show_partner_details','=',True)]}"
30
+ invisible="show_partner_details == True"
33
31
  />
34
32
  <field
35
33
  name="limit_hierarchy_level"
36
- attrs="{'invisible':['|', ('show_hierarchy','=',False),('show_partner_details','=',True)]}"
34
+ invisible="show_hierarchy == False or show_partner_details == True"
37
35
  />
38
36
  <field
39
37
  name="show_hierarchy_level"
40
- attrs="{'invisible':[('limit_hierarchy_level','=', False)]}"
38
+ invisible="limit_hierarchy_level == False"
41
39
  />
42
40
  <field
43
41
  name="hide_parent_hierarchy_level"
44
- attrs="{'invisible':[('limit_hierarchy_level','=', False)]}"
42
+ invisible="limit_hierarchy_level == False"
45
43
  />
46
44
  <field name="foreign_currency" />
47
45
  </group>
48
46
  </group>
49
47
  <group
50
48
  name="partner_filter"
51
- attrs="{'invisible':[('show_partner_details','!=',True)]}"
49
+ invisible="show_partner_details == True"
52
50
  col="1"
53
51
  >
54
52
  <label for="partner_ids" />
@@ -66,7 +64,7 @@
66
64
  nolabel="1"
67
65
  options="{'no_create': True}"
68
66
  />
69
- <group attrs="{'invisible':[('show_partner_details','!=',True)]}" />
67
+ <group invisible="show_partner_details == True" />
70
68
  <div />
71
69
  <group name="account_filter" col="4">
72
70
  <label for="account_ids" colspan="4" />
@@ -97,13 +95,8 @@
97
95
  />
98
96
  </group>
99
97
  </div>
100
- <div
101
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}"
102
- >
103
- <field
104
- name="not_only_one_unaffected_earnings_account"
105
- invisible="1"
106
- />
98
+ <div invisible="only_one_unaffected_earnings_account">
99
+ <field name="only_one_unaffected_earnings_account" invisible="1" />
107
100
  <group />
108
101
  <h4>
109
102
  Trial Balance can be computed only if selected company have only
@@ -112,9 +105,7 @@
112
105
  <group />
113
106
  </div>
114
107
  <footer>
115
- <div
116
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', True)]}"
117
- >
108
+ <div invisible="not only_one_unaffected_earnings_account">
118
109
  <button
119
110
  name="button_export_html"
120
111
  string="View"
@@ -137,9 +128,7 @@
137
128
  or
138
129
  <button string="Cancel" class="oe_link" special="cancel" />
139
130
  </div>
140
- <div
141
- attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}"
142
- >
131
+ <div invisible="only_one_unaffected_earnings_account">
143
132
  <button string="Cancel" class="oe_link" special="cancel" />
144
133
  </div>
145
134
  </footer>
@@ -1,20 +1,19 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-account-financial-report
3
- Version: 16.0.1.5.4.3
2
+ Name: odoo-addon-account_financial_report
3
+ Version: 17.0.1.0.0.11
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo-addon-date_range>=17.0dev,<17.1dev
6
+ Requires-Dist: odoo-addon-report_xlsx>=17.0dev,<17.1dev
7
+ Requires-Dist: odoo>=17.0a,<17.1dev
4
8
  Summary: OCA Financial Reports
5
9
  Home-page: https://github.com/OCA/account-financial-reporting
10
+ License: AGPL-3
6
11
  Author: Camptocamp SA,initOS GmbH,redCOR AG,ForgeFlow,Odoo Community Association (OCA)
7
12
  Author-email: support@odoo-community.org
8
- License: AGPL-3
9
- Platform: UNKNOWN
10
13
  Classifier: Programming Language :: Python
11
14
  Classifier: Framework :: Odoo
12
- Classifier: Framework :: Odoo :: 16.0
15
+ Classifier: Framework :: Odoo :: 17.0
13
16
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
- Requires-Python: >=3.10
15
- Requires-Dist: odoo-addon-date-range <16.1dev,>=16.0dev
16
- Requires-Dist: odoo-addon-report-xlsx <16.1dev,>=16.0dev
17
- Requires-Dist: odoo <16.1dev,>=16.0a
18
17
 
19
18
  =========================
20
19
  Account Financial Reports
@@ -25,7 +24,7 @@ Account Financial Reports
25
24
  !! This file is generated by oca-gen-addon-readme !!
26
25
  !! changes will be overwritten. !!
27
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
- !! source digest: sha256:cef68d51599f099ae394d2d6b98944bf45323ba4bf3e88483aafc1697ade7833
27
+ !! source digest: sha256:f5df69b312209c8040cdf53c7fe6e36b9defa60f8b8afcc8c4a2988cacea7b5b
29
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
29
 
31
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -35,13 +34,13 @@ Account Financial Reports
35
34
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
36
35
  :alt: License: AGPL-3
37
36
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github
38
- :target: https://github.com/OCA/account-financial-reporting/tree/16.0/account_financial_report
37
+ :target: https://github.com/OCA/account-financial-reporting/tree/17.0/account_financial_report
39
38
  :alt: OCA/account-financial-reporting
40
39
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
41
- :target: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report
40
+ :target: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report
42
41
  :alt: Translate me on Weblate
43
42
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
44
- :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&target_branch=16.0
43
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&target_branch=17.0
45
44
  :alt: Try me on Runboat
46
45
 
47
46
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -49,19 +48,20 @@ Account Financial Reports
49
48
  This module adds a set of financial reports. They are accessible under
50
49
  Invoicing / Reporting / OCA accounting reports.
51
50
 
52
- - General ledger
53
- - Trial Balance
54
- - Open Items
55
- - Aged Partner Balance
56
- - VAT Report
57
- - Journal Ledger
51
+ - General ledger
52
+ - Trial Balance
53
+ - Open Items
54
+ - Aged Partner Balance
55
+ - VAT Report
56
+ - Journal Ledger
58
57
 
59
- Currently General ledger, Trial Balance and Open Items are fully compatible with a foreign
60
- currency set up in account in order to display balances. Moreover, any foreign
61
- currency used in account move lines is properly shown.
58
+ Currently General ledger, Trial Balance and Open Items are fully
59
+ compatible with a foreign currency set up in account in order to display
60
+ balances. Moreover, any foreign currency used in account move lines is
61
+ properly shown.
62
62
 
63
- In case that in an account has not been configured a second currency foreign
64
- currency balances are not available.
63
+ In case that in an account has not been configured a second currency
64
+ foreign currency balances are not available.
65
65
 
66
66
  **Table of contents**
67
67
 
@@ -71,36 +71,35 @@ currency balances are not available.
71
71
  Known issues / Roadmap
72
72
  ======================
73
73
 
74
- * 'VAT Report' is valid only for cases where it's met that for each
75
- Tax defined: all the "Account tags" of all the
76
- 'Repartition for Invoices' or 'Repartition for Credit Notes'
77
- are different.
78
- * It would be nice to have in reports a column indicating the
79
- state of the entries when the option "All Entries" is selected
80
- in "Target Moves" field in a wizard
74
+ - 'VAT Report' is valid only for cases where it's met that for each Tax
75
+ defined: all the "Account tags" of all the 'Repartition for Invoices'
76
+ or 'Repartition for Credit Notes' are different.
77
+ - It would be nice to have in reports a column indicating the state of
78
+ the entries when the option "All Entries" is selected in "Target
79
+ Moves" field in a wizard
81
80
 
82
81
  Changelog
83
82
  =========
84
83
 
85
84
  11.0.2.5.0 (2019-04-26)
86
- ~~~~~~~~~~~~~~~~~~~~~~~
85
+ -----------------------
87
86
 
88
- * In the Trial Balance you have an option to hide parent hierarchy levels
87
+ - In the Trial Balance you have an option to hide parent hierarchy
88
+ levels
89
89
 
90
90
  11.0.2.4.1 (2019-01-08)
91
- ~~~~~~~~~~~~~~~~~~~~~~~
92
-
93
- * Handle better multicompany behaviour
94
- * Improve how title appears in the reports
95
- * Improve performance in General Ledger
91
+ -----------------------
96
92
 
93
+ - Handle better multicompany behaviour
94
+ - Improve how title appears in the reports
95
+ - Improve performance in General Ledger
97
96
 
98
97
  11.0.2.3.1 (2018-11-29)
99
- ~~~~~~~~~~~~~~~~~~~~~~~
98
+ -----------------------
100
99
 
101
- * In the Trial Balance you can apply a filter by hierarchy levels
102
- * In the General Ledger you can apply a filter by Analytic Tag
103
- * In the Journal Ledger the field 'Journal' is now optional
100
+ - In the Trial Balance you can apply a filter by hierarchy levels
101
+ - In the General Ledger you can apply a filter by Analytic Tag
102
+ - In the Journal Ledger the field 'Journal' is now optional
104
103
 
105
104
  Bug Tracker
106
105
  ===========
@@ -108,7 +107,7 @@ Bug Tracker
108
107
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-reporting/issues>`_.
109
108
  In case of trouble, please check there if your issue has already been reported.
110
109
  If you spotted it first, help us to smash it by providing a detailed and welcomed
111
- `feedback <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20account_financial_report%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
110
+ `feedback <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20account_financial_report%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
112
111
 
113
112
  Do not contact contributors directly about support or help with technical issues.
114
113
 
@@ -116,7 +115,7 @@ Credits
116
115
  =======
117
116
 
118
117
  Authors
119
- ~~~~~~~
118
+ -------
120
119
 
121
120
  * Camptocamp SA
122
121
  * initOS GmbH
@@ -124,49 +123,49 @@ Authors
124
123
  * ForgeFlow
125
124
 
126
125
  Contributors
127
- ~~~~~~~~~~~~
128
-
129
- * Jordi Ballester <jordi.ballester@forgeflow.com>
130
- * Yannick Vaucher <yannick.vaucher@camptocamp.com>
131
- * Simone Orsi <simone.orsi@abstract.com>
132
- * Leonardo Pistone <leonardo.pistone@camptocamp.com>
133
- * Damien Crier <damien.crier@camptocamp.com>
134
- * Andrea Stirpe <a.stirpe@onestein.nl>
135
- * Thomas Rehn <thomas.rehn@initos.com>
136
- * Andrea Gallina <4everamd@gmail.com>
137
- * Robert Rottermann <robert@redcor.ch>
138
- * Ciro Urselli <c.urselli@apuliasoftware.it>
139
- * Francesco Apruzzese <opencode@e-ware.org>
140
- * Lorenzo Battistini <https://github.com/eLBati>
141
- * Julien Coux <julien.coux@camptocamp.com>
142
- * Akim Juillerat <akim.juillerat@camptocamp.com>
143
- * Alexis de Lattre <alexis@via.ecp.fr>
144
- * Mihai Fekete <feketemihai@gmail.com>
145
- * Miquel Raïch <miquel.raich@forgeflow.com>
146
- * Joan Sisquella <joan.sisquella@forgeflow.com>
147
- * `Tecnativa <https://www.tecnativa.com>`__:
148
-
149
- * Pedro M. Baeza
150
- * Sergio Teruel
151
- * Ernesto Tejeda
152
- * João Marques
153
- * Alexandre D. Díaz
154
- * Víctor Martínez
155
-
156
- * `Sygel <https://www.sygel.es>`__:
157
-
158
- * Harald Panten
159
- * Valentin Vinagre
160
-
161
- * Lois Rilo <lois.rilo@forgeflow.com>
162
- * Saran Lim. <saranl@ecosoft.co.th>
163
- * Omar Castiñeira <omar@comunitea.com>
164
-
165
- Much of the work in this module was done at a sprint in Sorrento, Italy in
166
- April 2016.
126
+ ------------
127
+
128
+ - Jordi Ballester <jordi.ballester@forgeflow.com>
129
+ - Yannick Vaucher <yannick.vaucher@camptocamp.com>
130
+ - Simone Orsi <simone.orsi@abstract.com>
131
+ - Leonardo Pistone <leonardo.pistone@camptocamp.com>
132
+ - Damien Crier <damien.crier@camptocamp.com>
133
+ - Andrea Stirpe <a.stirpe@onestein.nl>
134
+ - Thomas Rehn <thomas.rehn@initos.com>
135
+ - Andrea Gallina <4everamd@gmail.com>
136
+ - Robert Rottermann <robert@redcor.ch>
137
+ - Ciro Urselli <c.urselli@apuliasoftware.it>
138
+ - Francesco Apruzzese <opencode@e-ware.org>
139
+ - Lorenzo Battistini <https://github.com/eLBati>
140
+ - Julien Coux <julien.coux@camptocamp.com>
141
+ - Akim Juillerat <akim.juillerat@camptocamp.com>
142
+ - Alexis de Lattre <alexis@via.ecp.fr>
143
+ - Mihai Fekete <feketemihai@gmail.com>
144
+ - Miquel Ra??ch <miquel.raich@forgeflow.com>
145
+ - Joan Sisquella <joan.sisquella@forgeflow.com>
146
+ - `Tecnativa <https://www.tecnativa.com>`__:
147
+
148
+ - Pedro M. Baeza
149
+ - Sergio Teruel
150
+ - Ernesto Tejeda
151
+ - Jo??o Marques
152
+ - Alexandre D. D??az
153
+ - V??ctor Mart??nez
154
+
155
+ - `Sygel <https://www.sygel.es>`__:
156
+
157
+ - Harald Panten
158
+ - Valentin Vinagre
159
+
160
+ - Lois Rilo <lois.rilo@forgeflow.com>
161
+ - Saran Lim. <saranl@ecosoft.co.th>
162
+ - Omar Casti??eira <omar@comunitea.com>
163
+
164
+ Much of the work in this module was done at a sprint in Sorrento, Italy
165
+ in April 2016.
167
166
 
168
167
  Maintainers
169
- ~~~~~~~~~~~
168
+ -----------
170
169
 
171
170
  This module is maintained by the OCA.
172
171
 
@@ -178,8 +177,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
178
177
  mission is to support the collaborative development of Odoo features and
179
178
  promote its widespread use.
180
179
 
181
- This module is part of the `OCA/account-financial-reporting <https://github.com/OCA/account-financial-reporting/tree/16.0/account_financial_report>`_ project on GitHub.
180
+ This module is part of the `OCA/account-financial-reporting <https://github.com/OCA/account-financial-reporting/tree/17.0/account_financial_report>`_ project on GitHub.
182
181
 
183
182
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
184
-
185
-