odoo-addon-account-financial-report 16.0.1.7.1.9__py3-none-any.whl → 16.0.1.8.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 +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 +16 -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/fr_FR.po +15 -0
- odoo/addons/account_financial_report/i18n/hr.po +15 -0
- odoo/addons/account_financial_report/i18n/hr_HR.po +17 -2
- odoo/addons/account_financial_report/i18n/it.po +17 -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/open_items.py +29 -25
- odoo/addons/account_financial_report/report/open_items_xlsx.py +150 -17
- odoo/addons/account_financial_report/report/templates/open_items.xml +183 -56
- odoo/addons/account_financial_report/static/description/index.html +8 -5
- odoo/addons/account_financial_report/tests/test_open_items.py +22 -0
- odoo/addons/account_financial_report/wizard/open_items_wizard.py +18 -0
- odoo/addons/account_financial_report/wizard/open_items_wizard_view.xml +1 -0
- {odoo_addon_account_financial_report-16.0.1.7.1.9.dist-info → odoo_addon_account_financial_report-16.0.1.8.0.1.dist-info}/METADATA +2 -2
- {odoo_addon_account_financial_report-16.0.1.7.1.9.dist-info → odoo_addon_account_financial_report-16.0.1.8.0.1.dist-info}/RECORD +34 -34
- {odoo_addon_account_financial_report-16.0.1.7.1.9.dist-info → odoo_addon_account_financial_report-16.0.1.8.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_account_financial_report-16.0.1.7.1.9.dist-info → odoo_addon_account_financial_report-16.0.1.8.0.1.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Account Financial Reports
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:4e2290a4fa6f850961fc5d90934664a2809a0257d2911e02d1d63c2c41b10793
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -744,6 +744,7 @@ msgstr ""
|
|
|
744
744
|
#. odoo-python
|
|
745
745
|
#: code:addons/account_financial_report/report/general_ledger_xlsx.py:0
|
|
746
746
|
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
747
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
747
748
|
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
748
749
|
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
749
750
|
#: code:addons/account_financial_report/report/trial_balance_xlsx.py:0
|
|
@@ -945,6 +946,7 @@ msgstr ""
|
|
|
945
946
|
|
|
946
947
|
#. module: account_financial_report
|
|
947
948
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
949
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
948
950
|
msgid "Grouped By"
|
|
949
951
|
msgstr ""
|
|
950
952
|
|
|
@@ -1181,12 +1183,20 @@ msgstr ""
|
|
|
1181
1183
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1182
1184
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1183
1185
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1186
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1184
1187
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1185
1188
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1186
1189
|
#, python-format
|
|
1187
1190
|
msgid "Missing Partner"
|
|
1188
1191
|
msgstr ""
|
|
1189
1192
|
|
|
1193
|
+
#. module: account_financial_report
|
|
1194
|
+
#. odoo-python
|
|
1195
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1196
|
+
#, python-format
|
|
1197
|
+
msgid "Missing Salesperson"
|
|
1198
|
+
msgstr ""
|
|
1199
|
+
|
|
1190
1200
|
#. module: account_financial_report
|
|
1191
1201
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1192
1202
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1397,6 +1407,11 @@ msgstr ""
|
|
|
1397
1407
|
msgid "Partner Initial balance"
|
|
1398
1408
|
msgstr ""
|
|
1399
1409
|
|
|
1410
|
+
#. module: account_financial_report
|
|
1411
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1412
|
+
msgid "Partner Salesperson"
|
|
1413
|
+
msgstr ""
|
|
1414
|
+
|
|
1400
1415
|
#. module: account_financial_report
|
|
1401
1416
|
#. odoo-python
|
|
1402
1417
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1421,6 +1436,7 @@ msgstr ""
|
|
|
1421
1436
|
|
|
1422
1437
|
#. module: account_financial_report
|
|
1423
1438
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1439
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1424
1440
|
msgid "Partners"
|
|
1425
1441
|
msgstr ""
|
|
1426
1442
|
|
|
@@ -954,6 +954,7 @@ msgstr "تجميع القيود حسب"
|
|
|
954
954
|
|
|
955
955
|
#. module: account_financial_report
|
|
956
956
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
957
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
957
958
|
msgid "Grouped By"
|
|
958
959
|
msgstr ""
|
|
959
960
|
|
|
@@ -1192,11 +1193,19 @@ msgstr "بند"
|
|
|
1192
1193
|
#. odoo-python
|
|
1193
1194
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1194
1195
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1196
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1195
1197
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1196
1198
|
#, python-format
|
|
1197
1199
|
msgid "Missing Partner"
|
|
1198
1200
|
msgstr ""
|
|
1199
1201
|
|
|
1202
|
+
#. module: account_financial_report
|
|
1203
|
+
#. odoo-python
|
|
1204
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1205
|
+
#, python-format
|
|
1206
|
+
msgid "Missing Salesperson"
|
|
1207
|
+
msgstr ""
|
|
1208
|
+
|
|
1200
1209
|
#. module: account_financial_report
|
|
1201
1210
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1202
1211
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1408,6 +1417,11 @@ msgstr "إجمالي الرصيد التراكمي"
|
|
|
1408
1417
|
msgid "Partner Initial balance"
|
|
1409
1418
|
msgstr "رصيد الشريك الافتتاحي"
|
|
1410
1419
|
|
|
1420
|
+
#. module: account_financial_report
|
|
1421
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1422
|
+
msgid "Partner Salesperson"
|
|
1423
|
+
msgstr ""
|
|
1424
|
+
|
|
1411
1425
|
#. module: account_financial_report
|
|
1412
1426
|
#. odoo-python
|
|
1413
1427
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1432,6 +1446,7 @@ msgstr ""
|
|
|
1432
1446
|
|
|
1433
1447
|
#. module: account_financial_report
|
|
1434
1448
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1449
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1435
1450
|
msgid "Partners"
|
|
1436
1451
|
msgstr ""
|
|
1437
1452
|
|
|
@@ -961,6 +961,7 @@ msgstr "Agrupar apunts per"
|
|
|
961
961
|
|
|
962
962
|
#. module: account_financial_report
|
|
963
963
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
964
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
964
965
|
msgid "Grouped By"
|
|
965
966
|
msgstr "Agrupat per"
|
|
966
967
|
|
|
@@ -1201,11 +1202,19 @@ msgstr "Línia"
|
|
|
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 "Falta contacte"
|
|
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 ""
|
|
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"
|
|
@@ -1417,6 +1426,11 @@ msgstr ""
|
|
|
1417
1426
|
msgid "Partner Initial balance"
|
|
1418
1427
|
msgstr "Saldo inicial partner"
|
|
1419
1428
|
|
|
1429
|
+
#. module: account_financial_report
|
|
1430
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1431
|
+
msgid "Partner Salesperson"
|
|
1432
|
+
msgstr ""
|
|
1433
|
+
|
|
1420
1434
|
#. module: account_financial_report
|
|
1421
1435
|
#. odoo-python
|
|
1422
1436
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1441,6 +1455,7 @@ msgstr "Saldo inicial del contacte"
|
|
|
1441
1455
|
|
|
1442
1456
|
#. module: account_financial_report
|
|
1443
1457
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1458
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1444
1459
|
msgid "Partners"
|
|
1445
1460
|
msgstr "Contactes"
|
|
1446
1461
|
|
|
@@ -967,6 +967,7 @@ msgstr "Gruppieren nach"
|
|
|
967
967
|
|
|
968
968
|
#. module: account_financial_report
|
|
969
969
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
970
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
970
971
|
msgid "Grouped By"
|
|
971
972
|
msgstr ""
|
|
972
973
|
|
|
@@ -1204,11 +1205,19 @@ msgstr "Position"
|
|
|
1204
1205
|
#. odoo-python
|
|
1205
1206
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1206
1207
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1208
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1207
1209
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1208
1210
|
#, python-format
|
|
1209
1211
|
msgid "Missing Partner"
|
|
1210
1212
|
msgstr ""
|
|
1211
1213
|
|
|
1214
|
+
#. module: account_financial_report
|
|
1215
|
+
#. odoo-python
|
|
1216
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1217
|
+
#, python-format
|
|
1218
|
+
msgid "Missing Salesperson"
|
|
1219
|
+
msgstr ""
|
|
1220
|
+
|
|
1212
1221
|
#. module: account_financial_report
|
|
1213
1222
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1214
1223
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1421,6 +1430,11 @@ msgstr ""
|
|
|
1421
1430
|
msgid "Partner Initial balance"
|
|
1422
1431
|
msgstr "Partner-Anfangssaldo"
|
|
1423
1432
|
|
|
1433
|
+
#. module: account_financial_report
|
|
1434
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1435
|
+
msgid "Partner Salesperson"
|
|
1436
|
+
msgstr ""
|
|
1437
|
+
|
|
1424
1438
|
#. module: account_financial_report
|
|
1425
1439
|
#. odoo-python
|
|
1426
1440
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1445,6 +1459,7 @@ msgstr ""
|
|
|
1445
1459
|
|
|
1446
1460
|
#. module: account_financial_report
|
|
1447
1461
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1462
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1448
1463
|
msgid "Partners"
|
|
1449
1464
|
msgstr ""
|
|
1450
1465
|
|
|
@@ -960,6 +960,7 @@ msgstr "Agrupar por"
|
|
|
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
|
msgid "Grouped By"
|
|
964
965
|
msgstr "Agrupado por"
|
|
965
966
|
|
|
@@ -1200,10 +1201,18 @@ msgstr "Línea"
|
|
|
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
|
-
msgstr "Falta
|
|
1208
|
+
msgstr "Falta la empresa"
|
|
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 "Sin comercial"
|
|
1207
1216
|
|
|
1208
1217
|
#. module: account_financial_report
|
|
1209
1218
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
@@ -1418,6 +1427,11 @@ msgstr ""
|
|
|
1418
1427
|
msgid "Partner Initial balance"
|
|
1419
1428
|
msgstr "Saldo Inicial de empresa"
|
|
1420
1429
|
|
|
1430
|
+
#. module: account_financial_report
|
|
1431
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1432
|
+
msgid "Partner Salesperson"
|
|
1433
|
+
msgstr "Comercial de la empresa"
|
|
1434
|
+
|
|
1421
1435
|
#. module: account_financial_report
|
|
1422
1436
|
#. odoo-python
|
|
1423
1437
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1442,6 +1456,7 @@ msgstr "Saldo inicial de empresa"
|
|
|
1442
1456
|
|
|
1443
1457
|
#. module: account_financial_report
|
|
1444
1458
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1459
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1445
1460
|
msgid "Partners"
|
|
1446
1461
|
msgstr "Empresas"
|
|
1447
1462
|
|
|
@@ -950,6 +950,7 @@ msgstr "Agrupar por"
|
|
|
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
|
msgid "Grouped By"
|
|
954
955
|
msgstr "Agrupar por"
|
|
955
956
|
|
|
@@ -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"
|
|
@@ -1402,6 +1411,11 @@ msgstr ""
|
|
|
1402
1411
|
msgid "Partner Initial balance"
|
|
1403
1412
|
msgstr "Saldo Inicial de empresa"
|
|
1404
1413
|
|
|
1414
|
+
#. module: account_financial_report
|
|
1415
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1416
|
+
msgid "Partner Salesperson"
|
|
1417
|
+
msgstr ""
|
|
1418
|
+
|
|
1405
1419
|
#. module: account_financial_report
|
|
1406
1420
|
#. odoo-python
|
|
1407
1421
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1426,6 +1440,7 @@ msgstr "Saldo inicial del contacto"
|
|
|
1426
1440
|
|
|
1427
1441
|
#. module: account_financial_report
|
|
1428
1442
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1443
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1429
1444
|
msgid "Partners"
|
|
1430
1445
|
msgstr "Contactos"
|
|
1431
1446
|
|
|
@@ -943,6 +943,7 @@ msgstr ""
|
|
|
943
943
|
|
|
944
944
|
#. module: account_financial_report
|
|
945
945
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
946
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
946
947
|
msgid "Grouped By"
|
|
947
948
|
msgstr ""
|
|
948
949
|
|
|
@@ -1175,11 +1176,19 @@ msgstr ""
|
|
|
1175
1176
|
#. odoo-python
|
|
1176
1177
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1177
1178
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1179
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1178
1180
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1179
1181
|
#, python-format
|
|
1180
1182
|
msgid "Missing Partner"
|
|
1181
1183
|
msgstr ""
|
|
1182
1184
|
|
|
1185
|
+
#. module: account_financial_report
|
|
1186
|
+
#. odoo-python
|
|
1187
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1188
|
+
#, python-format
|
|
1189
|
+
msgid "Missing Salesperson"
|
|
1190
|
+
msgstr ""
|
|
1191
|
+
|
|
1183
1192
|
#. module: account_financial_report
|
|
1184
1193
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1185
1194
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1387,6 +1396,11 @@ msgstr ""
|
|
|
1387
1396
|
msgid "Partner Initial balance"
|
|
1388
1397
|
msgstr ""
|
|
1389
1398
|
|
|
1399
|
+
#. module: account_financial_report
|
|
1400
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1401
|
+
msgid "Partner Salesperson"
|
|
1402
|
+
msgstr ""
|
|
1403
|
+
|
|
1390
1404
|
#. module: account_financial_report
|
|
1391
1405
|
#. odoo-python
|
|
1392
1406
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1411,6 +1425,7 @@ msgstr ""
|
|
|
1411
1425
|
|
|
1412
1426
|
#. module: account_financial_report
|
|
1413
1427
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1428
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1414
1429
|
msgid "Partners"
|
|
1415
1430
|
msgstr ""
|
|
1416
1431
|
|
|
@@ -954,6 +954,7 @@ msgstr "Grouper les écritures par"
|
|
|
954
954
|
|
|
955
955
|
#. module: account_financial_report
|
|
956
956
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
957
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
957
958
|
msgid "Grouped By"
|
|
958
959
|
msgstr "Groupé par"
|
|
959
960
|
|
|
@@ -1192,11 +1193,19 @@ msgstr "Ligne"
|
|
|
1192
1193
|
#. odoo-python
|
|
1193
1194
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1194
1195
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1196
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1195
1197
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1196
1198
|
#, python-format
|
|
1197
1199
|
msgid "Missing Partner"
|
|
1198
1200
|
msgstr ""
|
|
1199
1201
|
|
|
1202
|
+
#. module: account_financial_report
|
|
1203
|
+
#. odoo-python
|
|
1204
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1205
|
+
#, python-format
|
|
1206
|
+
msgid "Missing Salesperson"
|
|
1207
|
+
msgstr ""
|
|
1208
|
+
|
|
1200
1209
|
#. module: account_financial_report
|
|
1201
1210
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1202
1211
|
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 "Solde initial du partenaire"
|
|
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 "Balance initiale du partenaire"
|
|
|
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 "Partenaires"
|
|
1435
1450
|
|
|
@@ -961,6 +961,7 @@ msgstr "Grouper les entrées par"
|
|
|
961
961
|
|
|
962
962
|
#. module: account_financial_report
|
|
963
963
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
964
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
964
965
|
msgid "Grouped By"
|
|
965
966
|
msgstr ""
|
|
966
967
|
|
|
@@ -1202,11 +1203,19 @@ msgstr "Ligne"
|
|
|
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"
|
|
@@ -1418,6 +1427,11 @@ msgstr ""
|
|
|
1418
1427
|
msgid "Partner Initial balance"
|
|
1419
1428
|
msgstr "Solde initial du partenaire"
|
|
1420
1429
|
|
|
1430
|
+
#. module: account_financial_report
|
|
1431
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1432
|
+
msgid "Partner Salesperson"
|
|
1433
|
+
msgstr ""
|
|
1434
|
+
|
|
1421
1435
|
#. module: account_financial_report
|
|
1422
1436
|
#. odoo-python
|
|
1423
1437
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1442,6 +1456,7 @@ msgstr ""
|
|
|
1442
1456
|
|
|
1443
1457
|
#. module: account_financial_report
|
|
1444
1458
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1459
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1445
1460
|
msgid "Partners"
|
|
1446
1461
|
msgstr ""
|
|
1447
1462
|
|
|
@@ -950,6 +950,7 @@ msgstr "Grouper les écritures par"
|
|
|
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
|
msgid "Grouped By"
|
|
954
955
|
msgstr "Groupé par"
|
|
955
956
|
|
|
@@ -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"
|
|
@@ -1402,6 +1411,11 @@ msgstr ""
|
|
|
1402
1411
|
msgid "Partner Initial balance"
|
|
1403
1412
|
msgstr "Solde initial du partenaire"
|
|
1404
1413
|
|
|
1414
|
+
#. module: account_financial_report
|
|
1415
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1416
|
+
msgid "Partner Salesperson"
|
|
1417
|
+
msgstr ""
|
|
1418
|
+
|
|
1405
1419
|
#. module: account_financial_report
|
|
1406
1420
|
#. odoo-python
|
|
1407
1421
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1426,6 +1440,7 @@ msgstr "Balance initiale du partenaire"
|
|
|
1426
1440
|
|
|
1427
1441
|
#. module: account_financial_report
|
|
1428
1442
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1443
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1429
1444
|
msgid "Partners"
|
|
1430
1445
|
msgstr "Partenaires"
|
|
1431
1446
|
|
|
@@ -947,6 +947,7 @@ msgstr "Grupiraj stavke po"
|
|
|
947
947
|
|
|
948
948
|
#. module: account_financial_report
|
|
949
949
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
950
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
950
951
|
msgid "Grouped By"
|
|
951
952
|
msgstr "Grupirano po"
|
|
952
953
|
|
|
@@ -1183,11 +1184,19 @@ msgstr ""
|
|
|
1183
1184
|
#. odoo-python
|
|
1184
1185
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1185
1186
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1187
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1186
1188
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1187
1189
|
#, python-format
|
|
1188
1190
|
msgid "Missing Partner"
|
|
1189
1191
|
msgstr ""
|
|
1190
1192
|
|
|
1193
|
+
#. module: account_financial_report
|
|
1194
|
+
#. odoo-python
|
|
1195
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1196
|
+
#, python-format
|
|
1197
|
+
msgid "Missing Salesperson"
|
|
1198
|
+
msgstr ""
|
|
1199
|
+
|
|
1191
1200
|
#. module: account_financial_report
|
|
1192
1201
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1193
1202
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1395,6 +1404,11 @@ msgstr ""
|
|
|
1395
1404
|
msgid "Partner Initial balance"
|
|
1396
1405
|
msgstr ""
|
|
1397
1406
|
|
|
1407
|
+
#. module: account_financial_report
|
|
1408
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1409
|
+
msgid "Partner Salesperson"
|
|
1410
|
+
msgstr ""
|
|
1411
|
+
|
|
1398
1412
|
#. module: account_financial_report
|
|
1399
1413
|
#. odoo-python
|
|
1400
1414
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1419,6 +1433,7 @@ msgstr ""
|
|
|
1419
1433
|
|
|
1420
1434
|
#. module: account_financial_report
|
|
1421
1435
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1436
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1422
1437
|
msgid "Partners"
|
|
1423
1438
|
msgstr "Partneri"
|
|
1424
1439
|
|
|
@@ -17,8 +17,8 @@ msgstr ""
|
|
|
17
17
|
"MIME-Version: 1.0\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
"Content-Transfer-Encoding: \n"
|
|
20
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
|
21
|
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
20
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
|
21
|
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
22
22
|
|
|
23
23
|
#. module: account_financial_report
|
|
24
24
|
#: model_terms:ir.ui.view,arch_db:account_financial_report.report_aged_partner_balance_lines_header
|
|
@@ -948,6 +948,7 @@ msgstr ""
|
|
|
948
948
|
|
|
949
949
|
#. module: account_financial_report
|
|
950
950
|
#: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__grouped_by
|
|
951
|
+
#: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__grouped_by
|
|
951
952
|
msgid "Grouped By"
|
|
952
953
|
msgstr ""
|
|
953
954
|
|
|
@@ -1180,11 +1181,19 @@ msgstr ""
|
|
|
1180
1181
|
#. odoo-python
|
|
1181
1182
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1182
1183
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1184
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1183
1185
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1184
1186
|
#, python-format
|
|
1185
1187
|
msgid "Missing Partner"
|
|
1186
1188
|
msgstr ""
|
|
1187
1189
|
|
|
1190
|
+
#. module: account_financial_report
|
|
1191
|
+
#. odoo-python
|
|
1192
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1193
|
+
#, python-format
|
|
1194
|
+
msgid "Missing Salesperson"
|
|
1195
|
+
msgstr ""
|
|
1196
|
+
|
|
1188
1197
|
#. module: account_financial_report
|
|
1189
1198
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1190
1199
|
msgid "Model to set interval lines for Age partner balance report"
|
|
@@ -1392,6 +1401,11 @@ msgstr ""
|
|
|
1392
1401
|
msgid "Partner Initial balance"
|
|
1393
1402
|
msgstr ""
|
|
1394
1403
|
|
|
1404
|
+
#. module: account_financial_report
|
|
1405
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1406
|
+
msgid "Partner Salesperson"
|
|
1407
|
+
msgstr ""
|
|
1408
|
+
|
|
1395
1409
|
#. module: account_financial_report
|
|
1396
1410
|
#. odoo-python
|
|
1397
1411
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1416,6 +1430,7 @@ msgstr ""
|
|
|
1416
1430
|
|
|
1417
1431
|
#. module: account_financial_report
|
|
1418
1432
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1433
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1419
1434
|
msgid "Partners"
|
|
1420
1435
|
msgstr ""
|
|
1421
1436
|
|
|
@@ -959,6 +959,7 @@ msgstr "Raggruppa registrazioni per"
|
|
|
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
|
msgid "Grouped By"
|
|
963
964
|
msgstr "Raggruppato per"
|
|
964
965
|
|
|
@@ -1199,15 +1200,24 @@ msgstr "Riga"
|
|
|
1199
1200
|
#. odoo-python
|
|
1200
1201
|
#: code:addons/account_financial_report/report/general_ledger.py:0
|
|
1201
1202
|
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1203
|
+
#: code:addons/account_financial_report/report/open_items_xlsx.py:0
|
|
1202
1204
|
#: code:addons/account_financial_report/report/trial_balance.py:0
|
|
1203
1205
|
#, python-format
|
|
1204
1206
|
msgid "Missing Partner"
|
|
1205
1207
|
msgstr "Partner mancante"
|
|
1206
1208
|
|
|
1209
|
+
#. module: account_financial_report
|
|
1210
|
+
#. odoo-python
|
|
1211
|
+
#: code:addons/account_financial_report/report/open_items.py:0
|
|
1212
|
+
#, python-format
|
|
1213
|
+
msgid "Missing Salesperson"
|
|
1214
|
+
msgstr ""
|
|
1215
|
+
|
|
1207
1216
|
#. module: account_financial_report
|
|
1208
1217
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration_line
|
|
1209
1218
|
msgid "Model to set interval lines for Age partner balance report"
|
|
1210
|
-
msgstr "
|
|
1219
|
+
msgstr ""
|
|
1220
|
+
"Modello per impostare righe intervalli per il resoconto partner storici"
|
|
1211
1221
|
|
|
1212
1222
|
#. module: account_financial_report
|
|
1213
1223
|
#: model:ir.model,name:account_financial_report.model_account_age_report_configuration
|
|
@@ -1413,6 +1423,11 @@ msgstr ""
|
|
|
1413
1423
|
msgid "Partner Initial balance"
|
|
1414
1424
|
msgstr "Partner - Saldo iniziale"
|
|
1415
1425
|
|
|
1426
|
+
#. module: account_financial_report
|
|
1427
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__salesperson
|
|
1428
|
+
msgid "Partner Salesperson"
|
|
1429
|
+
msgstr ""
|
|
1430
|
+
|
|
1416
1431
|
#. module: account_financial_report
|
|
1417
1432
|
#. odoo-python
|
|
1418
1433
|
#: code:addons/account_financial_report/report/aged_partner_balance_xlsx.py:0
|
|
@@ -1437,6 +1452,7 @@ msgstr "Saldo iniziale partner"
|
|
|
1437
1452
|
|
|
1438
1453
|
#. module: account_financial_report
|
|
1439
1454
|
#: model:ir.model.fields.selection,name:account_financial_report.selection__general_ledger_report_wizard__grouped_by__partners
|
|
1455
|
+
#: model:ir.model.fields.selection,name:account_financial_report.selection__open_items_report_wizard__grouped_by__partners
|
|
1440
1456
|
msgid "Partners"
|
|
1441
1457
|
msgstr "Partner"
|
|
1442
1458
|
|