account-financial-reporting/account_financial_report/report
Víctor Martínez 2bb7251e0b [FIX] account_financial_report: Prevent error related to currency from General ledger
Use case: Generate xlsx report (showing foreign currency) with accounts with defined currency.

Traceback:

File "/opt/odoo/auto/addons/account_financial_report/report/abstract_report_xlsx.py", line 535, in _get_currency_amt_format
    field_name = "{}_{}".format(field_prefix, currency.name)
AttributeError: 'int' object has no attribute 'name'
2023-05-09 10:15:26 +02:00
..
templates [FIX] account_financial_report: Prevent error related to currency from General ledger 2023-05-09 10:14:03 +02:00
__init__.py [IMP] account_financial_report: abstract for avoiding duplicated code and increase readability 2021-12-16 16:19:18 +07:00
abstract_report.py [FIX] account_financial_report fix to take the id of the currency if is set, that fix the following error: opt/odoo/odoo/odoo/models.py", line 3681, in write 2023-04-18 12:29:46 +02:00
abstract_report_xlsx.py [FIX] account_financial_report: Prevent error related to currency from General ledger 2023-05-09 10:15:26 +02:00
aged_partner_balance.py [FIX] account_financial_report: Replace wrong field `amount_currency` with two fields `debit_amount_currency` and `credit_amount_currency` 2023-03-21 05:23:27 +03:00
aged_partner_balance_xlsx.py [IMP] update dotfiles [ci skip] 2022-03-30 21:34:29 +02:00
general_ledger.py [IMP] account_financial_report: Show move_name in entry column from general ledger report 2023-04-27 16:36:49 +02:00
general_ledger_xlsx.py [FIX] account_financial_report: Prevent error related to currency from General ledger 2023-05-09 10:15:26 +02:00
journal_ledger.py [FIX] account_financial_report: Sort journal ledger by move_id 2022-09-08 15:30:18 +02:00
journal_ledger_xlsx.py [IMP] account_financial_report: added 'auto sequence' option in Journal Ledger 2021-06-14 21:44:57 +02:00
open_items.py Merge PR #926 into 14.0 2023-02-15 13:39:59 +00:00
open_items_xlsx.py [14.0][IMP] account_financial_report: add keyword to function calls 2021-08-09 16:50:29 +02:00
trial_balance.py [IMP] account_financial_report: Trial balance changes: 2023-01-17 10:02:29 +01:00
trial_balance_xlsx.py [IMP] account_financial_report: Trial balance changes: 2023-01-17 10:02:29 +01:00
vat_report.py [13.0][IMP] account_financial_report: extensibility: ml fields 2022-12-23 18:44:19 +01:00
vat_report_xlsx.py [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00