odoo-addon-account-financial-report 17.0.1.7.0__py3-none-any.whl → 17.0.1.8.0__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 +1 -1
- odoo/addons/account_financial_report/__manifest__.py +1 -1
- odoo/addons/account_financial_report/i18n/account_financial_report.pot +16 -0
- odoo/addons/account_financial_report/i18n/ar.po +15 -0
- odoo/addons/account_financial_report/i18n/ca.po +15 -0
- odoo/addons/account_financial_report/i18n/de.po +15 -0
- odoo/addons/account_financial_report/i18n/es.po +2 -1
- odoo/addons/account_financial_report/i18n/es_AR.po +15 -0
- odoo/addons/account_financial_report/i18n/es_MX.po +15 -0
- odoo/addons/account_financial_report/i18n/fr.po +15 -0
- odoo/addons/account_financial_report/i18n/fr_CH.po +15 -0
- odoo/addons/account_financial_report/i18n/hr.po +15 -0
- odoo/addons/account_financial_report/i18n/hr_HR.po +15 -0
- odoo/addons/account_financial_report/i18n/it.po +16 -1
- odoo/addons/account_financial_report/i18n/ja.po +15 -0
- odoo/addons/account_financial_report/i18n/nl.po +15 -0
- odoo/addons/account_financial_report/i18n/nl_NL.po +15 -0
- odoo/addons/account_financial_report/i18n/pt.po +15 -0
- odoo/addons/account_financial_report/i18n/pt_BR.po +15 -0
- odoo/addons/account_financial_report/i18n/ro.po +15 -0
- odoo/addons/account_financial_report/i18n/sv.po +15 -0
- odoo/addons/account_financial_report/i18n/tr.po +15 -0
- odoo/addons/account_financial_report/report/abstract_report.py +6 -0
- odoo/addons/account_financial_report/report/aged_partner_balance.py +18 -12
- odoo/addons/account_financial_report/report/general_ledger.py +30 -26
- odoo/addons/account_financial_report/report/journal_ledger.py +27 -22
- odoo/addons/account_financial_report/report/open_items.py +24 -19
- odoo/addons/account_financial_report/report/templates/general_ledger.xml +6 -2
- odoo/addons/account_financial_report/report/templates/journal_ledger.xml +5 -2
- odoo/addons/account_financial_report/report/templates/open_items.xml +1 -1
- odoo/addons/account_financial_report/report/trial_balance.py +30 -26
- odoo/addons/account_financial_report/report/vat_report.py +17 -12
- odoo/addons/account_financial_report/static/description/index.html +1 -1
- odoo/addons/account_financial_report/tests/test_aged_partner_balance.py +4 -4
- odoo/addons/account_financial_report/tests/test_general_ledger.py +1 -1
- odoo/addons/account_financial_report/tests/test_journal_ledger.py +5 -5
- odoo/addons/account_financial_report/tests/test_open_items.py +1 -1
- odoo/addons/account_financial_report/tests/test_trial_balance.py +4 -4
- odoo/addons/account_financial_report/tests/test_vat_report.py +1 -1
- odoo/addons/account_financial_report/wizard/abstract_wizard.py +23 -0
- odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +7 -1
- odoo/addons/account_financial_report/wizard/general_ledger_wizard.py +7 -1
- odoo/addons/account_financial_report/wizard/general_ledger_wizard_view.xml +5 -0
- odoo/addons/account_financial_report/wizard/journal_ledger_wizard.py +7 -1
- odoo/addons/account_financial_report/wizard/journal_ledger_wizard_view.xml +1 -0
- odoo/addons/account_financial_report/wizard/open_items_wizard.py +7 -1
- odoo/addons/account_financial_report/wizard/open_items_wizard_view.xml +1 -0
- odoo/addons/account_financial_report/wizard/trial_balance_wizard.py +7 -1
- odoo/addons/account_financial_report/wizard/vat_report_wizard.py +7 -1
- {odoo_addon_account_financial_report-17.0.1.7.0.dist-info → odoo_addon_account_financial_report-17.0.1.8.0.dist-info}/METADATA +2 -2
- {odoo_addon_account_financial_report-17.0.1.7.0.dist-info → odoo_addon_account_financial_report-17.0.1.8.0.dist-info}/RECORD +53 -53
- {odoo_addon_account_financial_report-17.0.1.7.0.dist-info → odoo_addon_account_financial_report-17.0.1.8.0.dist-info}/WHEEL +0 -0
- {odoo_addon_account_financial_report-17.0.1.7.0.dist-info → odoo_addon_account_financial_report-17.0.1.8.0.dist-info}/top_level.txt +0 -0
|
@@ -11,7 +11,7 @@ Account Financial Reports
|
|
|
11
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
12
12
|
!! changes will be overwritten. !!
|
|
13
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:1f99d9f09b6b898088824b7b115048de26536d0ab194954bfec9847b648e1c9a
|
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
16
|
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -864,6 +864,11 @@ msgstr ""
|
|
|
864
864
|
msgid "Foreign Currency"
|
|
865
865
|
msgstr ""
|
|
866
866
|
|
|
867
|
+
#. module: account_financial_report
|
|
868
|
+
#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
|
|
869
|
+
msgid "Format"
|
|
870
|
+
msgstr ""
|
|
871
|
+
|
|
867
872
|
#. module: account_financial_report
|
|
868
873
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
|
|
869
874
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
|
|
@@ -1124,6 +1129,17 @@ msgstr ""
|
|
|
1124
1129
|
msgid "Journals"
|
|
1125
1130
|
msgstr ""
|
|
1126
1131
|
|
|
1132
|
+
#. module: account_financial_report
|
|
1133
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__label_text_limit
|
|
1134
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__label_text_limit
|
|
1135
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__label_text_limit
|
|
1136
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__label_text_limit
|
|
1137
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__label_text_limit
|
|
1138
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__label_text_limit
|
|
1139
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__label_text_limit
|
|
1140
|
+
msgid "Label Text Limit"
|
|
1141
|
+
msgstr ""
|
|
1142
|
+
|
|
1127
1143
|
#. module: account_financial_report
|
|
1128
1144
|
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
|
|
1129
1145
|
#: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid
|
|
@@ -963,6 +963,7 @@ msgstr "?????????? ???????????? ??????"
|
|
|
963
963
|
|
|
964
964
|
#. module: account_financial_report
|
|
965
965
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
966
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
966
967
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
967
968
|
msgid "Grouped By"
|
|
968
969
|
msgstr ""
|
|
@@ -1190,11 +1191,19 @@ msgstr "??????"
|
|
|
1190
1191
|
#. odoo-python
|
|
1191
1192
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1192
1193
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1194
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1193
1195
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1194
1196
|
#, python-format
|
|
1195
1197
|
msgid "Missing Partner"
|
|
1196
1198
|
msgstr ""
|
|
1197
1199
|
|
|
1200
|
+
#. module: account_financial_report
|
|
1201
|
+
#. odoo-python
|
|
1202
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1203
|
+
#, python-format
|
|
1204
|
+
msgid "Missing Salesperson"
|
|
1205
|
+
msgstr ""
|
|
1206
|
+
|
|
1198
1207
|
#. module: account_financial_report
|
|
1199
1208
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1200
1209
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1406,6 +1415,11 @@ msgstr "???????????? ???????????? ????????????????"
|
|
|
1406
1415
|
msgid "Partner Initial balance"
|
|
1407
1416
|
msgstr "???????? ???????????? ??????????????????"
|
|
1408
1417
|
|
|
1418
|
+
#. module: account_financial_report
|
|
1419
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1420
|
+
msgid "Partner Salesperson"
|
|
1421
|
+
msgstr ""
|
|
1422
|
+
|
|
1409
1423
|
#. module: account_financial_report
|
|
1410
1424
|
#. odoo-python
|
|
1411
1425
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1430,6 +1444,7 @@ msgstr ""
|
|
|
1430
1444
|
|
|
1431
1445
|
#. module: account_financial_report
|
|
1432
1446
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1447
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1433
1448
|
msgid "Partners"
|
|
1434
1449
|
msgstr ""
|
|
1435
1450
|
|
|
@@ -960,6 +960,7 @@ msgstr "Agrupar apunts per"
|
|
|
960
960
|
|
|
961
961
|
#. module: account_financial_report
|
|
962
962
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
963
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
963
964
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
964
965
|
msgid "Grouped By"
|
|
965
966
|
msgstr ""
|
|
@@ -1188,11 +1189,19 @@ msgstr ""
|
|
|
1188
1189
|
#. odoo-python
|
|
1189
1190
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1190
1191
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1192
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1191
1193
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1192
1194
|
#, python-format
|
|
1193
1195
|
msgid "Missing Partner"
|
|
1194
1196
|
msgstr ""
|
|
1195
1197
|
|
|
1198
|
+
#. module: account_financial_report
|
|
1199
|
+
#. odoo-python
|
|
1200
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1201
|
+
#, python-format
|
|
1202
|
+
msgid "Missing Salesperson"
|
|
1203
|
+
msgstr ""
|
|
1204
|
+
|
|
1196
1205
|
#. module: account_financial_report
|
|
1197
1206
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1198
1207
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1400,6 +1409,11 @@ msgstr ""
|
|
|
1400
1409
|
msgid "Partner Initial balance"
|
|
1401
1410
|
msgstr "Saldo inicial partner"
|
|
1402
1411
|
|
|
1412
|
+
#. module: account_financial_report
|
|
1413
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1414
|
+
msgid "Partner Salesperson"
|
|
1415
|
+
msgstr ""
|
|
1416
|
+
|
|
1403
1417
|
#. module: account_financial_report
|
|
1404
1418
|
#. odoo-python
|
|
1405
1419
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1424,6 +1438,7 @@ msgstr ""
|
|
|
1424
1438
|
|
|
1425
1439
|
#. module: account_financial_report
|
|
1426
1440
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1441
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1427
1442
|
msgid "Partners"
|
|
1428
1443
|
msgstr ""
|
|
1429
1444
|
|
|
@@ -976,6 +976,7 @@ msgstr "Gruppieren nach"
|
|
|
976
976
|
|
|
977
977
|
#. module: account_financial_report
|
|
978
978
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
979
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
979
980
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
980
981
|
msgid "Grouped By"
|
|
981
982
|
msgstr ""
|
|
@@ -1202,11 +1203,19 @@ msgstr "Position"
|
|
|
1202
1203
|
#. odoo-python
|
|
1203
1204
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1204
1205
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1206
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1205
1207
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1206
1208
|
#, python-format
|
|
1207
1209
|
msgid "Missing Partner"
|
|
1208
1210
|
msgstr ""
|
|
1209
1211
|
|
|
1212
|
+
#. module: account_financial_report
|
|
1213
|
+
#. odoo-python
|
|
1214
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1215
|
+
#, python-format
|
|
1216
|
+
msgid "Missing Salesperson"
|
|
1217
|
+
msgstr ""
|
|
1218
|
+
|
|
1210
1219
|
#. module: account_financial_report
|
|
1211
1220
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1212
1221
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1419,6 +1428,11 @@ msgstr ""
|
|
|
1419
1428
|
msgid "Partner Initial balance"
|
|
1420
1429
|
msgstr "Partner-Anfangssaldo"
|
|
1421
1430
|
|
|
1431
|
+
#. module: account_financial_report
|
|
1432
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1433
|
+
msgid "Partner Salesperson"
|
|
1434
|
+
msgstr ""
|
|
1435
|
+
|
|
1422
1436
|
#. module: account_financial_report
|
|
1423
1437
|
#. odoo-python
|
|
1424
1438
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1443,6 +1457,7 @@ msgstr ""
|
|
|
1443
1457
|
|
|
1444
1458
|
#. module: account_financial_report
|
|
1445
1459
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1460
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1446
1461
|
msgid "Partners"
|
|
1447
1462
|
msgstr ""
|
|
1448
1463
|
|
|
@@ -1202,12 +1202,14 @@ msgstr "Línea"
|
|
|
1202
1202
|
#. odoo-python
|
|
1203
1203
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1204
1204
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1205
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1205
1206
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1206
1207
|
#, python-format
|
|
1207
1208
|
msgid "Missing Partner"
|
|
1208
1209
|
msgstr "Falta la empresa"
|
|
1209
1210
|
|
|
1210
1211
|
#. module: account_financial_report
|
|
1212
|
+
#. odoo-python
|
|
1211
1213
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1212
1214
|
#, python-format
|
|
1213
1215
|
msgid "Missing Salesperson"
|
|
@@ -1425,7 +1427,6 @@ msgid "Partner Initial balance"
|
|
|
1425
1427
|
msgstr "Saldo Inicial de empresa"
|
|
1426
1428
|
|
|
1427
1429
|
#. module: account_financial_report
|
|
1428
|
-
#. odoo-python
|
|
1429
1430
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1430
1431
|
msgid "Partner Salesperson"
|
|
1431
1432
|
msgstr "Comercial de la empresa"
|
|
@@ -959,6 +959,7 @@ msgstr "Agrupar por"
|
|
|
959
959
|
|
|
960
960
|
#. module: account_financial_report
|
|
961
961
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
962
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
962
963
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
963
964
|
msgid "Grouped By"
|
|
964
965
|
msgstr "Agrupar por"
|
|
@@ -1186,11 +1187,19 @@ msgstr ""
|
|
|
1186
1187
|
#. odoo-python
|
|
1187
1188
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1188
1189
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1190
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1189
1191
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1190
1192
|
#, python-format
|
|
1191
1193
|
msgid "Missing Partner"
|
|
1192
1194
|
msgstr ""
|
|
1193
1195
|
|
|
1196
|
+
#. module: account_financial_report
|
|
1197
|
+
#. odoo-python
|
|
1198
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1199
|
+
#, python-format
|
|
1200
|
+
msgid "Missing Salesperson"
|
|
1201
|
+
msgstr ""
|
|
1202
|
+
|
|
1194
1203
|
#. module: account_financial_report
|
|
1195
1204
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1196
1205
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1400,6 +1409,11 @@ msgstr ""
|
|
|
1400
1409
|
msgid "Partner Initial balance"
|
|
1401
1410
|
msgstr "Saldo Inicial de empresa"
|
|
1402
1411
|
|
|
1412
|
+
#. module: account_financial_report
|
|
1413
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1414
|
+
msgid "Partner Salesperson"
|
|
1415
|
+
msgstr ""
|
|
1416
|
+
|
|
1403
1417
|
#. module: account_financial_report
|
|
1404
1418
|
#. odoo-python
|
|
1405
1419
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1424,6 +1438,7 @@ msgstr "Saldo inicial del contacto"
|
|
|
1424
1438
|
|
|
1425
1439
|
#. module: account_financial_report
|
|
1426
1440
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1441
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1427
1442
|
msgid "Partners"
|
|
1428
1443
|
msgstr "Contactos"
|
|
1429
1444
|
|
|
@@ -952,6 +952,7 @@ msgstr ""
|
|
|
952
952
|
|
|
953
953
|
#. module: account_financial_report
|
|
954
954
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
955
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
955
956
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
956
957
|
msgid "Grouped By"
|
|
957
958
|
msgstr ""
|
|
@@ -1173,11 +1174,19 @@ msgstr ""
|
|
|
1173
1174
|
#. odoo-python
|
|
1174
1175
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1175
1176
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1177
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1176
1178
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1177
1179
|
#, python-format
|
|
1178
1180
|
msgid "Missing Partner"
|
|
1179
1181
|
msgstr ""
|
|
1180
1182
|
|
|
1183
|
+
#. module: account_financial_report
|
|
1184
|
+
#. odoo-python
|
|
1185
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1186
|
+
#, python-format
|
|
1187
|
+
msgid "Missing Salesperson"
|
|
1188
|
+
msgstr ""
|
|
1189
|
+
|
|
1181
1190
|
#. module: account_financial_report
|
|
1182
1191
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1183
1192
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1385,6 +1394,11 @@ msgstr ""
|
|
|
1385
1394
|
msgid "Partner Initial balance"
|
|
1386
1395
|
msgstr ""
|
|
1387
1396
|
|
|
1397
|
+
#. module: account_financial_report
|
|
1398
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1399
|
+
msgid "Partner Salesperson"
|
|
1400
|
+
msgstr ""
|
|
1401
|
+
|
|
1388
1402
|
#. module: account_financial_report
|
|
1389
1403
|
#. odoo-python
|
|
1390
1404
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1409,6 +1423,7 @@ msgstr ""
|
|
|
1409
1423
|
|
|
1410
1424
|
#. module: account_financial_report
|
|
1411
1425
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1426
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1412
1427
|
msgid "Partners"
|
|
1413
1428
|
msgstr ""
|
|
1414
1429
|
|
|
@@ -963,6 +963,7 @@ msgstr "Grouper les écritures par"
|
|
|
963
963
|
|
|
964
964
|
#. module: account_financial_report
|
|
965
965
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
966
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
966
967
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
967
968
|
msgid "Grouped By"
|
|
968
969
|
msgstr "Groupé par"
|
|
@@ -1190,11 +1191,19 @@ msgstr "Ligne"
|
|
|
1190
1191
|
#. odoo-python
|
|
1191
1192
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1192
1193
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1194
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1193
1195
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1194
1196
|
#, python-format
|
|
1195
1197
|
msgid "Missing Partner"
|
|
1196
1198
|
msgstr ""
|
|
1197
1199
|
|
|
1200
|
+
#. module: account_financial_report
|
|
1201
|
+
#. odoo-python
|
|
1202
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1203
|
+
#, python-format
|
|
1204
|
+
msgid "Missing Salesperson"
|
|
1205
|
+
msgstr ""
|
|
1206
|
+
|
|
1198
1207
|
#. module: account_financial_report
|
|
1199
1208
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1200
1209
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1404,6 +1413,11 @@ msgstr ""
|
|
|
1404
1413
|
msgid "Partner Initial balance"
|
|
1405
1414
|
msgstr "Solde initial du partenaire"
|
|
1406
1415
|
|
|
1416
|
+
#. module: account_financial_report
|
|
1417
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1418
|
+
msgid "Partner Salesperson"
|
|
1419
|
+
msgstr ""
|
|
1420
|
+
|
|
1407
1421
|
#. module: account_financial_report
|
|
1408
1422
|
#. odoo-python
|
|
1409
1423
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1428,6 +1442,7 @@ msgstr "Balance initiale du partenaire"
|
|
|
1428
1442
|
|
|
1429
1443
|
#. module: account_financial_report
|
|
1430
1444
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1445
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1431
1446
|
msgid "Partners"
|
|
1432
1447
|
msgstr "Partenaires"
|
|
1433
1448
|
|
|
@@ -970,6 +970,7 @@ msgstr "Grouper les entrées par"
|
|
|
970
970
|
|
|
971
971
|
#. module: account_financial_report
|
|
972
972
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
973
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
973
974
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
974
975
|
msgid "Grouped By"
|
|
975
976
|
msgstr ""
|
|
@@ -1200,11 +1201,19 @@ msgstr "Ligne"
|
|
|
1200
1201
|
#. odoo-python
|
|
1201
1202
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1202
1203
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1204
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1203
1205
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1204
1206
|
#, python-format
|
|
1205
1207
|
msgid "Missing Partner"
|
|
1206
1208
|
msgstr ""
|
|
1207
1209
|
|
|
1210
|
+
#. module: account_financial_report
|
|
1211
|
+
#. odoo-python
|
|
1212
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1213
|
+
#, python-format
|
|
1214
|
+
msgid "Missing Salesperson"
|
|
1215
|
+
msgstr ""
|
|
1216
|
+
|
|
1208
1217
|
#. module: account_financial_report
|
|
1209
1218
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1210
1219
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1416,6 +1425,11 @@ msgstr ""
|
|
|
1416
1425
|
msgid "Partner Initial balance"
|
|
1417
1426
|
msgstr "Solde initial du partenaire"
|
|
1418
1427
|
|
|
1428
|
+
#. module: account_financial_report
|
|
1429
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1430
|
+
msgid "Partner Salesperson"
|
|
1431
|
+
msgstr ""
|
|
1432
|
+
|
|
1419
1433
|
#. module: account_financial_report
|
|
1420
1434
|
#. odoo-python
|
|
1421
1435
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1440,6 +1454,7 @@ msgstr ""
|
|
|
1440
1454
|
|
|
1441
1455
|
#. module: account_financial_report
|
|
1442
1456
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1457
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1443
1458
|
msgid "Partners"
|
|
1444
1459
|
msgstr ""
|
|
1445
1460
|
|
|
@@ -956,6 +956,7 @@ msgstr "Grupiraj stavke po"
|
|
|
956
956
|
|
|
957
957
|
#. module: account_financial_report
|
|
958
958
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
959
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
959
960
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
960
961
|
msgid "Grouped By"
|
|
961
962
|
msgstr "Grupirano po"
|
|
@@ -1181,11 +1182,19 @@ msgstr ""
|
|
|
1181
1182
|
#. odoo-python
|
|
1182
1183
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1183
1184
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1185
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1184
1186
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1185
1187
|
#, python-format
|
|
1186
1188
|
msgid "Missing Partner"
|
|
1187
1189
|
msgstr ""
|
|
1188
1190
|
|
|
1191
|
+
#. module: account_financial_report
|
|
1192
|
+
#. odoo-python
|
|
1193
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1194
|
+
#, python-format
|
|
1195
|
+
msgid "Missing Salesperson"
|
|
1196
|
+
msgstr ""
|
|
1197
|
+
|
|
1189
1198
|
#. module: account_financial_report
|
|
1190
1199
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1191
1200
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1393,6 +1402,11 @@ msgstr ""
|
|
|
1393
1402
|
msgid "Partner Initial balance"
|
|
1394
1403
|
msgstr ""
|
|
1395
1404
|
|
|
1405
|
+
#. module: account_financial_report
|
|
1406
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1407
|
+
msgid "Partner Salesperson"
|
|
1408
|
+
msgstr ""
|
|
1409
|
+
|
|
1396
1410
|
#. module: account_financial_report
|
|
1397
1411
|
#. odoo-python
|
|
1398
1412
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1417,6 +1431,7 @@ msgstr ""
|
|
|
1417
1431
|
|
|
1418
1432
|
#. module: account_financial_report
|
|
1419
1433
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1434
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1420
1435
|
msgid "Partners"
|
|
1421
1436
|
msgstr "Partneri"
|
|
1422
1437
|
|
|
@@ -957,6 +957,7 @@ msgstr ""
|
|
|
957
957
|
|
|
958
958
|
#. module: account_financial_report
|
|
959
959
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
960
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
960
961
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
961
962
|
msgid "Grouped By"
|
|
962
963
|
msgstr ""
|
|
@@ -1178,11 +1179,19 @@ msgstr ""
|
|
|
1178
1179
|
#. odoo-python
|
|
1179
1180
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1180
1181
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1182
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1181
1183
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1182
1184
|
#, python-format
|
|
1183
1185
|
msgid "Missing Partner"
|
|
1184
1186
|
msgstr ""
|
|
1185
1187
|
|
|
1188
|
+
#. module: account_financial_report
|
|
1189
|
+
#. odoo-python
|
|
1190
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1191
|
+
#, python-format
|
|
1192
|
+
msgid "Missing Salesperson"
|
|
1193
|
+
msgstr ""
|
|
1194
|
+
|
|
1186
1195
|
#. module: account_financial_report
|
|
1187
1196
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1188
1197
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1390,6 +1399,11 @@ msgstr ""
|
|
|
1390
1399
|
msgid "Partner Initial balance"
|
|
1391
1400
|
msgstr ""
|
|
1392
1401
|
|
|
1402
|
+
#. module: account_financial_report
|
|
1403
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1404
|
+
msgid "Partner Salesperson"
|
|
1405
|
+
msgstr ""
|
|
1406
|
+
|
|
1393
1407
|
#. module: account_financial_report
|
|
1394
1408
|
#. odoo-python
|
|
1395
1409
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1414,6 +1428,7 @@ msgstr ""
|
|
|
1414
1428
|
|
|
1415
1429
|
#. module: account_financial_report
|
|
1416
1430
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1431
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1417
1432
|
msgid "Partners"
|
|
1418
1433
|
msgstr ""
|
|
1419
1434
|
|
|
@@ -7,7 +7,7 @@ msgstr ""
|
|
|
7
7
|
"Project-Id-Version: Odoo Server 12.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"POT-Creation-Date: 2019-06-03 12:07+0000\n"
|
|
10
|
-
"PO-Revision-Date: 2025-
|
|
10
|
+
"PO-Revision-Date: 2025-10-02 21:43+0000\n"
|
|
11
11
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
12
12
|
"Language-Team: \n"
|
|
13
13
|
"Language: it\n"
|
|
@@ -972,6 +972,7 @@ msgstr "Raggruppa registrazioni per"
|
|
|
972
972
|
|
|
973
973
|
#. module: account_financial_report
|
|
974
974
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
975
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
975
976
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
976
977
|
msgid "Grouped By"
|
|
977
978
|
msgstr "Raggruppato per"
|
|
@@ -1201,11 +1202,19 @@ msgstr "Riga"
|
|
|
1201
1202
|
#. odoo-python
|
|
1202
1203
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1203
1204
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1205
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1204
1206
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1205
1207
|
#, python-format
|
|
1206
1208
|
msgid "Missing Partner"
|
|
1207
1209
|
msgstr "Partner mancante"
|
|
1208
1210
|
|
|
1211
|
+
#. module: account_financial_report
|
|
1212
|
+
#. odoo-python
|
|
1213
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1214
|
+
#, python-format
|
|
1215
|
+
msgid "Missing Salesperson"
|
|
1216
|
+
msgstr "Addetto vendite non trovato"
|
|
1217
|
+
|
|
1209
1218
|
#. module: account_financial_report
|
|
1210
1219
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1211
1220
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1416,6 +1425,11 @@ msgstr ""
|
|
|
1416
1425
|
msgid "Partner Initial balance"
|
|
1417
1426
|
msgstr "Partner - Saldo iniziale"
|
|
1418
1427
|
|
|
1428
|
+
#. module: account_financial_report
|
|
1429
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1430
|
+
msgid "Partner Salesperson"
|
|
1431
|
+
msgstr "Addetto vendite partner"
|
|
1432
|
+
|
|
1419
1433
|
#. module: account_financial_report
|
|
1420
1434
|
#. odoo-python
|
|
1421
1435
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1440,6 +1454,7 @@ msgstr "Saldo iniziale partner"
|
|
|
1440
1454
|
|
|
1441
1455
|
#. module: account_financial_report
|
|
1442
1456
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1457
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1443
1458
|
msgid "Partners"
|
|
1444
1459
|
msgstr "Partner"
|
|
1445
1460
|
|
|
@@ -950,6 +950,7 @@ msgstr ""
|
|
|
950
950
|
|
|
951
951
|
#. module: account_financial_report
|
|
952
952
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
953
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
953
954
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
954
955
|
msgid "Grouped By"
|
|
955
956
|
msgstr ""
|
|
@@ -1171,11 +1172,19 @@ msgstr ""
|
|
|
1171
1172
|
#. odoo-python
|
|
1172
1173
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1173
1174
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1175
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1174
1176
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1175
1177
|
#, python-format
|
|
1176
1178
|
msgid "Missing Partner"
|
|
1177
1179
|
msgstr ""
|
|
1178
1180
|
|
|
1181
|
+
#. module: account_financial_report
|
|
1182
|
+
#. odoo-python
|
|
1183
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1184
|
+
#, python-format
|
|
1185
|
+
msgid "Missing Salesperson"
|
|
1186
|
+
msgstr ""
|
|
1187
|
+
|
|
1179
1188
|
#. module: account_financial_report
|
|
1180
1189
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1181
1190
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1383,6 +1392,11 @@ msgstr ""
|
|
|
1383
1392
|
msgid "Partner Initial balance"
|
|
1384
1393
|
msgstr ""
|
|
1385
1394
|
|
|
1395
|
+
#. module: account_financial_report
|
|
1396
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1397
|
+
msgid "Partner Salesperson"
|
|
1398
|
+
msgstr ""
|
|
1399
|
+
|
|
1386
1400
|
#. module: account_financial_report
|
|
1387
1401
|
#. odoo-python
|
|
1388
1402
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1407,6 +1421,7 @@ msgstr ""
|
|
|
1407
1421
|
|
|
1408
1422
|
#. module: account_financial_report
|
|
1409
1423
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1424
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1410
1425
|
msgid "Partners"
|
|
1411
1426
|
msgstr ""
|
|
1412
1427
|
|
|
@@ -962,6 +962,7 @@ msgstr "Groepeer boekingen per"
|
|
|
962
962
|
|
|
963
963
|
#. module: account_financial_report
|
|
964
964
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
965
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
965
966
|
#: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__grouped_by
|
|
966
967
|
msgid "Grouped By"
|
|
967
968
|
msgstr "Gegroepeerd op"
|
|
@@ -1189,11 +1190,19 @@ msgstr "Regel"
|
|
|
1189
1190
|
#. odoo-python
|
|
1190
1191
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1191
1192
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1193
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1192
1194
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1193
1195
|
#, python-format
|
|
1194
1196
|
msgid "Missing Partner"
|
|
1195
1197
|
msgstr ""
|
|
1196
1198
|
|
|
1199
|
+
#. module: account_financial_report
|
|
1200
|
+
#. odoo-python
|
|
1201
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1202
|
+
#, python-format
|
|
1203
|
+
msgid "Missing Salesperson"
|
|
1204
|
+
msgstr ""
|
|
1205
|
+
|
|
1197
1206
|
#. module: account_financial_report
|
|
1198
1207
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1199
1208
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1403,6 +1412,11 @@ msgstr ""
|
|
|
1403
1412
|
msgid "Partner Initial balance"
|
|
1404
1413
|
msgstr "Relatiebeginsaldo"
|
|
1405
1414
|
|
|
1415
|
+
#. module: account_financial_report
|
|
1416
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1417
|
+
msgid "Partner Salesperson"
|
|
1418
|
+
msgstr ""
|
|
1419
|
+
|
|
1406
1420
|
#. module: account_financial_report
|
|
1407
1421
|
#. odoo-python
|
|
1408
1422
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1427,6 +1441,7 @@ msgstr "Beginbalans partner"
|
|
|
1427
1441
|
|
|
1428
1442
|
#. module: account_financial_report
|
|
1429
1443
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1444
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1430
1445
|
msgid "Partners"
|
|
1431
1446
|
msgstr "Partners"
|
|
1432
1447
|
|