account-financial-reporting/account_financial_report/wizard
João Marques 7d9d1cb006 [FIX] account_financial_report: allow navigation on all fields
Pass res_id correctly to lines to allow navigation on the fields

In the open items ledger, the res_id attribute of the invoice
in the report was getting: (id, move_name)
The result was that, when clicking the line, it would redirect
to a new record, instead of the existing.
This passes only the id to the line, solving that issue.

Fix menu item name

TT29371
2021-04-28 07:44:53 +01:00
..
__init__.py [MIG] account_financial_report: Finalize migration to 12.0 2021-01-15 11:26:17 +00:00
abstract_wizard.py [IMP] account_financial_report: black, isort 2021-01-15 11:26:18 +00:00
aged_partner_balance_wizard.py [FIX] Default company should not be used since it doesn't mutate when switching companies. 2021-04-06 16:15:05 +02:00
aged_partner_balance_wizard_view.xml [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00
general_ledger_wizard.py [FIX] Default company should not be used since it doesn't mutate when switching companies. 2021-04-06 16:15:05 +02:00
general_ledger_wizard_view.xml [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00
journal_ledger_wizard.py [FIX] Default company should not be used since it doesn't mutate when switching companies. 2021-04-06 16:15:05 +02:00
journal_ledger_wizard_view.xml [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00
open_items_wizard.py [FIX] Default company should not be used since it doesn't mutate when switching companies. 2021-04-06 16:15:05 +02:00
open_items_wizard_view.xml [FIX] account_financial_report: allow navigation on all fields 2021-04-28 07:44:53 +01:00
trial_balance_wizard.py [FIX] Default company should not be used since it doesn't mutate when switching companies. 2021-04-06 16:15:05 +02:00
trial_balance_wizard_view.xml [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00
vat_report_wizard.py [FIX] Default company should not be used since it doesn't mutate when switching companies. 2021-04-06 16:15:05 +02:00
vat_report_wizard_view.xml [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00