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.
- odoo/addons/account_financial_report/README.rst +36 -1
- odoo/addons/account_financial_report/__manifest__.py +4 -1
- odoo/addons/account_financial_report/i18n/account_financial_report.pot +102 -4
- odoo/addons/account_financial_report/i18n/ar.po +126 -11
- odoo/addons/account_financial_report/i18n/ca.po +130 -12
- odoo/addons/account_financial_report/i18n/da.po +130 -12
- odoo/addons/account_financial_report/i18n/de.po +130 -15
- odoo/addons/account_financial_report/i18n/es.po +134 -43
- odoo/addons/account_financial_report/i18n/es_AR.po +130 -12
- odoo/addons/account_financial_report/i18n/es_MX.po +102 -4
- odoo/addons/account_financial_report/i18n/fr.po +126 -11
- odoo/addons/account_financial_report/i18n/fr_CH.po +126 -11
- odoo/addons/account_financial_report/i18n/fr_FR.po +126 -8
- odoo/addons/account_financial_report/i18n/hr.po +102 -4
- odoo/addons/account_financial_report/i18n/hr_HR.po +102 -4
- odoo/addons/account_financial_report/i18n/it.po +130 -15
- odoo/addons/account_financial_report/i18n/ja.po +102 -4
- odoo/addons/account_financial_report/i18n/nl.po +130 -15
- odoo/addons/account_financial_report/i18n/nl_NL.po +102 -4
- odoo/addons/account_financial_report/i18n/pt.po +126 -8
- odoo/addons/account_financial_report/i18n/pt_BR.po +130 -15
- odoo/addons/account_financial_report/i18n/ro.po +130 -15
- odoo/addons/account_financial_report/models/__init__.py +2 -0
- odoo/addons/account_financial_report/models/account_age_report_configuration.py +47 -0
- odoo/addons/account_financial_report/models/res_config_settings.py +14 -0
- odoo/addons/account_financial_report/readme/CONFIGURE.rst +26 -0
- odoo/addons/account_financial_report/readme/CONTRIBUTORS.rst +1 -0
- odoo/addons/account_financial_report/readme/DESCRIPTION.rst +4 -0
- odoo/addons/account_financial_report/report/aged_partner_balance.py +74 -8
- odoo/addons/account_financial_report/report/aged_partner_balance_xlsx.py +145 -104
- odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml +428 -333
- odoo/addons/account_financial_report/security/ir.model.access.csv +2 -0
- odoo/addons/account_financial_report/security/security.xml +10 -0
- odoo/addons/account_financial_report/static/description/index.html +45 -21
- odoo/addons/account_financial_report/tests/__init__.py +1 -0
- odoo/addons/account_financial_report/tests/test_age_report_configuration.py +41 -0
- odoo/addons/account_financial_report/tests/test_aged_partner_balance.py +85 -4
- odoo/addons/account_financial_report/tests/test_general_ledger.py +5 -1
- odoo/addons/account_financial_report/tests/test_open_items.py +4 -1
- odoo/addons/account_financial_report/view/account_age_report_configuration_views.xml +44 -0
- odoo/addons/account_financial_report/view/res_config_settings_views.xml +56 -0
- odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +4 -0
- odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard_view.xml +2 -0
- {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
- {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
- {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
- {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>Resumen de Impuestos</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 "Informe XLSX Financiero Abstracto de la Cuenta"
|
|
|
91
96
|
msgid "Account"
|
|
92
97
|
msgstr "Cuenta"
|
|
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
|
|
@@ -149,14 +159,17 @@ msgstr "Activar centralización"
|
|
|
149
159
|
msgid "Additional Filtering"
|
|
150
160
|
msgstr "Filtros Adicionales"
|
|
151
161
|
|
|
162
|
+
#. module: account_financial_report
|
|
163
|
+
#: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
|
|
164
|
+
msgid "Age Partner Report Configuration"
|
|
165
|
+
msgstr ""
|
|
166
|
+
|
|
152
167
|
#. module: account_financial_report
|
|
153
168
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
154
169
|
msgid ""
|
|
155
170
|
"Age ≤ 120\n"
|
|
156
|
-
"
|
|
171
|
+
" d."
|
|
157
172
|
msgstr ""
|
|
158
|
-
"Antigüedad ≤ 120\n"
|
|
159
|
-
" d."
|
|
160
173
|
|
|
161
174
|
#. module: account_financial_report
|
|
162
175
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -168,10 +181,8 @@ msgstr "Tiempo ≤ 120 d."
|
|
|
168
181
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
169
182
|
msgid ""
|
|
170
183
|
"Age ≤ 30\n"
|
|
171
|
-
"
|
|
184
|
+
" d."
|
|
172
185
|
msgstr ""
|
|
173
|
-
"Antigüedad ≤ 30\n"
|
|
174
|
-
" d."
|
|
175
186
|
|
|
176
187
|
#. module: account_financial_report
|
|
177
188
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -183,10 +194,8 @@ msgstr "Tiempo ≤ 30 d."
|
|
|
183
194
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
184
195
|
msgid ""
|
|
185
196
|
"Age ≤ 60\n"
|
|
186
|
-
"
|
|
197
|
+
" d."
|
|
187
198
|
msgstr ""
|
|
188
|
-
"Antigüedad ≤ 60\n"
|
|
189
|
-
" d."
|
|
190
199
|
|
|
191
200
|
#. module: account_financial_report
|
|
192
201
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -198,10 +207,8 @@ msgstr "Tiempo ≤ 60 d."
|
|
|
198
207
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
199
208
|
msgid ""
|
|
200
209
|
"Age ≤ 90\n"
|
|
201
|
-
"
|
|
210
|
+
" d."
|
|
202
211
|
msgstr ""
|
|
203
|
-
"Antigüedad ≤ 90\n"
|
|
204
|
-
" d."
|
|
205
212
|
|
|
206
213
|
#. module: account_financial_report
|
|
207
214
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -399,6 +406,7 @@ msgstr "Código"
|
|
|
399
406
|
|
|
400
407
|
#. module: account_financial_report
|
|
401
408
|
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
|
|
409
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
|
|
402
410
|
#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
|
|
403
411
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
|
|
404
412
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
|
|
@@ -416,6 +424,18 @@ msgid "Compute accounts"
|
|
|
416
424
|
msgstr "Cuentas calculadas"
|
|
417
425
|
|
|
418
426
|
#. module: account_financial_report
|
|
427
|
+
#: model:ir.model,name:account_financial_report.model_res_config_settings
|
|
428
|
+
msgid "Config Settings"
|
|
429
|
+
msgstr ""
|
|
430
|
+
|
|
431
|
+
#. module: account_financial_report
|
|
432
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
433
|
+
msgid "Configurations"
|
|
434
|
+
msgstr ""
|
|
435
|
+
|
|
436
|
+
#. module: account_financial_report
|
|
437
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
|
|
438
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
|
|
419
439
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
|
|
420
440
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
|
|
421
441
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
|
|
@@ -426,6 +446,8 @@ msgid "Created by"
|
|
|
426
446
|
msgstr "Creado por"
|
|
427
447
|
|
|
428
448
|
#. module: account_financial_report
|
|
449
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
|
|
450
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
|
|
429
451
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
|
|
430
452
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
|
|
431
453
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
|
|
@@ -599,6 +621,8 @@ msgid "Detail Taxes"
|
|
|
599
621
|
msgstr "Detalle de impuestos"
|
|
600
622
|
|
|
601
623
|
#. module: account_financial_report
|
|
624
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
|
|
625
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
|
|
602
626
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
|
|
603
627
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
|
|
604
628
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
|
|
@@ -886,6 +910,12 @@ msgstr "Agrupar por"
|
|
|
886
910
|
msgid "Grouped By"
|
|
887
911
|
msgstr "Agrupar por"
|
|
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 "Niveles de Jerarquía a mostrar"
|
|
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
|
|
@@ -932,6 +964,17 @@ msgstr ""
|
|
|
932
964
|
"Si se marca, no se mostrarán detalles en el informe del libro mayor (solo el "
|
|
933
965
|
"webkit), solo importes centralizados por período."
|
|
934
966
|
|
|
967
|
+
#. module: account_financial_report
|
|
968
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
|
|
969
|
+
msgid "Inferior Limit"
|
|
970
|
+
msgstr ""
|
|
971
|
+
|
|
972
|
+
#. module: account_financial_report
|
|
973
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
974
|
+
#, python-format
|
|
975
|
+
msgid "Inferior Limit must be greather than zero"
|
|
976
|
+
msgstr ""
|
|
977
|
+
|
|
935
978
|
#. module: account_financial_report
|
|
936
979
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
|
|
937
980
|
msgid ""
|
|
@@ -958,6 +1001,12 @@ msgstr ""
|
|
|
958
1001
|
msgid "Initial balance"
|
|
959
1002
|
msgstr "Saldo inicial"
|
|
960
1003
|
|
|
1004
|
+
#. module: account_financial_report
|
|
1005
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
|
|
1006
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
|
|
1007
|
+
msgid "Intervals configuration"
|
|
1008
|
+
msgstr ""
|
|
1009
|
+
|
|
961
1010
|
#. module: account_financial_report
|
|
962
1011
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
963
1012
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
@@ -1024,6 +1073,8 @@ msgid "Journals"
|
|
|
1024
1073
|
msgstr "Diarios"
|
|
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 "Última modificación en"
|
|
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 "Última modificación por"
|
|
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 "Limitar niveles de jerarquía"
|
|
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 ""
|
|
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 "Limitar niveles de jerarquía"
|
|
|
1081
1141
|
msgid "Missing Partner"
|
|
1082
1142
|
msgstr "Contacto Perdido"
|
|
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 "Asiento Objetivo"
|
|
|
1091
1161
|
msgid "Moves"
|
|
1092
1162
|
msgstr "Asientos"
|
|
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 "Asientos"
|
|
|
1101
1179
|
msgid "Name"
|
|
1102
1180
|
msgstr "Nombre"
|
|
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 "Sin Postear"
|
|
|
1152
1237
|
msgid "Not due"
|
|
1153
1238
|
msgstr "Deuda"
|
|
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"
|
|
@@ -1819,6 +1909,34 @@ msgstr "ancho: 38.92%;"
|
|
|
1819
1909
|
msgid "width: 8.11%;"
|
|
1820
1910
|
msgstr "ancho: 8.11%;"
|
|
1821
1911
|
|
|
1912
|
+
#~ msgid ""
|
|
1913
|
+
#~ "Age ≤ 120\n"
|
|
1914
|
+
#~ " d."
|
|
1915
|
+
#~ msgstr ""
|
|
1916
|
+
#~ "Antigüedad ≤ 120\n"
|
|
1917
|
+
#~ " d."
|
|
1918
|
+
|
|
1919
|
+
#~ msgid ""
|
|
1920
|
+
#~ "Age ≤ 30\n"
|
|
1921
|
+
#~ " d."
|
|
1922
|
+
#~ msgstr ""
|
|
1923
|
+
#~ "Antigüedad ≤ 30\n"
|
|
1924
|
+
#~ " d."
|
|
1925
|
+
|
|
1926
|
+
#~ msgid ""
|
|
1927
|
+
#~ "Age ≤ 60\n"
|
|
1928
|
+
#~ " d."
|
|
1929
|
+
#~ msgstr ""
|
|
1930
|
+
#~ "Antigüedad ≤ 60\n"
|
|
1931
|
+
#~ " d."
|
|
1932
|
+
|
|
1933
|
+
#~ msgid ""
|
|
1934
|
+
#~ "Age ≤ 90\n"
|
|
1935
|
+
#~ " d."
|
|
1936
|
+
#~ msgstr ""
|
|
1937
|
+
#~ "Antigüedad ≤ 90\n"
|
|
1938
|
+
#~ " d."
|
|
1939
|
+
|
|
1822
1940
|
#~ msgid "Child Accounts"
|
|
1823
1941
|
#~ msgstr "Cuentas Hijas"
|
|
1824
1942
|
|
|
@@ -58,6 +58,11 @@ msgstr "91 - 120 d."
|
|
|
58
58
|
msgid "<b>Taxes summary</b>"
|
|
59
59
|
msgstr ""
|
|
60
60
|
|
|
61
|
+
#. module: account_financial_report
|
|
62
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
63
|
+
msgid "<span class=\"o_form_label\">Intervals configuration</span>"
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
61
66
|
#. module: account_financial_report
|
|
62
67
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
|
|
63
68
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
|
|
@@ -97,6 +102,11 @@ msgstr ""
|
|
|
97
102
|
msgid "Account"
|
|
98
103
|
msgstr ""
|
|
99
104
|
|
|
105
|
+
#. module: account_financial_report
|
|
106
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
|
|
107
|
+
msgid "Account Age Report Config"
|
|
108
|
+
msgstr ""
|
|
109
|
+
|
|
100
110
|
#. module: account_financial_report
|
|
101
111
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
|
|
102
112
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
|
|
@@ -155,11 +165,16 @@ msgstr ""
|
|
|
155
165
|
msgid "Additional Filtering"
|
|
156
166
|
msgstr ""
|
|
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
|
-
"
|
|
177
|
+
" d."
|
|
163
178
|
msgstr ""
|
|
164
179
|
|
|
165
180
|
#. module: account_financial_report
|
|
@@ -172,7 +187,7 @@ msgstr ""
|
|
|
172
187
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
173
188
|
msgid ""
|
|
174
189
|
"Age ≤ 30\n"
|
|
175
|
-
"
|
|
190
|
+
" d."
|
|
176
191
|
msgstr ""
|
|
177
192
|
|
|
178
193
|
#. module: account_financial_report
|
|
@@ -185,7 +200,7 @@ msgstr ""
|
|
|
185
200
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
186
201
|
msgid ""
|
|
187
202
|
"Age ≤ 60\n"
|
|
188
|
-
"
|
|
203
|
+
" d."
|
|
189
204
|
msgstr ""
|
|
190
205
|
|
|
191
206
|
#. module: account_financial_report
|
|
@@ -198,7 +213,7 @@ msgstr ""
|
|
|
198
213
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
199
214
|
msgid ""
|
|
200
215
|
"Age ≤ 90\n"
|
|
201
|
-
"
|
|
216
|
+
" d."
|
|
202
217
|
msgstr ""
|
|
203
218
|
|
|
204
219
|
#. module: account_financial_report
|
|
@@ -397,6 +412,7 @@ msgstr ""
|
|
|
397
412
|
|
|
398
413
|
#. module: account_financial_report
|
|
399
414
|
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
|
|
415
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
|
|
400
416
|
#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
|
|
401
417
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
|
|
402
418
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
|
|
@@ -414,6 +430,18 @@ msgid "Compute accounts"
|
|
|
414
430
|
msgstr ""
|
|
415
431
|
|
|
416
432
|
#. module: account_financial_report
|
|
433
|
+
#: model:ir.model,name:account_financial_report.model_res_config_settings
|
|
434
|
+
msgid "Config Settings"
|
|
435
|
+
msgstr ""
|
|
436
|
+
|
|
437
|
+
#. module: account_financial_report
|
|
438
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
439
|
+
msgid "Configurations"
|
|
440
|
+
msgstr ""
|
|
441
|
+
|
|
442
|
+
#. module: account_financial_report
|
|
443
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
|
|
444
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
|
|
417
445
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
|
|
418
446
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
|
|
419
447
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
|
|
@@ -424,6 +452,8 @@ msgid "Created by"
|
|
|
424
452
|
msgstr ""
|
|
425
453
|
|
|
426
454
|
#. module: account_financial_report
|
|
455
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
|
|
456
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
|
|
427
457
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
|
|
428
458
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
|
|
429
459
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
|
|
@@ -597,6 +627,8 @@ msgid "Detail Taxes"
|
|
|
597
627
|
msgstr ""
|
|
598
628
|
|
|
599
629
|
#. module: account_financial_report
|
|
630
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
|
|
631
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
|
|
600
632
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
|
|
601
633
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
|
|
602
634
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
|
|
@@ -871,6 +903,12 @@ msgstr ""
|
|
|
871
903
|
msgid "Grouped By"
|
|
872
904
|
msgstr ""
|
|
873
905
|
|
|
906
|
+
#. module: account_financial_report
|
|
907
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
908
|
+
msgid ""
|
|
909
|
+
"Here you can set the intervals that will appear on the Aged Partner Balance."
|
|
910
|
+
msgstr ""
|
|
911
|
+
|
|
874
912
|
#. module: account_financial_report
|
|
875
913
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
876
914
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
@@ -899,6 +937,8 @@ msgid "Hierarchy Levels to display"
|
|
|
899
937
|
msgstr ""
|
|
900
938
|
|
|
901
939
|
#. module: account_financial_report
|
|
940
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
|
|
941
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
|
|
902
942
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
|
|
903
943
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
|
|
904
944
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
|
|
@@ -915,6 +955,17 @@ msgid ""
|
|
|
915
955
|
"webkit one only), only centralized amounts per period."
|
|
916
956
|
msgstr ""
|
|
917
957
|
|
|
958
|
+
#. module: account_financial_report
|
|
959
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
|
|
960
|
+
msgid "Inferior Limit"
|
|
961
|
+
msgstr ""
|
|
962
|
+
|
|
963
|
+
#. module: account_financial_report
|
|
964
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
965
|
+
#, python-format
|
|
966
|
+
msgid "Inferior Limit must be greather than zero"
|
|
967
|
+
msgstr ""
|
|
968
|
+
|
|
918
969
|
#. module: account_financial_report
|
|
919
970
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
|
|
920
971
|
msgid ""
|
|
@@ -937,6 +988,12 @@ msgstr ""
|
|
|
937
988
|
msgid "Initial balance"
|
|
938
989
|
msgstr ""
|
|
939
990
|
|
|
991
|
+
#. module: account_financial_report
|
|
992
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
|
|
993
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
|
|
994
|
+
msgid "Intervals configuration"
|
|
995
|
+
msgstr ""
|
|
996
|
+
|
|
940
997
|
#. module: account_financial_report
|
|
941
998
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
942
999
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
@@ -1003,6 +1060,8 @@ msgid "Journals"
|
|
|
1003
1060
|
msgstr ""
|
|
1004
1061
|
|
|
1005
1062
|
#. module: account_financial_report
|
|
1063
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
|
|
1064
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line____last_update
|
|
1006
1065
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update
|
|
1007
1066
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update
|
|
1008
1067
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update
|
|
@@ -1013,6 +1072,8 @@ msgid "Last Modified on"
|
|
|
1013
1072
|
msgstr ""
|
|
1014
1073
|
|
|
1015
1074
|
#. module: account_financial_report
|
|
1075
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
|
|
1076
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
|
|
1016
1077
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
|
|
1017
1078
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
|
|
1018
1079
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
|
|
@@ -1023,6 +1084,8 @@ msgid "Last Updated by"
|
|
|
1023
1084
|
msgstr ""
|
|
1024
1085
|
|
|
1025
1086
|
#. module: account_financial_report
|
|
1087
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
|
|
1088
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
|
|
1026
1089
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
|
|
1027
1090
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
|
|
1028
1091
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
|
|
@@ -1052,6 +1115,11 @@ msgstr ""
|
|
|
1052
1115
|
msgid "Limit hierarchy levels"
|
|
1053
1116
|
msgstr ""
|
|
1054
1117
|
|
|
1118
|
+
#. module: account_financial_report
|
|
1119
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
|
|
1120
|
+
msgid "Line"
|
|
1121
|
+
msgstr ""
|
|
1122
|
+
|
|
1055
1123
|
#. module: account_financial_report
|
|
1056
1124
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1057
1125
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
@@ -1060,6 +1128,16 @@ msgstr ""
|
|
|
1060
1128
|
msgid "Missing Partner"
|
|
1061
1129
|
msgstr ""
|
|
1062
1130
|
|
|
1131
|
+
#. module: account_financial_report
|
|
1132
|
+
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1133
|
+
msgid "Model to set interval lines for Age partner balance report"
|
|
1134
|
+
msgstr ""
|
|
1135
|
+
|
|
1136
|
+
#. module: account_financial_report
|
|
1137
|
+
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration
|
|
1138
|
+
msgid "Model to set intervals for Age partner balance report"
|
|
1139
|
+
msgstr ""
|
|
1140
|
+
|
|
1063
1141
|
#. module: account_financial_report
|
|
1064
1142
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
|
|
1065
1143
|
msgid "Move Target"
|
|
@@ -1070,9 +1148,17 @@ msgstr ""
|
|
|
1070
1148
|
msgid "Moves"
|
|
1071
1149
|
msgstr ""
|
|
1072
1150
|
|
|
1151
|
+
#. module: account_financial_report
|
|
1152
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1153
|
+
#, python-format
|
|
1154
|
+
msgid "Must complete Configuration Lines"
|
|
1155
|
+
msgstr ""
|
|
1156
|
+
|
|
1073
1157
|
#. module: account_financial_report
|
|
1074
1158
|
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
|
|
1075
1159
|
#: code:addons/account_financial_report/report/vat_report_xlsx.py:0
|
|
1160
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
|
|
1161
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
|
|
1076
1162
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
|
|
1077
1163
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
|
|
1078
1164
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
|
|
@@ -1080,6 +1166,13 @@ msgstr ""
|
|
|
1080
1166
|
msgid "Name"
|
|
1081
1167
|
msgstr ""
|
|
1082
1168
|
|
|
1169
|
+
#. module: account_financial_report
|
|
1170
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1171
|
+
#: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
|
|
1172
|
+
#, python-format
|
|
1173
|
+
msgid "Name must be unique per report configuration"
|
|
1174
|
+
msgstr ""
|
|
1175
|
+
|
|
1083
1176
|
#. module: account_financial_report
|
|
1084
1177
|
#: code:addons/account_financial_report/report/vat_report_xlsx.py:0
|
|
1085
1178
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
|
|
@@ -1131,6 +1224,11 @@ msgstr ""
|
|
|
1131
1224
|
msgid "Not due"
|
|
1132
1225
|
msgstr ""
|
|
1133
1226
|
|
|
1227
|
+
#. module: account_financial_report
|
|
1228
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
1229
|
+
msgid "OCA Aged Report Configuration"
|
|
1230
|
+
msgstr ""
|
|
1231
|
+
|
|
1134
1232
|
#. module: account_financial_report
|
|
1135
1233
|
#: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
|
|
1136
1234
|
msgid "OCA accounting reports"
|