odoo-addon-account-financial-report 18.0.1.3.0.4__py3-none-any.whl → 18.0.1.4.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.

Files changed (35) hide show
  1. odoo/addons/account_financial_report/README.rst +1 -1
  2. odoo/addons/account_financial_report/__manifest__.py +1 -1
  3. odoo/addons/account_financial_report/i18n/account_financial_report.pot +16 -0
  4. odoo/addons/account_financial_report/i18n/fr_CH.po +210 -227
  5. odoo/addons/account_financial_report/report/abstract_report.py +6 -0
  6. odoo/addons/account_financial_report/report/aged_partner_balance.py +18 -12
  7. odoo/addons/account_financial_report/report/general_ledger.py +27 -24
  8. odoo/addons/account_financial_report/report/journal_ledger.py +27 -22
  9. odoo/addons/account_financial_report/report/open_items.py +24 -19
  10. odoo/addons/account_financial_report/report/templates/general_ledger.xml +6 -2
  11. odoo/addons/account_financial_report/report/templates/journal_ledger.xml +5 -2
  12. odoo/addons/account_financial_report/report/templates/open_items.xml +1 -1
  13. odoo/addons/account_financial_report/report/trial_balance.py +30 -26
  14. odoo/addons/account_financial_report/report/vat_report.py +17 -12
  15. odoo/addons/account_financial_report/static/description/index.html +1 -1
  16. odoo/addons/account_financial_report/tests/test_aged_partner_balance.py +4 -4
  17. odoo/addons/account_financial_report/tests/test_general_ledger.py +1 -1
  18. odoo/addons/account_financial_report/tests/test_journal_ledger.py +5 -5
  19. odoo/addons/account_financial_report/tests/test_open_items.py +1 -1
  20. odoo/addons/account_financial_report/tests/test_trial_balance.py +4 -4
  21. odoo/addons/account_financial_report/tests/test_vat_report.py +1 -1
  22. odoo/addons/account_financial_report/wizard/abstract_wizard.py +23 -0
  23. odoo/addons/account_financial_report/wizard/aged_partner_balance_wizard.py +7 -1
  24. odoo/addons/account_financial_report/wizard/general_ledger_wizard.py +7 -1
  25. odoo/addons/account_financial_report/wizard/general_ledger_wizard_view.xml +5 -0
  26. odoo/addons/account_financial_report/wizard/journal_ledger_wizard.py +7 -1
  27. odoo/addons/account_financial_report/wizard/journal_ledger_wizard_view.xml +1 -0
  28. odoo/addons/account_financial_report/wizard/open_items_wizard.py +7 -1
  29. odoo/addons/account_financial_report/wizard/open_items_wizard_view.xml +1 -0
  30. odoo/addons/account_financial_report/wizard/trial_balance_wizard.py +7 -1
  31. odoo/addons/account_financial_report/wizard/vat_report_wizard.py +7 -1
  32. {odoo_addon_account_financial_report-18.0.1.3.0.4.dist-info → odoo_addon_account_financial_report-18.0.1.4.0.dist-info}/METADATA +2 -2
  33. {odoo_addon_account_financial_report-18.0.1.3.0.4.dist-info → odoo_addon_account_financial_report-18.0.1.4.0.dist-info}/RECORD +35 -35
  34. {odoo_addon_account_financial_report-18.0.1.3.0.4.dist-info → odoo_addon_account_financial_report-18.0.1.4.0.dist-info}/WHEEL +0 -0
  35. {odoo_addon_account_financial_report-18.0.1.3.0.4.dist-info → odoo_addon_account_financial_report-18.0.1.4.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:ecc9aa27354484eb81b4932dca2dd1cda89b3be41d684259fb8826b9098b61cf
14
+ !! source digest: sha256:28b271586e6e9a5c8bb57d25d47843326c5618b35a53495fe6959bd47e5c1f12
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -6,7 +6,7 @@
6
6
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
7
7
  {
8
8
  "name": "Account Financial Reports",
9
- "version": "18.0.1.3.0",
9
+ "version": "18.0.1.4.0",
10
10
  "category": "Reporting",
11
11
  "summary": "OCA Financial Reports",
12
12
  "author": "Camptocamp,"
@@ -809,6 +809,11 @@ msgstr ""
809
809
  msgid "Foreign Currency"
810
810
  msgstr ""
811
811
 
812
+ #. module: account_financial_report
813
+ #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
814
+ msgid "Format"
815
+ msgstr ""
816
+
812
817
  #. module: account_financial_report
813
818
  #: model_terms:ir.ui.view,arch_db:account_financial_report.aged_partner_balance_wizard
814
819
  #: model_terms:ir.ui.view,arch_db:account_financial_report.general_ledger_wizard
@@ -1058,6 +1063,17 @@ msgstr ""
1058
1063
  msgid "Journals"
1059
1064
  msgstr ""
1060
1065
 
1066
+ #. module: account_financial_report
1067
+ #: model:ir.model.fields,field_description:account_financial_report.field_account_financial_report_abstract_wizard__label_text_limit
1068
+ #: model:ir.model.fields,field_description:account_financial_report.field_aged_partner_balance_report_wizard__label_text_limit
1069
+ #: model:ir.model.fields,field_description:account_financial_report.field_general_ledger_report_wizard__label_text_limit
1070
+ #: model:ir.model.fields,field_description:account_financial_report.field_journal_ledger_report_wizard__label_text_limit
1071
+ #: model:ir.model.fields,field_description:account_financial_report.field_open_items_report_wizard__label_text_limit
1072
+ #: model:ir.model.fields,field_description:account_financial_report.field_trial_balance_report_wizard__label_text_limit
1073
+ #: model:ir.model.fields,field_description:account_financial_report.field_vat_report_wizard__label_text_limit
1074
+ msgid "Label Text Limit"
1075
+ msgstr ""
1076
+
1061
1077
  #. module: account_financial_report
1062
1078
  #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration__write_uid
1063
1079
  #: model:ir.model.fields,field_description:account_financial_report.field_account_age_report_configuration_line__write_uid