odoo-addon-account-financial-report 17.0.1.0.0.13__py3-none-any.whl → 17.0.1.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-account-financial-report might be problematic. Click here for more details.

Files changed (27) hide show
  1. odoo/addons/account_financial_report/README.rst +38 -1
  2. odoo/addons/account_financial_report/__manifest__.py +4 -1
  3. odoo/addons/account_financial_report/i18n/account_financial_report.pot +111 -13
  4. odoo/addons/account_financial_report/i18n/es.po +112 -3
  5. odoo/addons/account_financial_report/models/__init__.py +2 -0
  6. odoo/addons/account_financial_report/models/account_age_report_configuration.py +47 -0
  7. odoo/addons/account_financial_report/models/res_config_settings.py +14 -0
  8. odoo/addons/account_financial_report/readme/CONFIGURE.md +26 -0
  9. odoo/addons/account_financial_report/readme/CONTRIBUTORS.md +1 -0
  10. odoo/addons/account_financial_report/readme/DESCRIPTION.md +4 -0
  11. odoo/addons/account_financial_report/report/aged_partner_balance.py +79 -3
  12. odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +144 -104
  13. odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml +428 -333
  14. odoo/addons/account_financial_report/security/ir.model.access.csv +2 -0
  15. odoo/addons/account_financial_report/security/security.xml +8 -0
  16. odoo/addons/account_financial_report/static/description/index.html +47 -21
  17. odoo/addons/account_financial_report/tests/__init__.py +1 -0
  18. odoo/addons/account_financial_report/tests/test_age_report_configuration.py +42 -0
  19. odoo/addons/account_financial_report/tests/test_aged_partner_balance.py +84 -5
  20. odoo/addons/account_financial_report/view/account_age_report_configuration_views.xml +41 -0
  21. odoo/addons/account_financial_report/view/res_config_settings_views.xml +51 -0
  22. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +4 -0
  23. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml +2 -3
  24. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.dist-info}/METADATA +39 -2
  25. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.dist-info}/RECORD +27 -20
  26. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.dist-info}/WHEEL +0 -0
  27. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Account Financial Reports
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:f5df69b312209c8040cdf53c7fe6e36b9defa60f8b8afcc8c4a2988cacea7b5b
10
+ !! source digest: sha256:1646f077641870ec261bd1513165189de8e744eed6d39b928177882b85bc4fa8
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -46,11 +46,47 @@ properly shown.
46
46
  In case that in an account has not been configured a second currency
47
47
  foreign currency balances are not available.
48
48
 
49
+ Invoicing / Settings / Invoicing / OCA Aged Report Configuration you
50
+ will be able to set dynamic intervals that will appear on the Aged
51
+ Partner Balance. For further information, check CONFIGURE.rst
52
+
49
53
  **Table of contents**
50
54
 
51
55
  .. contents::
52
56
  :local:
53
57
 
58
+ Configuration
59
+ =============
60
+
61
+ To configure dynamic intervals for Aged Partner Balance you need to:
62
+
63
+ Go on 'Settings' -> 'Invoicing' -> 'OCA Aged Report Configuration'.
64
+
65
+ Click on option 'Configurations' and create new record.
66
+
67
+ Create new interval. The name established on line will be the column to
68
+ display in Aged Partner Balance. Inferior limit established on line is
69
+ the interval
70
+
71
+ Example of configuration inferior limit:
72
+
73
+ -> 15 -> 30 -> 60
74
+
75
+ It means the first interval is from 0 to 15, the second from 16 to 30,
76
+ and the third is 61+.
77
+
78
+ Go on 'Invoicing' -> 'Reports' -> 'OCA accounting reports' -> 'Aged
79
+ Partner Balance'
80
+
81
+ When wizard is open, you need to select your interval configuration and
82
+ print report.
83
+
84
+ If you want to get default interval configuration any time you wish to
85
+ print Aged Partner Report, you can set default interval configuration
86
+ per company in:
87
+
88
+ 'Settings' -> 'Invoicing' -> 'OCA Aged Report Configuration'.
89
+
54
90
  Known issues / Roadmap
55
91
  ======================
56
92
 
@@ -134,6 +170,7 @@ Contributors
134
170
  - Jo??o Marques
135
171
  - Alexandre D. D??az
136
172
  - V??ctor Mart??nez
173
+ - Carolina Fernandez
137
174
 
138
175
  - `Sygel <https://www.sygel.es>`__:
139
176
 
@@ -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": "17.0.1.0.0",
9
+ "version": "17.0.1.1.0",
10
10
  "category": "Reporting",
11
11
  "summary": "OCA Financial Reports",
12
12
  "author": "Camptocamp SA,"
@@ -18,12 +18,14 @@
18
18
  "depends": ["account", "date_range", "report_xlsx"],
19
19
  "data": [
20
20
  "security/ir.model.access.csv",
21
+ "security/security.xml",
21
22
  "wizard/aged_partner_balance_wizard_view.xml",
22
23
  "wizard/general_ledger_wizard_view.xml",
23
24
  "wizard/journal_ledger_wizard_view.xml",
24
25
  "wizard/open_items_wizard_view.xml",
25
26
  "wizard/trial_balance_wizard_view.xml",
26
27
  "wizard/vat_report_wizard_view.xml",
28
+ "view/account_age_report_configuration_views.xml",
27
29
  "menuitems.xml",
28
30
  "reports.xml",
29
31
  "report/templates/layouts.xml",
@@ -40,6 +42,7 @@
40
42
  "view/report_open_items.xml",
41
43
  "view/report_aged_partner_balance.xml",
42
44
  "view/report_vat_report.xml",
45
+ "view/res_config_settings_views.xml",
43
46
  ],
44
47
  "assets": {
45
48
  "web.assets_backend": [
@@ -49,6 +49,11 @@ msgstr ""
49
49
  msgid "<b>Taxes summary</b>"
50
50
  msgstr ""
51
51
 
52
+ #. module: account_financial_report
53
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
54
+ msgid "<span class=\"o_form_label\">Intervals configuration</span>"
55
+ msgstr ""
56
+
52
57
  #. module: account_financial_report
53
58
  #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
54
59
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
@@ -89,6 +94,11 @@ msgstr ""
89
94
  msgid "Account"
90
95
  msgstr ""
91
96
 
97
+ #. module: account_financial_report
98
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
99
+ msgid "Account Age Report Config"
100
+ msgstr ""
101
+
92
102
  #. module: account_financial_report
93
103
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
94
104
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
@@ -150,11 +160,16 @@ msgstr ""
150
160
  msgid "Additional Filtering"
151
161
  msgstr ""
152
162
 
163
+ #. module: account_financial_report
164
+ #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
165
+ msgid "Age Partner Report Configuration"
166
+ msgstr ""
167
+
153
168
  #. module: account_financial_report
154
169
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
155
170
  msgid ""
156
- "Age ??? 120\n"
157
- " d."
171
+ "Age 120\n"
172
+ " d."
158
173
  msgstr ""
159
174
 
160
175
  #. module: account_financial_report
@@ -162,14 +177,14 @@ msgstr ""
162
177
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
163
178
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
164
179
  #, python-format
165
- msgid "Age ??? 120 d."
180
+ msgid "Age 120 d."
166
181
  msgstr ""
167
182
 
168
183
  #. module: account_financial_report
169
184
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
170
185
  msgid ""
171
- "Age ??? 30\n"
172
- " d."
186
+ "Age 30\n"
187
+ " d."
173
188
  msgstr ""
174
189
 
175
190
  #. module: account_financial_report
@@ -177,14 +192,14 @@ msgstr ""
177
192
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
178
193
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
179
194
  #, python-format
180
- msgid "Age ??? 30 d."
195
+ msgid "Age 30 d."
181
196
  msgstr ""
182
197
 
183
198
  #. module: account_financial_report
184
199
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
185
200
  msgid ""
186
- "Age ??? 60\n"
187
- " d."
201
+ "Age 60\n"
202
+ " d."
188
203
  msgstr ""
189
204
 
190
205
  #. module: account_financial_report
@@ -192,14 +207,14 @@ msgstr ""
192
207
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
193
208
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
194
209
  #, python-format
195
- msgid "Age ??? 60 d."
210
+ msgid "Age 60 d."
196
211
  msgstr ""
197
212
 
198
213
  #. module: account_financial_report
199
214
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
200
215
  msgid ""
201
- "Age ??? 90\n"
202
- " d."
216
+ "Age 90\n"
217
+ " d."
203
218
  msgstr ""
204
219
 
205
220
  #. module: account_financial_report
@@ -207,7 +222,7 @@ msgstr ""
207
222
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
208
223
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
209
224
  #, python-format
210
- msgid "Age ??? 90 d."
225
+ msgid "Age 90 d."
211
226
  msgstr ""
212
227
 
213
228
  #. module: account_financial_report
@@ -419,6 +434,7 @@ msgstr ""
419
434
  #. module: account_financial_report
420
435
  #. odoo-python
421
436
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
437
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
422
438
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
423
439
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
424
440
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
@@ -436,6 +452,18 @@ msgid "Compute accounts"
436
452
  msgstr ""
437
453
 
438
454
  #. module: account_financial_report
455
+ #: model:ir.model,name:account_financial_report.model_res_config_settings
456
+ msgid "Config Settings"
457
+ msgstr ""
458
+
459
+ #. module: account_financial_report
460
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
461
+ msgid "Configurations"
462
+ msgstr ""
463
+
464
+ #. module: account_financial_report
465
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
466
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
439
467
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
440
468
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
441
469
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
@@ -446,6 +474,8 @@ msgid "Created by"
446
474
  msgstr ""
447
475
 
448
476
  #. module: account_financial_report
477
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
478
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
449
479
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
450
480
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
451
481
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
@@ -637,6 +667,8 @@ msgid "Detail Taxes"
637
667
  msgstr ""
638
668
 
639
669
  #. module: account_financial_report
670
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
671
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
640
672
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
641
673
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
642
674
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
@@ -916,6 +948,12 @@ msgstr ""
916
948
  msgid "Grouped By"
917
949
  msgstr ""
918
950
 
951
+ #. module: account_financial_report
952
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
953
+ msgid ""
954
+ "Here you can set the intervals that will appear on the Aged Partner Balance."
955
+ msgstr ""
956
+
919
957
  #. module: account_financial_report
920
958
  #. odoo-python
921
959
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -945,6 +983,8 @@ msgid "Hierarchy Levels to display"
945
983
  msgstr ""
946
984
 
947
985
  #. module: account_financial_report
986
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
987
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
948
988
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
949
989
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
950
990
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
@@ -961,6 +1001,18 @@ msgid ""
961
1001
  "webkit one only), only centralized amounts per period."
962
1002
  msgstr ""
963
1003
 
1004
+ #. module: account_financial_report
1005
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
1006
+ msgid "Inferior Limit"
1007
+ msgstr ""
1008
+
1009
+ #. module: account_financial_report
1010
+ #. odoo-python
1011
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1012
+ #, python-format
1013
+ msgid "Inferior Limit must be greather than zero"
1014
+ msgstr ""
1015
+
964
1016
  #. module: account_financial_report
965
1017
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
966
1018
  msgid ""
@@ -987,6 +1039,12 @@ msgstr ""
987
1039
  msgid "Initial balance"
988
1040
  msgstr ""
989
1041
 
1042
+ #. module: account_financial_report
1043
+ #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
1044
+ #: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
1045
+ msgid "Intervals configuration"
1046
+ msgstr ""
1047
+
990
1048
  #. module: account_financial_report
991
1049
  #. odoo-python
992
1050
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -1056,6 +1114,8 @@ msgid "Journals"
1056
1114
  msgstr ""
1057
1115
 
1058
1116
  #. module: account_financial_report
1117
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
1118
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
1059
1119
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
1060
1120
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
1061
1121
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
@@ -1066,6 +1126,8 @@ msgid "Last Updated by"
1066
1126
  msgstr ""
1067
1127
 
1068
1128
  #. module: account_financial_report
1129
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
1130
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
1069
1131
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
1070
1132
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
1071
1133
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
@@ -1097,6 +1159,11 @@ msgstr ""
1097
1159
  msgid "Limit hierarchy levels"
1098
1160
  msgstr ""
1099
1161
 
1162
+ #. module: account_financial_report
1163
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
1164
+ msgid "Line"
1165
+ msgstr ""
1166
+
1100
1167
  #. module: account_financial_report
1101
1168
  #. odoo-python
1102
1169
  #: code:addons/account_financial_report/report/general_ledger.py:0
@@ -1108,6 +1175,16 @@ msgstr ""
1108
1175
  msgid "Missing Partner"
1109
1176
  msgstr ""
1110
1177
 
1178
+ #. module: account_financial_report
1179
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
1180
+ msgid "Model to set interval lines for Age partner balance report"
1181
+ msgstr ""
1182
+
1183
+ #. module: account_financial_report
1184
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration
1185
+ msgid "Model to set intervals for Age partner balance report"
1186
+ msgstr ""
1187
+
1111
1188
  #. module: account_financial_report
1112
1189
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
1113
1190
  msgid "Move Target"
@@ -1118,10 +1195,19 @@ msgstr ""
1118
1195
  msgid "Moves"
1119
1196
  msgstr ""
1120
1197
 
1198
+ #. module: account_financial_report
1199
+ #. odoo-python
1200
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1201
+ #, python-format
1202
+ msgid "Must complete Configuration Lines"
1203
+ msgstr ""
1204
+
1121
1205
  #. module: account_financial_report
1122
1206
  #. odoo-python
1123
1207
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1124
1208
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1209
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
1210
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
1125
1211
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
1126
1212
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
1127
1213
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1129,6 +1215,14 @@ msgstr ""
1129
1215
  msgid "Name"
1130
1216
  msgstr ""
1131
1217
 
1218
+ #. module: account_financial_report
1219
+ #. odoo-python
1220
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1221
+ #: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
1222
+ #, python-format
1223
+ msgid "Name must be unique per report configuration"
1224
+ msgstr ""
1225
+
1132
1226
  #. module: account_financial_report
1133
1227
  #. odoo-python
1134
1228
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
@@ -1180,6 +1274,11 @@ msgstr ""
1180
1274
  msgid "Not due"
1181
1275
  msgstr ""
1182
1276
 
1277
+ #. module: account_financial_report
1278
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
1279
+ msgid "OCA Aged Report Configuration"
1280
+ msgstr ""
1281
+
1183
1282
  #. module: account_financial_report
1184
1283
  #: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
1185
1284
  msgid "OCA accounting reports"
@@ -1799,7 +1898,6 @@ msgid "future"
1799
1898
  msgstr ""
1800
1899
 
1801
1900
  #. module: account_financial_report
1802
- #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
1803
1901
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
1804
1902
  #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
1805
1903
  #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard