odoo-addon-account-financial-report 16.0.1.5.4.4__py3-none-any.whl → 16.0.1.6.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 +105 -5
- odoo/addons/account_financial_report/i18n/ar.po +129 -12
- odoo/addons/account_financial_report/i18n/ca.po +133 -13
- odoo/addons/account_financial_report/i18n/de.po +133 -16
- odoo/addons/account_financial_report/i18n/es.po +142 -13
- odoo/addons/account_financial_report/i18n/es_AR.po +133 -13
- odoo/addons/account_financial_report/i18n/es_MX.po +105 -5
- odoo/addons/account_financial_report/i18n/fr.po +133 -16
- odoo/addons/account_financial_report/i18n/fr_CH.po +129 -12
- odoo/addons/account_financial_report/i18n/fr_FR.po +133 -13
- odoo/addons/account_financial_report/i18n/hr.po +133 -13
- odoo/addons/account_financial_report/i18n/hr_HR.po +105 -5
- odoo/addons/account_financial_report/i18n/it.po +133 -16
- odoo/addons/account_financial_report/i18n/ja.po +105 -5
- odoo/addons/account_financial_report/i18n/nl.po +133 -16
- odoo/addons/account_financial_report/i18n/nl_NL.po +105 -5
- odoo/addons/account_financial_report/i18n/pt.po +129 -9
- odoo/addons/account_financial_report/i18n/pt_BR.po +133 -16
- odoo/addons/account_financial_report/i18n/ro.po +133 -16
- odoo/addons/account_financial_report/i18n/sv.po +133 -13
- odoo/addons/account_financial_report/i18n/tr.po +105 -5
- 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 +69 -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 +88 -7
- odoo/addons/account_financial_report/view/account_age_report_configuration_views.xml +41 -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 -3
- {odoo_addon_account_financial_report-16.0.1.5.4.4.dist-info → odoo_addon_account_financial_report-16.0.1.6.0.1.dist-info}/METADATA +37 -2
- {odoo_addon_account_financial_report-16.0.1.5.4.4.dist-info → odoo_addon_account_financial_report-16.0.1.6.0.1.dist-info}/RECORD +46 -39
- {odoo_addon_account_financial_report-16.0.1.5.4.4.dist-info → odoo_addon_account_financial_report-16.0.1.6.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_account_financial_report-16.0.1.5.4.4.dist-info → odoo_addon_account_financial_report-16.0.1.6.0.1.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
@@ -98,6 +103,11 @@ msgstr ""
|
|
|
98
103
|
msgid "Account"
|
|
99
104
|
msgstr ""
|
|
100
105
|
|
|
106
|
+
#. module: account_financial_report
|
|
107
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__account_age_report_config_id
|
|
108
|
+
msgid "Account Age Report Config"
|
|
109
|
+
msgstr ""
|
|
110
|
+
|
|
101
111
|
#. module: account_financial_report
|
|
102
112
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__account_code_from
|
|
103
113
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__account_code_from
|
|
@@ -159,11 +169,16 @@ msgstr ""
|
|
|
159
169
|
msgid "Additional Filtering"
|
|
160
170
|
msgstr ""
|
|
161
171
|
|
|
172
|
+
#. module: account_financial_report
|
|
173
|
+
#: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
|
|
174
|
+
msgid "Age Partner Report Configuration"
|
|
175
|
+
msgstr ""
|
|
176
|
+
|
|
162
177
|
#. module: account_financial_report
|
|
163
178
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
164
179
|
msgid ""
|
|
165
180
|
"Age ≤ 120\n"
|
|
166
|
-
"
|
|
181
|
+
" d."
|
|
167
182
|
msgstr ""
|
|
168
183
|
|
|
169
184
|
#. module: account_financial_report
|
|
@@ -177,7 +192,7 @@ msgstr ""
|
|
|
177
192
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
178
193
|
msgid ""
|
|
179
194
|
"Age ≤ 30\n"
|
|
180
|
-
"
|
|
195
|
+
" d."
|
|
181
196
|
msgstr ""
|
|
182
197
|
|
|
183
198
|
#. module: account_financial_report
|
|
@@ -191,7 +206,7 @@ msgstr ""
|
|
|
191
206
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
192
207
|
msgid ""
|
|
193
208
|
"Age ≤ 60\n"
|
|
194
|
-
"
|
|
209
|
+
" d."
|
|
195
210
|
msgstr ""
|
|
196
211
|
|
|
197
212
|
#. module: account_financial_report
|
|
@@ -205,7 +220,7 @@ msgstr ""
|
|
|
205
220
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
206
221
|
msgid ""
|
|
207
222
|
"Age ≤ 90\n"
|
|
208
|
-
"
|
|
223
|
+
" d."
|
|
209
224
|
msgstr ""
|
|
210
225
|
|
|
211
226
|
#. module: account_financial_report
|
|
@@ -424,6 +439,7 @@ msgstr ""
|
|
|
424
439
|
#. module: account_financial_report
|
|
425
440
|
#. odoo-python
|
|
426
441
|
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
|
|
442
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
|
|
427
443
|
#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
|
|
428
444
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
|
|
429
445
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
|
|
@@ -441,6 +457,18 @@ msgid "Compute accounts"
|
|
|
441
457
|
msgstr ""
|
|
442
458
|
|
|
443
459
|
#. module: account_financial_report
|
|
460
|
+
#: model:ir.model,name:account_financial_report.model_res_config_settings
|
|
461
|
+
msgid "Config Settings"
|
|
462
|
+
msgstr ""
|
|
463
|
+
|
|
464
|
+
#. module: account_financial_report
|
|
465
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
466
|
+
msgid "Configurations"
|
|
467
|
+
msgstr ""
|
|
468
|
+
|
|
469
|
+
#. module: account_financial_report
|
|
470
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
|
|
471
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
|
|
444
472
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
|
|
445
473
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
|
|
446
474
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
|
|
@@ -451,6 +479,8 @@ msgid "Created by"
|
|
|
451
479
|
msgstr ""
|
|
452
480
|
|
|
453
481
|
#. module: account_financial_report
|
|
482
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
|
|
483
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
|
|
454
484
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
|
|
455
485
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
|
|
456
486
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
|
|
@@ -639,6 +669,8 @@ msgid "Detail Taxes"
|
|
|
639
669
|
msgstr ""
|
|
640
670
|
|
|
641
671
|
#. module: account_financial_report
|
|
672
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
|
|
673
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
|
|
642
674
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
|
|
643
675
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
|
|
644
676
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
|
|
@@ -914,6 +946,12 @@ msgstr ""
|
|
|
914
946
|
msgid "Grouped By"
|
|
915
947
|
msgstr ""
|
|
916
948
|
|
|
949
|
+
#. module: account_financial_report
|
|
950
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
951
|
+
msgid ""
|
|
952
|
+
"Here you can set the intervals that will appear on the Aged Partner Balance."
|
|
953
|
+
msgstr ""
|
|
954
|
+
|
|
917
955
|
#. module: account_financial_report
|
|
918
956
|
#. odoo-python
|
|
919
957
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
@@ -943,6 +981,8 @@ msgid "Hierarchy Levels to display"
|
|
|
943
981
|
msgstr ""
|
|
944
982
|
|
|
945
983
|
#. module: account_financial_report
|
|
984
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
|
|
985
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
|
|
946
986
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
|
|
947
987
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
|
|
948
988
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
|
|
@@ -959,6 +999,18 @@ msgid ""
|
|
|
959
999
|
"webkit one only), only centralized amounts per period."
|
|
960
1000
|
msgstr ""
|
|
961
1001
|
|
|
1002
|
+
#. module: account_financial_report
|
|
1003
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
|
|
1004
|
+
msgid "Inferior Limit"
|
|
1005
|
+
msgstr ""
|
|
1006
|
+
|
|
1007
|
+
#. module: account_financial_report
|
|
1008
|
+
#. odoo-python
|
|
1009
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1010
|
+
#, python-format
|
|
1011
|
+
msgid "Inferior Limit must be greather than zero"
|
|
1012
|
+
msgstr ""
|
|
1013
|
+
|
|
962
1014
|
#. module: account_financial_report
|
|
963
1015
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
|
|
964
1016
|
msgid ""
|
|
@@ -982,6 +1034,12 @@ msgstr ""
|
|
|
982
1034
|
msgid "Initial balance"
|
|
983
1035
|
msgstr ""
|
|
984
1036
|
|
|
1037
|
+
#. module: account_financial_report
|
|
1038
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
|
|
1039
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
|
|
1040
|
+
msgid "Intervals configuration"
|
|
1041
|
+
msgstr ""
|
|
1042
|
+
|
|
985
1043
|
#. module: account_financial_report
|
|
986
1044
|
#. odoo-python
|
|
987
1045
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1051,6 +1109,8 @@ msgid "Journals"
|
|
|
1051
1109
|
msgstr ""
|
|
1052
1110
|
|
|
1053
1111
|
#. module: account_financial_report
|
|
1112
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
|
|
1113
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line____last_update
|
|
1054
1114
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update
|
|
1055
1115
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update
|
|
1056
1116
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update
|
|
@@ -1061,6 +1121,8 @@ msgid "Last Modified on"
|
|
|
1061
1121
|
msgstr ""
|
|
1062
1122
|
|
|
1063
1123
|
#. module: account_financial_report
|
|
1124
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
|
|
1125
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
|
|
1064
1126
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
|
|
1065
1127
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
|
|
1066
1128
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
|
|
@@ -1071,6 +1133,8 @@ msgid "Last Updated by"
|
|
|
1071
1133
|
msgstr ""
|
|
1072
1134
|
|
|
1073
1135
|
#. module: account_financial_report
|
|
1136
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
|
|
1137
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
|
|
1074
1138
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
|
|
1075
1139
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
|
|
1076
1140
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
|
|
@@ -1102,6 +1166,11 @@ msgstr ""
|
|
|
1102
1166
|
msgid "Limit hierarchy levels"
|
|
1103
1167
|
msgstr ""
|
|
1104
1168
|
|
|
1169
|
+
#. module: account_financial_report
|
|
1170
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
|
|
1171
|
+
msgid "Line"
|
|
1172
|
+
msgstr ""
|
|
1173
|
+
|
|
1105
1174
|
#. module: account_financial_report
|
|
1106
1175
|
#. odoo-python
|
|
1107
1176
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
@@ -1111,6 +1180,16 @@ msgstr ""
|
|
|
1111
1180
|
msgid "Missing Partner"
|
|
1112
1181
|
msgstr ""
|
|
1113
1182
|
|
|
1183
|
+
#. module: account_financial_report
|
|
1184
|
+
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1185
|
+
msgid "Model to set interval lines for Age partner balance report"
|
|
1186
|
+
msgstr ""
|
|
1187
|
+
|
|
1188
|
+
#. module: account_financial_report
|
|
1189
|
+
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration
|
|
1190
|
+
msgid "Model to set intervals for Age partner balance report"
|
|
1191
|
+
msgstr ""
|
|
1192
|
+
|
|
1114
1193
|
#. module: account_financial_report
|
|
1115
1194
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
|
|
1116
1195
|
msgid "Move Target"
|
|
@@ -1121,10 +1200,19 @@ msgstr ""
|
|
|
1121
1200
|
msgid "Moves"
|
|
1122
1201
|
msgstr ""
|
|
1123
1202
|
|
|
1203
|
+
#. module: account_financial_report
|
|
1204
|
+
#. odoo-python
|
|
1205
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1206
|
+
#, python-format
|
|
1207
|
+
msgid "Must complete Configuration Lines"
|
|
1208
|
+
msgstr ""
|
|
1209
|
+
|
|
1124
1210
|
#. module: account_financial_report
|
|
1125
1211
|
#. odoo-python
|
|
1126
1212
|
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
|
|
1127
1213
|
#: code:addons/account_financial_report/report/vat_report_xlsx.py:0
|
|
1214
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
|
|
1215
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
|
|
1128
1216
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
|
|
1129
1217
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
|
|
1130
1218
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
|
|
@@ -1132,6 +1220,14 @@ msgstr ""
|
|
|
1132
1220
|
msgid "Name"
|
|
1133
1221
|
msgstr ""
|
|
1134
1222
|
|
|
1223
|
+
#. module: account_financial_report
|
|
1224
|
+
#. odoo-python
|
|
1225
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1226
|
+
#: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
|
|
1227
|
+
#, python-format
|
|
1228
|
+
msgid "Name must be unique per report configuration"
|
|
1229
|
+
msgstr ""
|
|
1230
|
+
|
|
1135
1231
|
#. module: account_financial_report
|
|
1136
1232
|
#. odoo-python
|
|
1137
1233
|
#: code:addons/account_financial_report/report/vat_report_xlsx.py:0
|
|
@@ -1188,6 +1284,11 @@ msgstr ""
|
|
|
1188
1284
|
msgid "Not due"
|
|
1189
1285
|
msgstr ""
|
|
1190
1286
|
|
|
1287
|
+
#. module: account_financial_report
|
|
1288
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
1289
|
+
msgid "OCA Aged Report Configuration"
|
|
1290
|
+
msgstr ""
|
|
1291
|
+
|
|
1191
1292
|
#. module: account_financial_report
|
|
1192
1293
|
#: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
|
|
1193
1294
|
msgid "OCA accounting reports"
|
|
@@ -1796,7 +1897,6 @@ msgid "future"
|
|
|
1796
1897
|
msgstr ""
|
|
1797
1898
|
|
|
1798
1899
|
#. module: account_financial_report
|
|
1799
|
-
#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
|
|
1800
1900
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
|
|
1801
1901
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
|
|
1802
1902
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard
|
|
@@ -55,6 +55,11 @@ msgstr "91 - 120 j."
|
|
|
55
55
|
msgid "<b>Taxes summary</b>"
|
|
56
56
|
msgstr "<b>Synthèse des taxes</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 "Rapport comptable au format XLSX - Couche d'abstraction"
|
|
|
95
100
|
msgid "Account"
|
|
96
101
|
msgstr "Compte"
|
|
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
|
|
@@ -156,14 +166,17 @@ msgstr "Activer la centralisation"
|
|
|
156
166
|
msgid "Additional Filtering"
|
|
157
167
|
msgstr "Filtre supplémentaire"
|
|
158
168
|
|
|
169
|
+
#. module: account_financial_report
|
|
170
|
+
#: model:ir.actions.act_window,name:account_financial_report.action_aged_partner_report_configuration
|
|
171
|
+
msgid "Age Partner Report Configuration"
|
|
172
|
+
msgstr ""
|
|
173
|
+
|
|
159
174
|
#. module: account_financial_report
|
|
160
175
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
161
176
|
msgid ""
|
|
162
177
|
"Age ≤ 120\n"
|
|
163
|
-
"
|
|
178
|
+
" d."
|
|
164
179
|
msgstr ""
|
|
165
|
-
"Éch. ≤ 120\n"
|
|
166
|
-
" j."
|
|
167
180
|
|
|
168
181
|
#. module: account_financial_report
|
|
169
182
|
#. odoo-python
|
|
@@ -176,10 +189,8 @@ msgstr "Éch. ≤ 120 j."
|
|
|
176
189
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
177
190
|
msgid ""
|
|
178
191
|
"Age ≤ 30\n"
|
|
179
|
-
"
|
|
192
|
+
" d."
|
|
180
193
|
msgstr ""
|
|
181
|
-
"Éch. ≤ 30\n"
|
|
182
|
-
" j."
|
|
183
194
|
|
|
184
195
|
#. module: account_financial_report
|
|
185
196
|
#. odoo-python
|
|
@@ -192,10 +203,8 @@ msgstr "Éch. ≤ 30 j."
|
|
|
192
203
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
193
204
|
msgid ""
|
|
194
205
|
"Age ≤ 60\n"
|
|
195
|
-
"
|
|
206
|
+
" d."
|
|
196
207
|
msgstr ""
|
|
197
|
-
"Éch. ≤ 60\n"
|
|
198
|
-
" j."
|
|
199
208
|
|
|
200
209
|
#. module: account_financial_report
|
|
201
210
|
#. odoo-python
|
|
@@ -208,10 +217,8 @@ msgstr "Éch. ≤ 60 j."
|
|
|
208
217
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_move_lines
|
|
209
218
|
msgid ""
|
|
210
219
|
"Age ≤ 90\n"
|
|
211
|
-
"
|
|
220
|
+
" d."
|
|
212
221
|
msgstr ""
|
|
213
|
-
"Éch. ≤ 90\n"
|
|
214
|
-
" j."
|
|
215
222
|
|
|
216
223
|
#. module: account_financial_report
|
|
217
224
|
#. odoo-python
|
|
@@ -429,6 +436,7 @@ msgstr "Code"
|
|
|
429
436
|
#. module: account_financial_report
|
|
430
437
|
#. odoo-python
|
|
431
438
|
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
|
|
439
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__company_id
|
|
432
440
|
#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__company_id
|
|
433
441
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__company_id
|
|
434
442
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__company_id
|
|
@@ -446,6 +454,18 @@ msgid "Compute accounts"
|
|
|
446
454
|
msgstr "Calculer les comptes"
|
|
447
455
|
|
|
448
456
|
#. module: account_financial_report
|
|
457
|
+
#: model:ir.model,name:account_financial_report.model_res_config_settings
|
|
458
|
+
msgid "Config Settings"
|
|
459
|
+
msgstr ""
|
|
460
|
+
|
|
461
|
+
#. module: account_financial_report
|
|
462
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
463
|
+
msgid "Configurations"
|
|
464
|
+
msgstr ""
|
|
465
|
+
|
|
466
|
+
#. module: account_financial_report
|
|
467
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_uid
|
|
468
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_uid
|
|
449
469
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_uid
|
|
450
470
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_uid
|
|
451
471
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_uid
|
|
@@ -456,6 +476,8 @@ msgid "Created by"
|
|
|
456
476
|
msgstr "Créé par"
|
|
457
477
|
|
|
458
478
|
#. module: account_financial_report
|
|
479
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__create_date
|
|
480
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__create_date
|
|
459
481
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__create_date
|
|
460
482
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__create_date
|
|
461
483
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__create_date
|
|
@@ -644,6 +666,8 @@ msgid "Detail Taxes"
|
|
|
644
666
|
msgstr "Détail des taxes"
|
|
645
667
|
|
|
646
668
|
#. module: account_financial_report
|
|
669
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__display_name
|
|
670
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__display_name
|
|
647
671
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__display_name
|
|
648
672
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__display_name
|
|
649
673
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__display_name
|
|
@@ -933,6 +957,12 @@ msgstr "Grouper les écritures par"
|
|
|
933
957
|
msgid "Grouped By"
|
|
934
958
|
msgstr "Groupé par"
|
|
935
959
|
|
|
960
|
+
#. module: account_financial_report
|
|
961
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
962
|
+
msgid ""
|
|
963
|
+
"Here you can set the intervals that will appear on the Aged Partner Balance."
|
|
964
|
+
msgstr ""
|
|
965
|
+
|
|
936
966
|
#. module: account_financial_report
|
|
937
967
|
#. odoo-python
|
|
938
968
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
@@ -962,6 +992,8 @@ msgid "Hierarchy Levels to display"
|
|
|
962
992
|
msgstr "Niveaux de hiérarchie à afficher"
|
|
963
993
|
|
|
964
994
|
#. module: account_financial_report
|
|
995
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__id
|
|
996
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__id
|
|
965
997
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__id
|
|
966
998
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__id
|
|
967
999
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__id
|
|
@@ -980,6 +1012,18 @@ msgstr ""
|
|
|
980
1012
|
"Si coché, aucun détail ne sera affiché dans le grand livre (uniquement le "
|
|
981
1013
|
"webkit), seulement les montants centralisés par période."
|
|
982
1014
|
|
|
1015
|
+
#. module: account_financial_report
|
|
1016
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__inferior_limit
|
|
1017
|
+
msgid "Inferior Limit"
|
|
1018
|
+
msgstr ""
|
|
1019
|
+
|
|
1020
|
+
#. module: account_financial_report
|
|
1021
|
+
#. odoo-python
|
|
1022
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1023
|
+
#, python-format
|
|
1024
|
+
msgid "Inferior Limit must be greather than zero"
|
|
1025
|
+
msgstr ""
|
|
1026
|
+
|
|
983
1027
|
#. module: account_financial_report
|
|
984
1028
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_trial_balance_lines_header
|
|
985
1029
|
msgid ""
|
|
@@ -1007,6 +1051,12 @@ msgstr ""
|
|
|
1007
1051
|
msgid "Initial balance"
|
|
1008
1052
|
msgstr "Solde initial"
|
|
1009
1053
|
|
|
1054
|
+
#. module: account_financial_report
|
|
1055
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__age_partner_config_id
|
|
1056
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_res_config_settings__default_age_partner_config_id
|
|
1057
|
+
msgid "Intervals configuration"
|
|
1058
|
+
msgstr ""
|
|
1059
|
+
|
|
1010
1060
|
#. module: account_financial_report
|
|
1011
1061
|
#. odoo-python
|
|
1012
1062
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1076,6 +1126,8 @@ msgid "Journals"
|
|
|
1076
1126
|
msgstr "Journaux"
|
|
1077
1127
|
|
|
1078
1128
|
#. module: account_financial_report
|
|
1129
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration____last_update
|
|
1130
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line____last_update
|
|
1079
1131
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard____last_update
|
|
1080
1132
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard____last_update
|
|
1081
1133
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard____last_update
|
|
@@ -1086,6 +1138,8 @@ msgid "Last Modified on"
|
|
|
1086
1138
|
msgstr "Dernière modification le"
|
|
1087
1139
|
|
|
1088
1140
|
#. module: account_financial_report
|
|
1141
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
|
|
1142
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
|
|
1089
1143
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_uid
|
|
1090
1144
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_uid
|
|
1091
1145
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_uid
|
|
@@ -1096,6 +1150,8 @@ msgid "Last Updated by"
|
|
|
1096
1150
|
msgstr "Dernière mise à jour par"
|
|
1097
1151
|
|
|
1098
1152
|
#. module: account_financial_report
|
|
1153
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_date
|
|
1154
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_date
|
|
1099
1155
|
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__write_date
|
|
1100
1156
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__write_date
|
|
1101
1157
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__write_date
|
|
@@ -1127,6 +1183,11 @@ msgstr "Niveau %s"
|
|
|
1127
1183
|
msgid "Limit hierarchy levels"
|
|
1128
1184
|
msgstr "Limiter les niveaux de hiérarchie"
|
|
1129
1185
|
|
|
1186
|
+
#. module: account_financial_report
|
|
1187
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__line_ids
|
|
1188
|
+
msgid "Line"
|
|
1189
|
+
msgstr "Ligne"
|
|
1190
|
+
|
|
1130
1191
|
#. module: account_financial_report
|
|
1131
1192
|
#. odoo-python
|
|
1132
1193
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
@@ -1136,6 +1197,16 @@ msgstr "Limiter les niveaux de hiérarchie"
|
|
|
1136
1197
|
msgid "Missing Partner"
|
|
1137
1198
|
msgstr ""
|
|
1138
1199
|
|
|
1200
|
+
#. module: account_financial_report
|
|
1201
|
+
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1202
|
+
msgid "Model to set interval lines for Age partner balance report"
|
|
1203
|
+
msgstr ""
|
|
1204
|
+
|
|
1205
|
+
#. module: account_financial_report
|
|
1206
|
+
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration
|
|
1207
|
+
msgid "Model to set intervals for Age partner balance report"
|
|
1208
|
+
msgstr ""
|
|
1209
|
+
|
|
1139
1210
|
#. module: account_financial_report
|
|
1140
1211
|
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__move_target
|
|
1141
1212
|
msgid "Move Target"
|
|
@@ -1146,10 +1217,19 @@ msgstr "Écriture cible"
|
|
|
1146
1217
|
msgid "Moves"
|
|
1147
1218
|
msgstr "Écritures"
|
|
1148
1219
|
|
|
1220
|
+
#. module: account_financial_report
|
|
1221
|
+
#. odoo-python
|
|
1222
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1223
|
+
#, python-format
|
|
1224
|
+
msgid "Must complete Configuration Lines"
|
|
1225
|
+
msgstr ""
|
|
1226
|
+
|
|
1149
1227
|
#. module: account_financial_report
|
|
1150
1228
|
#. odoo-python
|
|
1151
1229
|
#: code:addons/account_financial_report/report/journal_ledger_xlsx.py:0
|
|
1152
1230
|
#: code:addons/account_financial_report/report/vat_report_xlsx.py:0
|
|
1231
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__name
|
|
1232
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__name
|
|
1153
1233
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_all_taxes
|
|
1154
1234
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_journal_ledger_journal_taxes
|
|
1155
1235
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_vat_report_base
|
|
@@ -1157,6 +1237,14 @@ msgstr "Écritures"
|
|
|
1157
1237
|
msgid "Name"
|
|
1158
1238
|
msgstr "Nom"
|
|
1159
1239
|
|
|
1240
|
+
#. module: account_financial_report
|
|
1241
|
+
#. odoo-python
|
|
1242
|
+
#: code:addons/account_financial_report/models/account_age_report_configuration.py:0
|
|
1243
|
+
#: model:ir.model.constraint,message:account_financial_report.constraint_account_age_report_configuration_line_unique_name_config_combination
|
|
1244
|
+
#, python-format
|
|
1245
|
+
msgid "Name must be unique per report configuration"
|
|
1246
|
+
msgstr ""
|
|
1247
|
+
|
|
1160
1248
|
#. module: account_financial_report
|
|
1161
1249
|
#. odoo-python
|
|
1162
1250
|
#: code:addons/account_financial_report/report/vat_report_xlsx.py:0
|
|
@@ -1213,6 +1301,11 @@ msgstr "Non comptabilisé"
|
|
|
1213
1301
|
msgid "Not due"
|
|
1214
1302
|
msgstr "Non échu"
|
|
1215
1303
|
|
|
1304
|
+
#. module: account_financial_report
|
|
1305
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.res_config_settings_view_form
|
|
1306
|
+
msgid "OCA Aged Report Configuration"
|
|
1307
|
+
msgstr ""
|
|
1308
|
+
|
|
1216
1309
|
#. module: account_financial_report
|
|
1217
1310
|
#: model:ir.ui.menu,name:account_financial_report.menu_oca_reports
|
|
1218
1311
|
msgid "OCA accounting reports"
|
|
@@ -1841,7 +1934,6 @@ msgid "future"
|
|
|
1841
1934
|
msgstr "futur"
|
|
1842
1935
|
|
|
1843
1936
|
#. module: account_financial_report
|
|
1844
|
-
#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
|
|
1845
1937
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
|
|
1846
1938
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.journal_ledger_wizard
|
|
1847
1939
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.open_items_wizard
|
|
@@ -1890,6 +1982,34 @@ msgstr "largeur : 38,92% ;"
|
|
|
1890
1982
|
msgid "width: 8.11%;"
|
|
1891
1983
|
msgstr "largeur : 8.11% ;"
|
|
1892
1984
|
|
|
1985
|
+
#~ msgid ""
|
|
1986
|
+
#~ "Age ≤ 120\n"
|
|
1987
|
+
#~ " d."
|
|
1988
|
+
#~ msgstr ""
|
|
1989
|
+
#~ "Éch. ≤ 120\n"
|
|
1990
|
+
#~ " j."
|
|
1991
|
+
|
|
1992
|
+
#~ msgid ""
|
|
1993
|
+
#~ "Age ≤ 30\n"
|
|
1994
|
+
#~ " d."
|
|
1995
|
+
#~ msgstr ""
|
|
1996
|
+
#~ "Éch. ≤ 30\n"
|
|
1997
|
+
#~ " j."
|
|
1998
|
+
|
|
1999
|
+
#~ msgid ""
|
|
2000
|
+
#~ "Age ≤ 60\n"
|
|
2001
|
+
#~ " d."
|
|
2002
|
+
#~ msgstr ""
|
|
2003
|
+
#~ "Éch. ≤ 60\n"
|
|
2004
|
+
#~ " j."
|
|
2005
|
+
|
|
2006
|
+
#~ msgid ""
|
|
2007
|
+
#~ "Age ≤ 90\n"
|
|
2008
|
+
#~ " d."
|
|
2009
|
+
#~ msgstr ""
|
|
2010
|
+
#~ "Éch. ≤ 90\n"
|
|
2011
|
+
#~ " j."
|
|
2012
|
+
|
|
1893
2013
|
#~ msgid "Filter analytic tags"
|
|
1894
2014
|
#~ msgstr "Filtrer les étiquettes analytiques"
|
|
1895
2015
|
|
|
@@ -2129,9 +2249,6 @@ msgstr "largeur : 8.11% ;"
|
|
|
2129
2249
|
#~ msgid "Label"
|
|
2130
2250
|
#~ msgstr "Libellé"
|
|
2131
2251
|
|
|
2132
|
-
#~ msgid "Line"
|
|
2133
|
-
#~ msgstr "Ligne"
|
|
2134
|
-
|
|
2135
2252
|
#~ msgid "Matching Number"
|
|
2136
2253
|
#~ msgstr "Correspond au numéro"
|
|
2137
2254
|
|