odoo-addon-account-financial-report 15.0.2.9.2.3__py3-none-any.whl → 15.0.2.10.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 (47) hide show
  1. odoo/addons/account_financial_report/README.rst +36 -1
  2. odoo/addons/account_financial_report/__manifest__.py +4 -1
  3. odoo/addons/account_financial_report/i18n/account_financial_report.pot +102 -4
  4. odoo/addons/account_financial_report/i18n/ar.po +126 -11
  5. odoo/addons/account_financial_report/i18n/ca.po +130 -12
  6. odoo/addons/account_financial_report/i18n/da.po +130 -12
  7. odoo/addons/account_financial_report/i18n/de.po +130 -15
  8. odoo/addons/account_financial_report/i18n/es.po +134 -43
  9. odoo/addons/account_financial_report/i18n/es_AR.po +130 -12
  10. odoo/addons/account_financial_report/i18n/es_MX.po +102 -4
  11. odoo/addons/account_financial_report/i18n/fr.po +126 -11
  12. odoo/addons/account_financial_report/i18n/fr_CH.po +126 -11
  13. odoo/addons/account_financial_report/i18n/fr_FR.po +126 -8
  14. odoo/addons/account_financial_report/i18n/hr.po +102 -4
  15. odoo/addons/account_financial_report/i18n/hr_HR.po +102 -4
  16. odoo/addons/account_financial_report/i18n/it.po +130 -15
  17. odoo/addons/account_financial_report/i18n/ja.po +102 -4
  18. odoo/addons/account_financial_report/i18n/nl.po +130 -15
  19. odoo/addons/account_financial_report/i18n/nl_NL.po +102 -4
  20. odoo/addons/account_financial_report/i18n/pt.po +126 -8
  21. odoo/addons/account_financial_report/i18n/pt_BR.po +130 -15
  22. odoo/addons/account_financial_report/i18n/ro.po +130 -15
  23. odoo/addons/account_financial_report/models/__init__.py +2 -0
  24. odoo/addons/account_financial_report/models/account_age_report_configuration.py +47 -0
  25. odoo/addons/account_financial_report/models/res_config_settings.py +14 -0
  26. odoo/addons/account_financial_report/readme/CONFIGURE.rst +26 -0
  27. odoo/addons/account_financial_report/readme/CONTRIBUTORS.rst +1 -0
  28. odoo/addons/account_financial_report/readme/DESCRIPTION.rst +4 -0
  29. odoo/addons/account_financial_report/report/aged_partner_balance.py +74 -8
  30. odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +145 -104
  31. odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml +428 -333
  32. odoo/addons/account_financial_report/security/ir.model.access.csv +2 -0
  33. odoo/addons/account_financial_report/security/security.xml +10 -0
  34. odoo/addons/account_financial_report/static/description/index.html +45 -21
  35. odoo/addons/account_financial_report/tests/__init__.py +1 -0
  36. odoo/addons/account_financial_report/tests/test_age_report_configuration.py +41 -0
  37. odoo/addons/account_financial_report/tests/test_aged_partner_balance.py +85 -4
  38. odoo/addons/account_financial_report/tests/test_general_ledger.py +5 -1
  39. odoo/addons/account_financial_report/tests/test_open_items.py +4 -1
  40. odoo/addons/account_financial_report/view/account_age_report_configuration_views.xml +44 -0
  41. odoo/addons/account_financial_report/view/res_config_settings_views.xml +56 -0
  42. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +4 -0
  43. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml +2 -0
  44. {odoo_addon_account_financial_report-15.0.2.9.2.3.dist-info → odoo_addon_account_financial_report-15.0.2.10.0.1.dist-info}/METADATA +37 -2
  45. {odoo_addon_account_financial_report-15.0.2.9.2.3.dist-info → odoo_addon_account_financial_report-15.0.2.10.0.1.dist-info}/RECORD +47 -40
  46. {odoo_addon_account_financial_report-15.0.2.9.2.3.dist-info → odoo_addon_account_financial_report-15.0.2.10.0.1.dist-info}/WHEEL +0 -0
  47. {odoo_addon_account_financial_report-15.0.2.9.2.3.dist-info → odoo_addon_account_financial_report-15.0.2.10.0.1.dist-info}/top_level.txt +0 -0
@@ -53,6 +53,11 @@ msgstr "91 - 120 日"
53
53
  msgid "<b>Taxes summary</b>"
54
54
  msgstr "<b>税サマリ</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
@@ -92,6 +97,11 @@ msgstr ""
92
97
  msgid "Account"
93
98
  msgstr "勘定科目"
94
99
 
100
+ #. module: account_financial_report
101
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
102
+ msgid "Account Age Report Config"
103
+ msgstr ""
104
+
95
105
  #. module: account_financial_report
96
106
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
97
107
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
@@ -152,11 +162,16 @@ msgstr "集約を有効化"
152
162
  msgid "Additional Filtering"
153
163
  msgstr ""
154
164
 
165
+ #. module: account_financial_report
166
+ #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
167
+ msgid "Age Partner Report Configuration"
168
+ msgstr ""
169
+
155
170
  #. module: account_financial_report
156
171
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
157
172
  msgid ""
158
173
  "Age ≤ 120\n"
159
- " d."
174
+ " d."
160
175
  msgstr ""
161
176
 
162
177
  #. module: account_financial_report
@@ -169,7 +184,7 @@ msgstr ""
169
184
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
170
185
  msgid ""
171
186
  "Age ≤ 30\n"
172
- " d."
187
+ " d."
173
188
  msgstr ""
174
189
 
175
190
  #. module: account_financial_report
@@ -182,7 +197,7 @@ msgstr ""
182
197
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
183
198
  msgid ""
184
199
  "Age ≤ 60\n"
185
- " d."
200
+ " d."
186
201
  msgstr ""
187
202
 
188
203
  #. module: account_financial_report
@@ -195,7 +210,7 @@ msgstr ""
195
210
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
196
211
  msgid ""
197
212
  "Age ≤ 90\n"
198
- " d."
213
+ " d."
199
214
  msgstr ""
200
215
 
201
216
  #. module: account_financial_report
@@ -394,6 +409,7 @@ msgstr ""
394
409
 
395
410
  #. module: account_financial_report
396
411
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
412
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
397
413
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
398
414
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
399
415
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
@@ -411,6 +427,18 @@ msgid "Compute accounts"
411
427
  msgstr ""
412
428
 
413
429
  #. module: account_financial_report
430
+ #: model:ir.model,name:account_financial_report.model_res_config_settings
431
+ msgid "Config Settings"
432
+ msgstr ""
433
+
434
+ #. module: account_financial_report
435
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
436
+ msgid "Configurations"
437
+ msgstr ""
438
+
439
+ #. module: account_financial_report
440
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
441
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
414
442
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
415
443
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
416
444
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
@@ -421,6 +449,8 @@ msgid "Created by"
421
449
  msgstr ""
422
450
 
423
451
  #. module: account_financial_report
452
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
453
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
424
454
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
425
455
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
426
456
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
@@ -594,6 +624,8 @@ msgid "Detail Taxes"
594
624
  msgstr ""
595
625
 
596
626
  #. module: account_financial_report
627
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
628
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
597
629
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
598
630
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
599
631
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
@@ -868,6 +900,12 @@ msgstr ""
868
900
  msgid "Grouped By"
869
901
  msgstr ""
870
902
 
903
+ #. module: account_financial_report
904
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
905
+ msgid ""
906
+ "Here you can set the intervals that will appear on the Aged Partner Balance."
907
+ msgstr ""
908
+
871
909
  #. module: account_financial_report
872
910
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
873
911
  #: code:addons/account_financial_report/report/open_items_xlsx.py:0
@@ -896,6 +934,8 @@ msgid "Hierarchy Levels to display"
896
934
  msgstr ""
897
935
 
898
936
  #. module: account_financial_report
937
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
938
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
899
939
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
900
940
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
901
941
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
@@ -912,6 +952,17 @@ msgid ""
912
952
  "webkit one only), only centralized amounts per period."
913
953
  msgstr ""
914
954
 
955
+ #. module: account_financial_report
956
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
957
+ msgid "Inferior Limit"
958
+ msgstr ""
959
+
960
+ #. module: account_financial_report
961
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
962
+ #, python-format
963
+ msgid "Inferior Limit must be greather than zero"
964
+ msgstr ""
965
+
915
966
  #. module: account_financial_report
916
967
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
917
968
  msgid ""
@@ -934,6 +985,12 @@ msgstr ""
934
985
  msgid "Initial balance"
935
986
  msgstr ""
936
987
 
988
+ #. module: account_financial_report
989
+ #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
990
+ #: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
991
+ msgid "Intervals configuration"
992
+ msgstr ""
993
+
937
994
  #. module: account_financial_report
938
995
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
939
996
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -1000,6 +1057,8 @@ msgid "Journals"
1000
1057
  msgstr ""
1001
1058
 
1002
1059
  #. module: account_financial_report
1060
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
1061
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line____last_update
1003
1062
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update
1004
1063
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update
1005
1064
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update
@@ -1010,6 +1069,8 @@ msgid "Last Modified on"
1010
1069
  msgstr ""
1011
1070
 
1012
1071
  #. module: account_financial_report
1072
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
1073
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
1013
1074
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
1014
1075
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
1015
1076
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
@@ -1020,6 +1081,8 @@ msgid "Last Updated by"
1020
1081
  msgstr ""
1021
1082
 
1022
1083
  #. module: account_financial_report
1084
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
1085
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
1023
1086
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
1024
1087
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
1025
1088
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
@@ -1049,6 +1112,11 @@ msgstr ""
1049
1112
  msgid "Limit hierarchy levels"
1050
1113
  msgstr ""
1051
1114
 
1115
+ #. module: account_financial_report
1116
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
1117
+ msgid "Line"
1118
+ msgstr ""
1119
+
1052
1120
  #. module: account_financial_report
1053
1121
  #: code:addons/account_financial_report/report/general_ledger.py:0
1054
1122
  #: code:addons/account_financial_report/report/open_items.py:0
@@ -1057,6 +1125,16 @@ msgstr ""
1057
1125
  msgid "Missing Partner"
1058
1126
  msgstr ""
1059
1127
 
1128
+ #. module: account_financial_report
1129
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
1130
+ msgid "Model to set interval lines for Age partner balance report"
1131
+ msgstr ""
1132
+
1133
+ #. module: account_financial_report
1134
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration
1135
+ msgid "Model to set intervals for Age partner balance report"
1136
+ msgstr ""
1137
+
1060
1138
  #. module: account_financial_report
1061
1139
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
1062
1140
  msgid "Move Target"
@@ -1067,9 +1145,17 @@ msgstr ""
1067
1145
  msgid "Moves"
1068
1146
  msgstr ""
1069
1147
 
1148
+ #. module: account_financial_report
1149
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1150
+ #, python-format
1151
+ msgid "Must complete Configuration Lines"
1152
+ msgstr ""
1153
+
1070
1154
  #. module: account_financial_report
1071
1155
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1072
1156
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1157
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
1158
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
1073
1159
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
1074
1160
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
1075
1161
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1077,6 +1163,13 @@ msgstr ""
1077
1163
  msgid "Name"
1078
1164
  msgstr ""
1079
1165
 
1166
+ #. module: account_financial_report
1167
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1168
+ #: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
1169
+ #, python-format
1170
+ msgid "Name must be unique per report configuration"
1171
+ msgstr ""
1172
+
1080
1173
  #. module: account_financial_report
1081
1174
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1082
1175
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1128,6 +1221,11 @@ msgstr ""
1128
1221
  msgid "Not due"
1129
1222
  msgstr ""
1130
1223
 
1224
+ #. module: account_financial_report
1225
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
1226
+ msgid "OCA Aged Report Configuration"
1227
+ msgstr ""
1228
+
1131
1229
  #. module: account_financial_report
1132
1230
  #: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
1133
1231
  msgid "OCA accounting reports"
@@ -55,6 +55,11 @@ msgstr "91 - 120 d."
55
55
  msgid "<b>Taxes summary</b>"
56
56
  msgstr "<b>Belasting samenvatting</b>"
57
57
 
58
+ #. module: account_financial_report
59
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
60
+ msgid "<span class=\"o_form_label\">Intervals configuration</span>"
61
+ msgstr ""
62
+
58
63
  #. module: account_financial_report
59
64
  #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
60
65
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
@@ -95,6 +100,11 @@ msgstr ""
95
100
  msgid "Account"
96
101
  msgstr "Rekening"
97
102
 
103
+ #. module: account_financial_report
104
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
105
+ msgid "Account Age Report Config"
106
+ msgstr ""
107
+
98
108
  #. module: account_financial_report
99
109
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
100
110
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
@@ -155,14 +165,17 @@ msgstr "Activeer centralisatie"
155
165
  msgid "Additional Filtering"
156
166
  msgstr "Aanvullende filters"
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
176
  "Age ≤ 120\n"
162
- " d."
177
+ " d."
163
178
  msgstr ""
164
- "Leeftijd ≤ 120\n"
165
- " d."
166
179
 
167
180
  #. module: account_financial_report
168
181
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -174,10 +187,8 @@ msgstr "Vv. ≤ 120 d."
174
187
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
175
188
  msgid ""
176
189
  "Age ≤ 30\n"
177
- " d."
190
+ " d."
178
191
  msgstr ""
179
- "Leeftijd ≤ 30\n"
180
- " d."
181
192
 
182
193
  #. module: account_financial_report
183
194
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -189,10 +200,8 @@ msgstr "Vv. ≤ 30 d."
189
200
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
190
201
  msgid ""
191
202
  "Age ≤ 60\n"
192
- " d."
203
+ " d."
193
204
  msgstr ""
194
- "Leeftijd ≤ 60\n"
195
- " d."
196
205
 
197
206
  #. module: account_financial_report
198
207
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -204,10 +213,8 @@ msgstr "Vv. ≤ 60 d."
204
213
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
205
214
  msgid ""
206
215
  "Age ≤ 90\n"
207
- " d."
216
+ " d."
208
217
  msgstr ""
209
- "Leeftijd ≤ 90\n"
210
- " d."
211
218
 
212
219
  #. module: account_financial_report
213
220
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -408,6 +415,7 @@ msgstr "Code"
408
415
 
409
416
  #. module: account_financial_report
410
417
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
418
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
411
419
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
412
420
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
413
421
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
@@ -426,6 +434,18 @@ msgid "Compute accounts"
426
434
  msgstr "Berekende rekeningen"
427
435
 
428
436
  #. module: account_financial_report
437
+ #: model:ir.model,name:account_financial_report.model_res_config_settings
438
+ msgid "Config Settings"
439
+ msgstr ""
440
+
441
+ #. module: account_financial_report
442
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
443
+ msgid "Configurations"
444
+ msgstr ""
445
+
446
+ #. module: account_financial_report
447
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
448
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
429
449
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
430
450
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
431
451
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
@@ -436,6 +456,8 @@ msgid "Created by"
436
456
  msgstr "Gecreëerd door"
437
457
 
438
458
  #. module: account_financial_report
459
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
460
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
439
461
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
440
462
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
441
463
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
@@ -609,6 +631,8 @@ msgid "Detail Taxes"
609
631
  msgstr "Detail belastingen"
610
632
 
611
633
  #. module: account_financial_report
634
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
635
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
612
636
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
613
637
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
614
638
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
@@ -903,6 +927,12 @@ msgstr "Groepeer boekingen per"
903
927
  msgid "Grouped By"
904
928
  msgstr ""
905
929
 
930
+ #. module: account_financial_report
931
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
932
+ msgid ""
933
+ "Here you can set the intervals that will appear on the Aged Partner Balance."
934
+ msgstr ""
935
+
906
936
  #. module: account_financial_report
907
937
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
908
938
  #: code:addons/account_financial_report/report/open_items_xlsx.py:0
@@ -932,6 +962,8 @@ msgid "Hierarchy Levels to display"
932
962
  msgstr "Hierarchie niveaus om weer te geven"
933
963
 
934
964
  #. module: account_financial_report
965
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
966
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
935
967
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
936
968
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
937
969
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
@@ -950,6 +982,17 @@ msgstr ""
950
982
  "Als dit is geselecteerd, worden er geen details weergegeven in het Grootboek "
951
983
  "rapport (alleen de webkit), enkel gecentraliseerde bedragen per periode."
952
984
 
985
+ #. module: account_financial_report
986
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
987
+ msgid "Inferior Limit"
988
+ msgstr ""
989
+
990
+ #. module: account_financial_report
991
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
992
+ #, python-format
993
+ msgid "Inferior Limit must be greather than zero"
994
+ msgstr ""
995
+
953
996
  #. module: account_financial_report
954
997
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
955
998
  #, fuzzy
@@ -977,6 +1020,12 @@ msgstr ""
977
1020
  msgid "Initial balance"
978
1021
  msgstr "Beginbalans"
979
1022
 
1023
+ #. module: account_financial_report
1024
+ #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
1025
+ #: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
1026
+ msgid "Intervals configuration"
1027
+ msgstr ""
1028
+
980
1029
  #. module: account_financial_report
981
1030
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
982
1031
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -1047,6 +1096,8 @@ msgid "Journals"
1047
1096
  msgstr "Dagboeken"
1048
1097
 
1049
1098
  #. module: account_financial_report
1099
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
1100
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line____last_update
1050
1101
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update
1051
1102
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update
1052
1103
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update
@@ -1057,6 +1108,8 @@ msgid "Last Modified on"
1057
1108
  msgstr "Laatst Gewijzigd op"
1058
1109
 
1059
1110
  #. module: account_financial_report
1111
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
1112
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
1060
1113
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
1061
1114
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
1062
1115
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
@@ -1067,6 +1120,8 @@ msgid "Last Updated by"
1067
1120
  msgstr "Laatst bijgewerkt door"
1068
1121
 
1069
1122
  #. module: account_financial_report
1123
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
1124
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
1070
1125
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
1071
1126
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
1072
1127
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
@@ -1096,6 +1151,11 @@ msgstr "Niveau %s"
1096
1151
  msgid "Limit hierarchy levels"
1097
1152
  msgstr "beperk hirarchie niveaus"
1098
1153
 
1154
+ #. module: account_financial_report
1155
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
1156
+ msgid "Line"
1157
+ msgstr "Regel"
1158
+
1099
1159
  #. module: account_financial_report
1100
1160
  #: code:addons/account_financial_report/report/general_ledger.py:0
1101
1161
  #: code:addons/account_financial_report/report/open_items.py:0
@@ -1104,6 +1164,16 @@ msgstr "beperk hirarchie niveaus"
1104
1164
  msgid "Missing Partner"
1105
1165
  msgstr ""
1106
1166
 
1167
+ #. module: account_financial_report
1168
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
1169
+ msgid "Model to set interval lines for Age partner balance report"
1170
+ msgstr ""
1171
+
1172
+ #. module: account_financial_report
1173
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration
1174
+ msgid "Model to set intervals for Age partner balance report"
1175
+ msgstr ""
1176
+
1107
1177
  #. module: account_financial_report
1108
1178
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
1109
1179
  msgid "Move Target"
@@ -1114,9 +1184,17 @@ msgstr "Boeking doel"
1114
1184
  msgid "Moves"
1115
1185
  msgstr "Boekingen"
1116
1186
 
1187
+ #. module: account_financial_report
1188
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1189
+ #, python-format
1190
+ msgid "Must complete Configuration Lines"
1191
+ msgstr ""
1192
+
1117
1193
  #. module: account_financial_report
1118
1194
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1119
1195
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1196
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
1197
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
1120
1198
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
1121
1199
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
1122
1200
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1124,6 +1202,13 @@ msgstr "Boekingen"
1124
1202
  msgid "Name"
1125
1203
  msgstr "Naam"
1126
1204
 
1205
+ #. module: account_financial_report
1206
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1207
+ #: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
1208
+ #, python-format
1209
+ msgid "Name must be unique per report configuration"
1210
+ msgstr ""
1211
+
1127
1212
  #. module: account_financial_report
1128
1213
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1129
1214
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1175,6 +1260,11 @@ msgstr "Ongeboekt"
1175
1260
  msgid "Not due"
1176
1261
  msgstr "Niet vervallen"
1177
1262
 
1263
+ #. module: account_financial_report
1264
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
1265
+ msgid "OCA Aged Report Configuration"
1266
+ msgstr ""
1267
+
1178
1268
  #. module: account_financial_report
1179
1269
  #: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
1180
1270
  msgid "OCA accounting reports"
@@ -1845,6 +1935,34 @@ msgstr "breedte: 38.92%;"
1845
1935
  msgid "width: 8.11%;"
1846
1936
  msgstr "breedte: 8.11%;"
1847
1937
 
1938
+ #~ msgid ""
1939
+ #~ "Age ≤ 120\n"
1940
+ #~ " d."
1941
+ #~ msgstr ""
1942
+ #~ "Leeftijd ≤ 120\n"
1943
+ #~ " d."
1944
+
1945
+ #~ msgid ""
1946
+ #~ "Age ≤ 30\n"
1947
+ #~ " d."
1948
+ #~ msgstr ""
1949
+ #~ "Leeftijd ≤ 30\n"
1950
+ #~ " d."
1951
+
1952
+ #~ msgid ""
1953
+ #~ "Age ≤ 60\n"
1954
+ #~ " d."
1955
+ #~ msgstr ""
1956
+ #~ "Leeftijd ≤ 60\n"
1957
+ #~ " d."
1958
+
1959
+ #~ msgid ""
1960
+ #~ "Age ≤ 90\n"
1961
+ #~ " d."
1962
+ #~ msgstr ""
1963
+ #~ "Leeftijd ≤ 90\n"
1964
+ #~ " d."
1965
+
1848
1966
  #~ msgid "Child Accounts"
1849
1967
  #~ msgstr "Onderliggende rekeningen"
1850
1968
 
@@ -2046,9 +2164,6 @@ msgstr "breedte: 8.11%;"
2046
2164
  #~ msgid "Label"
2047
2165
  #~ msgstr "Label"
2048
2166
 
2049
- #~ msgid "Line"
2050
- #~ msgstr "Regel"
2051
-
2052
2167
  #~ msgid "Matching Number"
2053
2168
  #~ msgstr "Overeenkomend nummer"
2054
2169