odoo-addon-account-financial-report 17.0.1.0.0.13__py3-none-any.whl → 17.0.1.1.0.1__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 (46) 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/ar.po +159 -28
  5. odoo/addons/account_financial_report/i18n/ca.po +159 -25
  6. odoo/addons/account_financial_report/i18n/de.po +163 -32
  7. odoo/addons/account_financial_report/i18n/es.po +164 -26
  8. odoo/addons/account_financial_report/i18n/es_AR.po +159 -25
  9. odoo/addons/account_financial_report/i18n/es_MX.po +111 -13
  10. odoo/addons/account_financial_report/i18n/fr.po +159 -28
  11. odoo/addons/account_financial_report/i18n/fr_CH.po +155 -24
  12. odoo/addons/account_financial_report/i18n/fr_FR.po +159 -25
  13. odoo/addons/account_financial_report/i18n/hr.po +159 -25
  14. odoo/addons/account_financial_report/i18n/hr_HR.po +111 -13
  15. odoo/addons/account_financial_report/i18n/it.po +159 -28
  16. odoo/addons/account_financial_report/i18n/ja.po +111 -13
  17. odoo/addons/account_financial_report/i18n/nl.po +159 -28
  18. odoo/addons/account_financial_report/i18n/nl_NL.po +111 -13
  19. odoo/addons/account_financial_report/i18n/pt.po +155 -21
  20. odoo/addons/account_financial_report/i18n/pt_BR.po +159 -28
  21. odoo/addons/account_financial_report/i18n/ro.po +159 -28
  22. odoo/addons/account_financial_report/i18n/sv.po +159 -25
  23. odoo/addons/account_financial_report/i18n/tr.po +111 -13
  24. odoo/addons/account_financial_report/models/__init__.py +2 -0
  25. odoo/addons/account_financial_report/models/account_age_report_configuration.py +47 -0
  26. odoo/addons/account_financial_report/models/res_config_settings.py +14 -0
  27. odoo/addons/account_financial_report/readme/CONFIGURE.md +26 -0
  28. odoo/addons/account_financial_report/readme/CONTRIBUTORS.md +1 -0
  29. odoo/addons/account_financial_report/readme/DESCRIPTION.md +4 -0
  30. odoo/addons/account_financial_report/report/aged_partner_balance.py +79 -3
  31. odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +144 -104
  32. odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml +428 -333
  33. odoo/addons/account_financial_report/security/ir.model.access.csv +2 -0
  34. odoo/addons/account_financial_report/security/security.xml +8 -0
  35. odoo/addons/account_financial_report/static/description/index.html +47 -21
  36. odoo/addons/account_financial_report/tests/__init__.py +1 -0
  37. odoo/addons/account_financial_report/tests/test_age_report_configuration.py +42 -0
  38. odoo/addons/account_financial_report/tests/test_aged_partner_balance.py +84 -5
  39. odoo/addons/account_financial_report/view/account_age_report_configuration_views.xml +41 -0
  40. odoo/addons/account_financial_report/view/res_config_settings_views.xml +51 -0
  41. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +4 -0
  42. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml +2 -3
  43. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.1.dist-info}/METADATA +39 -2
  44. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.1.dist-info}/RECORD +46 -39
  45. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.1.dist-info}/WHEEL +0 -0
  46. {odoo_addon_account_financial_report-17.0.1.0.0.13.dist-info → odoo_addon_account_financial_report-17.0.1.1.0.1.dist-info}/top_level.txt +0 -0
@@ -53,6 +53,11 @@ msgstr "91 - 120 d."
53
53
  msgid "<b>Taxes summary</b>"
54
54
  msgstr "<b>Sa??etak poreza</b>"
55
55
 
56
+ #. module: account_financial_report
57
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
58
+ msgid "<span class=\"o_form_label\">Intervals configuration</span>"
59
+ msgstr ""
60
+
56
61
  #. module: account_financial_report
57
62
  #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
58
63
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
@@ -93,6 +98,11 @@ msgstr "Apstraktni XLSX Financijski izvje??taj"
93
98
  msgid "Account"
94
99
  msgstr "Konto"
95
100
 
101
+ #. module: account_financial_report
102
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
103
+ msgid "Account Age Report Config"
104
+ msgstr ""
105
+
96
106
  #. module: account_financial_report
97
107
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
98
108
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
@@ -155,69 +165,66 @@ msgstr "Aktiviraj centralizaciju"
155
165
  msgid "Additional Filtering"
156
166
  msgstr "Dodatno filtriranje"
157
167
 
168
+ #. module: account_financial_report
169
+ #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
170
+ msgid "Age Partner Report Configuration"
171
+ msgstr ""
172
+
158
173
  #. module: account_financial_report
159
174
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
160
175
  msgid ""
161
- "Age ??? 120\n"
162
- " d."
176
+ "Age 120\n"
177
+ " d."
163
178
  msgstr ""
164
- "Dosp. ??? 120\n"
165
- " d."
166
179
 
167
180
  #. module: account_financial_report
168
181
  #. odoo-python
169
182
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
170
183
  #, python-format
171
- msgid "Age ??? 120 d."
172
- msgstr "Dosp. ??? 120 d."
184
+ msgid "Age 120 d."
185
+ msgstr ""
173
186
 
174
187
  #. module: account_financial_report
175
188
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
176
189
  msgid ""
177
- "Age ??? 30\n"
178
- " d."
190
+ "Age 30\n"
191
+ " d."
179
192
  msgstr ""
180
- "Dosp. ??? 30\n"
181
- " d."
182
193
 
183
194
  #. module: account_financial_report
184
195
  #. odoo-python
185
196
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
186
197
  #, python-format
187
- msgid "Age ??? 30 d."
188
- msgstr "Dosp. ??? 30 d."
198
+ msgid "Age 30 d."
199
+ msgstr ""
189
200
 
190
201
  #. module: account_financial_report
191
202
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
192
203
  msgid ""
193
- "Age ??? 60\n"
194
- " d."
204
+ "Age 60\n"
205
+ " d."
195
206
  msgstr ""
196
- "Dosp. ??? 60\n"
197
- " d."
198
207
 
199
208
  #. module: account_financial_report
200
209
  #. odoo-python
201
210
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
202
211
  #, python-format
203
- msgid "Age ??? 60 d."
204
- msgstr "Dosp. ??? 60 d."
212
+ msgid "Age 60 d."
213
+ msgstr ""
205
214
 
206
215
  #. module: account_financial_report
207
216
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
208
217
  msgid ""
209
- "Age ??? 90\n"
210
- " d."
218
+ "Age 90\n"
219
+ " d."
211
220
  msgstr ""
212
- "Dosp. ??? 90\n"
213
- " d."
214
221
 
215
222
  #. module: account_financial_report
216
223
  #. odoo-python
217
224
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
218
225
  #, python-format
219
- msgid "Age ??? 90 d."
220
- msgstr "Dosp. ??? 90 d."
226
+ msgid "Age 90 d."
227
+ msgstr ""
221
228
 
222
229
  #. module: account_financial_report
223
230
  #. odoo-python
@@ -428,6 +435,7 @@ msgstr "??ifra"
428
435
  #. module: account_financial_report
429
436
  #. odoo-python
430
437
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
438
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
431
439
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
432
440
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
433
441
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
@@ -445,6 +453,18 @@ msgid "Compute accounts"
445
453
  msgstr "Izra??unaj konta"
446
454
 
447
455
  #. module: account_financial_report
456
+ #: model:ir.model,name:account_financial_report.model_res_config_settings
457
+ msgid "Config Settings"
458
+ msgstr ""
459
+
460
+ #. module: account_financial_report
461
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
462
+ msgid "Configurations"
463
+ msgstr ""
464
+
465
+ #. module: account_financial_report
466
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
467
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
448
468
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
449
469
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
450
470
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
@@ -455,6 +475,8 @@ msgid "Created by"
455
475
  msgstr "Kreirao"
456
476
 
457
477
  #. module: account_financial_report
478
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
479
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
458
480
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
459
481
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
460
482
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
@@ -643,6 +665,8 @@ msgid "Detail Taxes"
643
665
  msgstr "Pojedinosti poreza"
644
666
 
645
667
  #. module: account_financial_report
668
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
669
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
646
670
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
647
671
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
648
672
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
@@ -926,6 +950,12 @@ msgstr "Grupiraj stavke po"
926
950
  msgid "Grouped By"
927
951
  msgstr "Grupirano po"
928
952
 
953
+ #. module: account_financial_report
954
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
955
+ msgid ""
956
+ "Here you can set the intervals that will appear on the Aged Partner Balance."
957
+ msgstr ""
958
+
929
959
  #. module: account_financial_report
930
960
  #. odoo-python
931
961
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -955,6 +985,8 @@ msgid "Hierarchy Levels to display"
955
985
  msgstr "Prika??i razinu strukture"
956
986
 
957
987
  #. module: account_financial_report
988
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
989
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
958
990
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
959
991
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
960
992
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
@@ -971,6 +1003,18 @@ msgid ""
971
1003
  "webkit one only), only centralized amounts per period."
972
1004
  msgstr ""
973
1005
 
1006
+ #. module: account_financial_report
1007
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
1008
+ msgid "Inferior Limit"
1009
+ msgstr ""
1010
+
1011
+ #. module: account_financial_report
1012
+ #. odoo-python
1013
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1014
+ #, python-format
1015
+ msgid "Inferior Limit must be greather than zero"
1016
+ msgstr ""
1017
+
974
1018
  #. module: account_financial_report
975
1019
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
976
1020
  msgid ""
@@ -998,6 +1042,12 @@ msgstr ""
998
1042
  msgid "Initial balance"
999
1043
  msgstr "Po??etni saldo"
1000
1044
 
1045
+ #. module: account_financial_report
1046
+ #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
1047
+ #: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
1048
+ msgid "Intervals configuration"
1049
+ msgstr ""
1050
+
1001
1051
  #. module: account_financial_report
1002
1052
  #. odoo-python
1003
1053
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -1067,6 +1117,8 @@ msgid "Journals"
1067
1117
  msgstr ""
1068
1118
 
1069
1119
  #. module: account_financial_report
1120
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
1121
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
1070
1122
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
1071
1123
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
1072
1124
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
@@ -1077,6 +1129,8 @@ msgid "Last Updated by"
1077
1129
  msgstr ""
1078
1130
 
1079
1131
  #. module: account_financial_report
1132
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
1133
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
1080
1134
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
1081
1135
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
1082
1136
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
@@ -1108,6 +1162,11 @@ msgstr ""
1108
1162
  msgid "Limit hierarchy levels"
1109
1163
  msgstr ""
1110
1164
 
1165
+ #. module: account_financial_report
1166
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
1167
+ msgid "Line"
1168
+ msgstr ""
1169
+
1111
1170
  #. module: account_financial_report
1112
1171
  #. odoo-python
1113
1172
  #: code:addons/account_financial_report/report/general_ledger.py:0
@@ -1117,6 +1176,16 @@ msgstr ""
1117
1176
  msgid "Missing Partner"
1118
1177
  msgstr ""
1119
1178
 
1179
+ #. module: account_financial_report
1180
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
1181
+ msgid "Model to set interval lines for Age partner balance report"
1182
+ msgstr ""
1183
+
1184
+ #. module: account_financial_report
1185
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration
1186
+ msgid "Model to set intervals for Age partner balance report"
1187
+ msgstr ""
1188
+
1120
1189
  #. module: account_financial_report
1121
1190
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
1122
1191
  msgid "Move Target"
@@ -1127,10 +1196,19 @@ msgstr ""
1127
1196
  msgid "Moves"
1128
1197
  msgstr ""
1129
1198
 
1199
+ #. module: account_financial_report
1200
+ #. odoo-python
1201
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1202
+ #, python-format
1203
+ msgid "Must complete Configuration Lines"
1204
+ msgstr ""
1205
+
1130
1206
  #. module: account_financial_report
1131
1207
  #. odoo-python
1132
1208
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1133
1209
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1210
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
1211
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
1134
1212
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
1135
1213
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
1136
1214
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1138,6 +1216,14 @@ msgstr ""
1138
1216
  msgid "Name"
1139
1217
  msgstr "Naziv"
1140
1218
 
1219
+ #. module: account_financial_report
1220
+ #. odoo-python
1221
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1222
+ #: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
1223
+ #, python-format
1224
+ msgid "Name must be unique per report configuration"
1225
+ msgstr ""
1226
+
1141
1227
  #. module: account_financial_report
1142
1228
  #. odoo-python
1143
1229
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
@@ -1188,6 +1274,11 @@ msgstr "Nije proknji??eno"
1188
1274
  msgid "Not due"
1189
1275
  msgstr "Nije dospjelo"
1190
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
+
1191
1282
  #. module: account_financial_report
1192
1283
  #: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
1193
1284
  msgid "OCA accounting reports"
@@ -1802,7 +1893,6 @@ msgid "future"
1802
1893
  msgstr "budu??e"
1803
1894
 
1804
1895
  #. module: account_financial_report
1805
- #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
1806
1896
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
1807
1897
  #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
1808
1898
  #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard
@@ -1850,3 +1940,47 @@ msgstr "??irina: 38.92%;"
1850
1940
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_table_header
1851
1941
  msgid "width: 8.11%;"
1852
1942
  msgstr "??irina: 8.11%;"
1943
+
1944
+ #~ msgid ""
1945
+ #~ "Age ??? 120\n"
1946
+ #~ " d."
1947
+ #~ msgstr ""
1948
+ #~ "Dosp. ??? 120\n"
1949
+ #~ " d."
1950
+
1951
+ #, python-format
1952
+ #~ msgid "Age ??? 120 d."
1953
+ #~ msgstr "Dosp. ??? 120 d."
1954
+
1955
+ #~ msgid ""
1956
+ #~ "Age ??? 30\n"
1957
+ #~ " d."
1958
+ #~ msgstr ""
1959
+ #~ "Dosp. ??? 30\n"
1960
+ #~ " d."
1961
+
1962
+ #, python-format
1963
+ #~ msgid "Age ??? 30 d."
1964
+ #~ msgstr "Dosp. ??? 30 d."
1965
+
1966
+ #~ msgid ""
1967
+ #~ "Age ??? 60\n"
1968
+ #~ " d."
1969
+ #~ msgstr ""
1970
+ #~ "Dosp. ??? 60\n"
1971
+ #~ " d."
1972
+
1973
+ #, python-format
1974
+ #~ msgid "Age ??? 60 d."
1975
+ #~ msgstr "Dosp. ??? 60 d."
1976
+
1977
+ #~ msgid ""
1978
+ #~ "Age ??? 90\n"
1979
+ #~ " d."
1980
+ #~ msgstr ""
1981
+ #~ "Dosp. ??? 90\n"
1982
+ #~ " d."
1983
+
1984
+ #, python-format
1985
+ #~ msgid "Age ??? 90 d."
1986
+ #~ msgstr "Dosp. ??? 90 d."
@@ -56,6 +56,11 @@ msgstr ""
56
56
  msgid "<b>Taxes summary</b>"
57
57
  msgstr ""
58
58
 
59
+ #. module: account_financial_report
60
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
61
+ msgid "<span class=\"o_form_label\">Intervals configuration</span>"
62
+ msgstr ""
63
+
59
64
  #. module: account_financial_report
60
65
  #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
61
66
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
@@ -96,6 +101,11 @@ msgstr ""
96
101
  msgid "Account"
97
102
  msgstr "Konto"
98
103
 
104
+ #. module: account_financial_report
105
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
106
+ msgid "Account Age Report Config"
107
+ msgstr ""
108
+
99
109
  #. module: account_financial_report
100
110
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
101
111
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
@@ -159,60 +169,65 @@ msgstr ""
159
169
  msgid "Additional Filtering"
160
170
  msgstr ""
161
171
 
172
+ #. module: account_financial_report
173
+ #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
174
+ msgid "Age Partner Report Configuration"
175
+ msgstr ""
176
+
162
177
  #. module: account_financial_report
163
178
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
164
179
  msgid ""
165
- "Age ??? 120\n"
166
- " d."
180
+ "Age 120\n"
181
+ " d."
167
182
  msgstr ""
168
183
 
169
184
  #. module: account_financial_report
170
185
  #. odoo-python
171
186
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
172
187
  #, python-format
173
- msgid "Age ??? 120 d."
188
+ msgid "Age 120 d."
174
189
  msgstr ""
175
190
 
176
191
  #. module: account_financial_report
177
192
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
178
193
  msgid ""
179
- "Age ??? 30\n"
180
- " d."
194
+ "Age 30\n"
195
+ " d."
181
196
  msgstr ""
182
197
 
183
198
  #. module: account_financial_report
184
199
  #. odoo-python
185
200
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
186
201
  #, python-format
187
- msgid "Age ??? 30 d."
202
+ msgid "Age 30 d."
188
203
  msgstr ""
189
204
 
190
205
  #. module: account_financial_report
191
206
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
192
207
  msgid ""
193
- "Age ??? 60\n"
194
- " d."
208
+ "Age 60\n"
209
+ " d."
195
210
  msgstr ""
196
211
 
197
212
  #. module: account_financial_report
198
213
  #. odoo-python
199
214
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
200
215
  #, python-format
201
- msgid "Age ??? 60 d."
216
+ msgid "Age 60 d."
202
217
  msgstr ""
203
218
 
204
219
  #. module: account_financial_report
205
220
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
206
221
  msgid ""
207
- "Age ??? 90\n"
208
- " d."
222
+ "Age 90\n"
223
+ " d."
209
224
  msgstr ""
210
225
 
211
226
  #. module: account_financial_report
212
227
  #. odoo-python
213
228
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
214
229
  #, python-format
215
- msgid "Age ??? 90 d."
230
+ msgid "Age 90 d."
216
231
  msgstr ""
217
232
 
218
233
  #. module: account_financial_report
@@ -429,6 +444,7 @@ msgstr ""
429
444
  #. module: account_financial_report
430
445
  #. odoo-python
431
446
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
447
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
432
448
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
433
449
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
434
450
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
@@ -446,6 +462,18 @@ msgid "Compute accounts"
446
462
  msgstr ""
447
463
 
448
464
  #. module: account_financial_report
465
+ #: model:ir.model,name:account_financial_report.model_res_config_settings
466
+ msgid "Config Settings"
467
+ msgstr ""
468
+
469
+ #. module: account_financial_report
470
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
471
+ msgid "Configurations"
472
+ msgstr ""
473
+
474
+ #. module: account_financial_report
475
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
476
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
449
477
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
450
478
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
451
479
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
@@ -456,6 +484,8 @@ msgid "Created by"
456
484
  msgstr "Kreirao"
457
485
 
458
486
  #. module: account_financial_report
487
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
488
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
459
489
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
460
490
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
461
491
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
@@ -644,6 +674,8 @@ msgid "Detail Taxes"
644
674
  msgstr ""
645
675
 
646
676
  #. module: account_financial_report
677
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
678
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
647
679
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
648
680
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
649
681
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
@@ -919,6 +951,12 @@ msgstr ""
919
951
  msgid "Grouped By"
920
952
  msgstr ""
921
953
 
954
+ #. module: account_financial_report
955
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
956
+ msgid ""
957
+ "Here you can set the intervals that will appear on the Aged Partner Balance."
958
+ msgstr ""
959
+
922
960
  #. module: account_financial_report
923
961
  #. odoo-python
924
962
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -948,6 +986,8 @@ msgid "Hierarchy Levels to display"
948
986
  msgstr ""
949
987
 
950
988
  #. module: account_financial_report
989
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
990
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
951
991
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
952
992
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
953
993
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
@@ -964,6 +1004,18 @@ msgid ""
964
1004
  "webkit one only), only centralized amounts per period."
965
1005
  msgstr ""
966
1006
 
1007
+ #. module: account_financial_report
1008
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
1009
+ msgid "Inferior Limit"
1010
+ msgstr ""
1011
+
1012
+ #. module: account_financial_report
1013
+ #. odoo-python
1014
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1015
+ #, python-format
1016
+ msgid "Inferior Limit must be greather than zero"
1017
+ msgstr ""
1018
+
967
1019
  #. module: account_financial_report
968
1020
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
969
1021
  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
@@ -1106,6 +1173,16 @@ msgstr ""
1106
1173
  msgid "Missing Partner"
1107
1174
  msgstr ""
1108
1175
 
1176
+ #. module: account_financial_report
1177
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
1178
+ msgid "Model to set interval lines for Age partner balance report"
1179
+ msgstr ""
1180
+
1181
+ #. module: account_financial_report
1182
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration
1183
+ msgid "Model to set intervals for Age partner balance report"
1184
+ msgstr ""
1185
+
1109
1186
  #. module: account_financial_report
1110
1187
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
1111
1188
  msgid "Move Target"
@@ -1116,10 +1193,19 @@ msgstr ""
1116
1193
  msgid "Moves"
1117
1194
  msgstr ""
1118
1195
 
1196
+ #. module: account_financial_report
1197
+ #. odoo-python
1198
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1199
+ #, python-format
1200
+ msgid "Must complete Configuration Lines"
1201
+ msgstr ""
1202
+
1119
1203
  #. module: account_financial_report
1120
1204
  #. odoo-python
1121
1205
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1122
1206
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1207
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
1208
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
1123
1209
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
1124
1210
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
1125
1211
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1127,6 +1213,14 @@ msgstr ""
1127
1213
  msgid "Name"
1128
1214
  msgstr ""
1129
1215
 
1216
+ #. module: account_financial_report
1217
+ #. odoo-python
1218
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1219
+ #: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
1220
+ #, python-format
1221
+ msgid "Name must be unique per report configuration"
1222
+ msgstr ""
1223
+
1130
1224
  #. module: account_financial_report
1131
1225
  #. odoo-python
1132
1226
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
@@ -1177,6 +1271,11 @@ msgstr ""
1177
1271
  msgid "Not due"
1178
1272
  msgstr ""
1179
1273
 
1274
+ #. module: account_financial_report
1275
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
1276
+ msgid "OCA Aged Report Configuration"
1277
+ msgstr ""
1278
+
1180
1279
  #. module: account_financial_report
1181
1280
  #: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
1182
1281
  msgid "OCA accounting reports"
@@ -1797,7 +1896,6 @@ msgid "future"
1797
1896
  msgstr ""
1798
1897
 
1799
1898
  #. module: account_financial_report
1800
- #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
1801
1899
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
1802
1900
  #: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
1803
1901
  #: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard