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
@@ -52,6 +52,11 @@ msgstr "91 - 120 d."
52
52
  msgid "<b>Taxes summary</b>"
53
53
  msgstr "<b>Resumo de Impostos</b>"
54
54
 
55
+ #. module: account_financial_report
56
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
57
+ msgid "<span class=\"o_form_label\">Intervals configuration</span>"
58
+ msgstr ""
59
+
55
60
  #. module: account_financial_report
56
61
  #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
57
62
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
@@ -91,6 +96,11 @@ msgstr ""
91
96
  msgid "Account"
92
97
  msgstr "Conta"
93
98
 
99
+ #. module: account_financial_report
100
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
101
+ msgid "Account Age Report Config"
102
+ msgstr ""
103
+
94
104
  #. module: account_financial_report
95
105
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
96
106
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
@@ -151,14 +161,17 @@ msgstr "Ativar centralização"
151
161
  msgid "Additional Filtering"
152
162
  msgstr ""
153
163
 
164
+ #. module: account_financial_report
165
+ #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
166
+ msgid "Age Partner Report Configuration"
167
+ msgstr ""
168
+
154
169
  #. module: account_financial_report
155
170
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
156
171
  msgid ""
157
172
  "Age ≤ 120\n"
158
- " d."
173
+ " d."
159
174
  msgstr ""
160
- "Idade ≤ 120\n"
161
- " d."
162
175
 
163
176
  #. module: account_financial_report
164
177
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -170,10 +183,8 @@ msgstr "Idade ≤ 120 d."
170
183
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
171
184
  msgid ""
172
185
  "Age ≤ 30\n"
173
- " d."
186
+ " d."
174
187
  msgstr ""
175
- "Idade ≤ 30\n"
176
- " d."
177
188
 
178
189
  #. module: account_financial_report
179
190
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -185,10 +196,8 @@ msgstr "Idade ≤ 30 d."
185
196
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
186
197
  msgid ""
187
198
  "Age ≤ 60\n"
188
- " d."
199
+ " d."
189
200
  msgstr ""
190
- "Idade ≤ 60\n"
191
- " d."
192
201
 
193
202
  #. module: account_financial_report
194
203
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -200,10 +209,8 @@ msgstr "Idade ≤ 60 d."
200
209
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
201
210
  msgid ""
202
211
  "Age ≤ 90\n"
203
- " d."
212
+ " d."
204
213
  msgstr ""
205
- "Idade ≤ 90\n"
206
- " d."
207
214
 
208
215
  #. module: account_financial_report
209
216
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -403,6 +410,7 @@ msgstr "Código"
403
410
 
404
411
  #. module: account_financial_report
405
412
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
413
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
406
414
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
407
415
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
408
416
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
@@ -420,6 +428,18 @@ msgid "Compute accounts"
420
428
  msgstr "Contas calculadas"
421
429
 
422
430
  #. module: account_financial_report
431
+ #: model:ir.model,name:account_financial_report.model_res_config_settings
432
+ msgid "Config Settings"
433
+ msgstr ""
434
+
435
+ #. module: account_financial_report
436
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
437
+ msgid "Configurations"
438
+ msgstr ""
439
+
440
+ #. module: account_financial_report
441
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
442
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
423
443
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
424
444
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
425
445
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
@@ -430,6 +450,8 @@ msgid "Created by"
430
450
  msgstr "Criado por"
431
451
 
432
452
  #. module: account_financial_report
453
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
454
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
433
455
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
434
456
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
435
457
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
@@ -603,6 +625,8 @@ msgid "Detail Taxes"
603
625
  msgstr "Detalhes dos Impostos"
604
626
 
605
627
  #. module: account_financial_report
628
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
629
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
606
630
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
607
631
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
608
632
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
@@ -896,6 +920,12 @@ msgstr "Agrupar lançamentos por"
896
920
  msgid "Grouped By"
897
921
  msgstr ""
898
922
 
923
+ #. module: account_financial_report
924
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
925
+ msgid ""
926
+ "Here you can set the intervals that will appear on the Aged Partner Balance."
927
+ msgstr ""
928
+
899
929
  #. module: account_financial_report
900
930
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
901
931
  #: code:addons/account_financial_report/report/open_items_xlsx.py:0
@@ -924,6 +954,8 @@ msgid "Hierarchy Levels to display"
924
954
  msgstr "Níveis Hierárquicos para exibir"
925
955
 
926
956
  #. module: account_financial_report
957
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
958
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
927
959
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
928
960
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
929
961
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
@@ -942,6 +974,17 @@ msgstr ""
942
974
  "Se marcado, os detalhes não serão exibidos no relatório Razão Geral (somente "
943
975
  "no webkit), apenas valores centralizados por período."
944
976
 
977
+ #. module: account_financial_report
978
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
979
+ msgid "Inferior Limit"
980
+ msgstr ""
981
+
982
+ #. module: account_financial_report
983
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
984
+ #, python-format
985
+ msgid "Inferior Limit must be greather than zero"
986
+ msgstr ""
987
+
945
988
  #. module: account_financial_report
946
989
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
947
990
  #, fuzzy
@@ -969,6 +1012,12 @@ msgstr ""
969
1012
  msgid "Initial balance"
970
1013
  msgstr "Saldo inicial"
971
1014
 
1015
+ #. module: account_financial_report
1016
+ #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
1017
+ #: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
1018
+ msgid "Intervals configuration"
1019
+ msgstr ""
1020
+
972
1021
  #. module: account_financial_report
973
1022
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
974
1023
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -1037,6 +1086,8 @@ msgid "Journals"
1037
1086
  msgstr "Diários"
1038
1087
 
1039
1088
  #. module: account_financial_report
1089
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
1090
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line____last_update
1040
1091
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update
1041
1092
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update
1042
1093
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update
@@ -1047,6 +1098,8 @@ msgid "Last Modified on"
1047
1098
  msgstr "Última modificação em"
1048
1099
 
1049
1100
  #. module: account_financial_report
1101
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
1102
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
1050
1103
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
1051
1104
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
1052
1105
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
@@ -1057,6 +1110,8 @@ msgid "Last Updated by"
1057
1110
  msgstr "Última atualização por"
1058
1111
 
1059
1112
  #. module: account_financial_report
1113
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
1114
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
1060
1115
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
1061
1116
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
1062
1117
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
@@ -1086,6 +1141,11 @@ msgstr "Nível %s"
1086
1141
  msgid "Limit hierarchy levels"
1087
1142
  msgstr "Limitar níveis hierárquicos"
1088
1143
 
1144
+ #. module: account_financial_report
1145
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
1146
+ msgid "Line"
1147
+ msgstr "Linha"
1148
+
1089
1149
  #. module: account_financial_report
1090
1150
  #: code:addons/account_financial_report/report/general_ledger.py:0
1091
1151
  #: code:addons/account_financial_report/report/open_items.py:0
@@ -1094,6 +1154,16 @@ msgstr "Limitar níveis hierárquicos"
1094
1154
  msgid "Missing Partner"
1095
1155
  msgstr ""
1096
1156
 
1157
+ #. module: account_financial_report
1158
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
1159
+ msgid "Model to set interval lines for Age partner balance report"
1160
+ msgstr ""
1161
+
1162
+ #. module: account_financial_report
1163
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration
1164
+ msgid "Model to set intervals for Age partner balance report"
1165
+ msgstr ""
1166
+
1097
1167
  #. module: account_financial_report
1098
1168
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
1099
1169
  msgid "Move Target"
@@ -1104,9 +1174,17 @@ msgstr "Movimentação de Destino"
1104
1174
  msgid "Moves"
1105
1175
  msgstr "Movimentações"
1106
1176
 
1177
+ #. module: account_financial_report
1178
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1179
+ #, python-format
1180
+ msgid "Must complete Configuration Lines"
1181
+ msgstr ""
1182
+
1107
1183
  #. module: account_financial_report
1108
1184
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1109
1185
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1186
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
1187
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
1110
1188
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
1111
1189
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
1112
1190
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1114,6 +1192,13 @@ msgstr "Movimentações"
1114
1192
  msgid "Name"
1115
1193
  msgstr "Nome"
1116
1194
 
1195
+ #. module: account_financial_report
1196
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1197
+ #: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
1198
+ #, python-format
1199
+ msgid "Name must be unique per report configuration"
1200
+ msgstr ""
1201
+
1117
1202
  #. module: account_financial_report
1118
1203
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1119
1204
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1165,6 +1250,11 @@ msgstr "Não lançado"
1165
1250
  msgid "Not due"
1166
1251
  msgstr "A vencer"
1167
1252
 
1253
+ #. module: account_financial_report
1254
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
1255
+ msgid "OCA Aged Report Configuration"
1256
+ msgstr ""
1257
+
1168
1258
  #. module: account_financial_report
1169
1259
  #: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
1170
1260
  msgid "OCA accounting reports"
@@ -1835,6 +1925,34 @@ msgstr "largura: 38.92%;"
1835
1925
  msgid "width: 8.11%;"
1836
1926
  msgstr "largura: 8.11%;"
1837
1927
 
1928
+ #~ msgid ""
1929
+ #~ "Age ≤ 120\n"
1930
+ #~ " d."
1931
+ #~ msgstr ""
1932
+ #~ "Idade ≤ 120\n"
1933
+ #~ " d."
1934
+
1935
+ #~ msgid ""
1936
+ #~ "Age ≤ 30\n"
1937
+ #~ " d."
1938
+ #~ msgstr ""
1939
+ #~ "Idade ≤ 30\n"
1940
+ #~ " d."
1941
+
1942
+ #~ msgid ""
1943
+ #~ "Age ≤ 60\n"
1944
+ #~ " d."
1945
+ #~ msgstr ""
1946
+ #~ "Idade ≤ 60\n"
1947
+ #~ " d."
1948
+
1949
+ #~ msgid ""
1950
+ #~ "Age ≤ 90\n"
1951
+ #~ " d."
1952
+ #~ msgstr ""
1953
+ #~ "Idade ≤ 90\n"
1954
+ #~ " d."
1955
+
1838
1956
  #~ msgid "Child Accounts"
1839
1957
  #~ msgstr "Contas Filhas"
1840
1958
 
@@ -2046,9 +2164,6 @@ msgstr "largura: 8.11%;"
2046
2164
  #~ msgid "Label"
2047
2165
  #~ msgstr "Rótulo"
2048
2166
 
2049
- #~ msgid "Line"
2050
- #~ msgstr "Linha"
2051
-
2052
2167
  #~ msgid "Matching Number"
2053
2168
  #~ msgstr "Número coincidente"
2054
2169
 
@@ -56,6 +56,11 @@ msgstr "91 - 120 d."
56
56
  msgid "<b>Taxes summary</b>"
57
57
  msgstr "<b>Rezumat taxe</b>"
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 "Cont"
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
@@ -154,14 +164,17 @@ msgstr "Activare centralizare"
154
164
  msgid "Additional Filtering"
155
165
  msgstr "Filtrare suplimentară"
156
166
 
167
+ #. module: account_financial_report
168
+ #: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
169
+ msgid "Age Partner Report Configuration"
170
+ msgstr ""
171
+
157
172
  #. module: account_financial_report
158
173
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
159
174
  msgid ""
160
175
  "Age ≤ 120\n"
161
- " d."
176
+ " d."
162
177
  msgstr ""
163
- "Vârstă ≤ 120\n"
164
- " d."
165
178
 
166
179
  #. module: account_financial_report
167
180
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -173,10 +186,8 @@ msgstr "Vârstă ≤ 120 d."
173
186
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
174
187
  msgid ""
175
188
  "Age ≤ 30\n"
176
- " d."
189
+ " d."
177
190
  msgstr ""
178
- "Vârstă ≤ 30\n"
179
- " d."
180
191
 
181
192
  #. module: account_financial_report
182
193
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -188,10 +199,8 @@ msgstr "Vârstă ≤ 30 d."
188
199
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
189
200
  msgid ""
190
201
  "Age ≤ 60\n"
191
- " d."
202
+ " d."
192
203
  msgstr ""
193
- "Vârstă ≤ 60\n"
194
- " d."
195
204
 
196
205
  #. module: account_financial_report
197
206
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -203,10 +212,8 @@ msgstr "Vârstă ≤ 60 d."
203
212
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
204
213
  msgid ""
205
214
  "Age ≤ 90\n"
206
- " d."
215
+ " d."
207
216
  msgstr ""
208
- "Vârstă ≤ 90\n"
209
- " d."
210
217
 
211
218
  #. module: account_financial_report
212
219
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
@@ -404,6 +411,7 @@ msgstr "Cod"
404
411
 
405
412
  #. module: account_financial_report
406
413
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
414
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
407
415
  #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
408
416
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
409
417
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
@@ -421,6 +429,18 @@ msgid "Compute accounts"
421
429
  msgstr "Conturi calculate"
422
430
 
423
431
  #. module: account_financial_report
432
+ #: model:ir.model,name:account_financial_report.model_res_config_settings
433
+ msgid "Config Settings"
434
+ msgstr ""
435
+
436
+ #. module: account_financial_report
437
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
438
+ msgid "Configurations"
439
+ msgstr ""
440
+
441
+ #. module: account_financial_report
442
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
443
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
424
444
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
425
445
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
426
446
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
@@ -431,6 +451,8 @@ msgid "Created by"
431
451
  msgstr "Creat de"
432
452
 
433
453
  #. module: account_financial_report
454
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
455
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
434
456
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
435
457
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
436
458
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
@@ -604,6 +626,8 @@ msgid "Detail Taxes"
604
626
  msgstr "Detalii impozite"
605
627
 
606
628
  #. module: account_financial_report
629
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
630
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
607
631
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
608
632
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
609
633
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
@@ -886,6 +910,12 @@ msgstr "Intrări de grup după"
886
910
  msgid "Grouped By"
887
911
  msgstr ""
888
912
 
913
+ #. module: account_financial_report
914
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
915
+ msgid ""
916
+ "Here you can set the intervals that will appear on the Aged Partner Balance."
917
+ msgstr ""
918
+
889
919
  #. module: account_financial_report
890
920
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
891
921
  #: code:addons/account_financial_report/report/open_items_xlsx.py:0
@@ -914,6 +944,8 @@ msgid "Hierarchy Levels to display"
914
944
  msgstr "Niveluri Ierahie de afișat"
915
945
 
916
946
  #. module: account_financial_report
947
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
948
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
917
949
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
918
950
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
919
951
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
@@ -930,6 +962,17 @@ msgid ""
930
962
  "webkit one only), only centralized amounts per period."
931
963
  msgstr ""
932
964
 
965
+ #. module: account_financial_report
966
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
967
+ msgid "Inferior Limit"
968
+ msgstr ""
969
+
970
+ #. module: account_financial_report
971
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
972
+ #, python-format
973
+ msgid "Inferior Limit must be greather than zero"
974
+ msgstr ""
975
+
933
976
  #. module: account_financial_report
934
977
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
935
978
  #, fuzzy
@@ -955,6 +998,12 @@ msgstr ""
955
998
  msgid "Initial balance"
956
999
  msgstr "Sold inițial"
957
1000
 
1001
+ #. module: account_financial_report
1002
+ #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
1003
+ #: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
1004
+ msgid "Intervals configuration"
1005
+ msgstr ""
1006
+
958
1007
  #. module: account_financial_report
959
1008
  #: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
960
1009
  #: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
@@ -1024,6 +1073,8 @@ msgid "Journals"
1024
1073
  msgstr "Jurnale"
1025
1074
 
1026
1075
  #. module: account_financial_report
1076
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
1077
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line____last_update
1027
1078
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update
1028
1079
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update
1029
1080
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update
@@ -1034,6 +1085,8 @@ msgid "Last Modified on"
1034
1085
  msgstr "Ultima modificare pe"
1035
1086
 
1036
1087
  #. module: account_financial_report
1088
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
1089
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
1037
1090
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
1038
1091
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
1039
1092
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
@@ -1044,6 +1097,8 @@ msgid "Last Updated by"
1044
1097
  msgstr "Ultima dată actualizat de"
1045
1098
 
1046
1099
  #. module: account_financial_report
1100
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
1101
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
1047
1102
  #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
1048
1103
  #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
1049
1104
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
@@ -1073,6 +1128,11 @@ msgstr "Nivel %s"
1073
1128
  msgid "Limit hierarchy levels"
1074
1129
  msgstr "Limitați nivelurile de ierarhie"
1075
1130
 
1131
+ #. module: account_financial_report
1132
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
1133
+ msgid "Line"
1134
+ msgstr "Linie"
1135
+
1076
1136
  #. module: account_financial_report
1077
1137
  #: code:addons/account_financial_report/report/general_ledger.py:0
1078
1138
  #: code:addons/account_financial_report/report/open_items.py:0
@@ -1081,6 +1141,16 @@ msgstr "Limitați nivelurile de ierarhie"
1081
1141
  msgid "Missing Partner"
1082
1142
  msgstr ""
1083
1143
 
1144
+ #. module: account_financial_report
1145
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
1146
+ msgid "Model to set interval lines for Age partner balance report"
1147
+ msgstr ""
1148
+
1149
+ #. module: account_financial_report
1150
+ #: model:ir.model,name:account_financial_report.model_account_age_report_configuration
1151
+ msgid "Model to set intervals for Age partner balance report"
1152
+ msgstr ""
1153
+
1084
1154
  #. module: account_financial_report
1085
1155
  #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
1086
1156
  msgid "Move Target"
@@ -1091,9 +1161,17 @@ msgstr "Mișcări țintă"
1091
1161
  msgid "Moves"
1092
1162
  msgstr "Mișcări"
1093
1163
 
1164
+ #. module: account_financial_report
1165
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1166
+ #, python-format
1167
+ msgid "Must complete Configuration Lines"
1168
+ msgstr ""
1169
+
1094
1170
  #. module: account_financial_report
1095
1171
  #: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
1096
1172
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1173
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
1174
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
1097
1175
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
1098
1176
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
1099
1177
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1101,6 +1179,13 @@ msgstr "Mișcări"
1101
1179
  msgid "Name"
1102
1180
  msgstr "Nume"
1103
1181
 
1182
+ #. module: account_financial_report
1183
+ #: code:addons/account_financial_report/models/account_age_report_configuration.py:0
1184
+ #: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
1185
+ #, python-format
1186
+ msgid "Name must be unique per report configuration"
1187
+ msgstr ""
1188
+
1104
1189
  #. module: account_financial_report
1105
1190
  #: code:addons/account_financial_report/report/vat_report_xlsx.py:0
1106
1191
  #: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
@@ -1152,6 +1237,11 @@ msgstr "Nepostat"
1152
1237
  msgid "Not due"
1153
1238
  msgstr "Nescadent"
1154
1239
 
1240
+ #. module: account_financial_report
1241
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
1242
+ msgid "OCA Aged Report Configuration"
1243
+ msgstr ""
1244
+
1155
1245
  #. module: account_financial_report
1156
1246
  #: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
1157
1247
  msgid "OCA accounting reports"
@@ -1808,6 +1898,34 @@ msgstr "lățime: 38,92%;"
1808
1898
  msgid "width: 8.11%;"
1809
1899
  msgstr "lățime: 8,11%;"
1810
1900
 
1901
+ #~ msgid ""
1902
+ #~ "Age ≤ 120\n"
1903
+ #~ " d."
1904
+ #~ msgstr ""
1905
+ #~ "Vârstă ≤ 120\n"
1906
+ #~ " d."
1907
+
1908
+ #~ msgid ""
1909
+ #~ "Age ≤ 30\n"
1910
+ #~ " d."
1911
+ #~ msgstr ""
1912
+ #~ "Vârstă ≤ 30\n"
1913
+ #~ " d."
1914
+
1915
+ #~ msgid ""
1916
+ #~ "Age ≤ 60\n"
1917
+ #~ " d."
1918
+ #~ msgstr ""
1919
+ #~ "Vârstă ≤ 60\n"
1920
+ #~ " d."
1921
+
1922
+ #~ msgid ""
1923
+ #~ "Age ≤ 90\n"
1924
+ #~ " d."
1925
+ #~ msgstr ""
1926
+ #~ "Vârstă ≤ 90\n"
1927
+ #~ " d."
1928
+
1811
1929
  #~ msgid "Child Accounts"
1812
1930
  #~ msgstr "Conturi subordonate"
1813
1931
 
@@ -1947,9 +2065,6 @@ msgstr "lățime: 8,11%;"
1947
2065
  #~ msgid "Label"
1948
2066
  #~ msgstr "Etichetă"
1949
2067
 
1950
- #~ msgid "Line"
1951
- #~ msgstr "Linie"
1952
-
1953
2068
  #~ msgid "Move"
1954
2069
  #~ msgstr "Mișcare"
1955
2070
 
@@ -1,4 +1,6 @@
1
+ from . import account_age_report_configuration
1
2
  from . import account_group
2
3
  from . import account
3
4
  from . import account_move_line
4
5
  from . import ir_actions_report
6
+ from . import res_config_settings