Merge PR #599 into 15.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2023-10-01 13:16:05 +00:00

View File

@@ -4,6 +4,7 @@ odoo.define("account_statement_import.dashboard.kanban", function (require) {
var viewRegistry = require("web.view_registry");
var KanbanView = require("web.KanbanView");
require("account.dashboard.kanban");
var AccountDashboardView = viewRegistry.get("account_dashboard_kanban");
// Value can be undefined on some test scenarios. Avoid an error by checking if it is defined
if (AccountDashboardView !== undefined) {