[MIG] account_financial_report: Migration to 18.0
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/** @odoo-module */
|
||||
|
||||
import {useComponent, useEffect} from "@odoo/owl";
|
||||
|
||||
function toTitleCase(str) {
|
||||
@@ -12,6 +10,7 @@ function toTitleCase(str) {
|
||||
}
|
||||
|
||||
function enrich(component, targetElement, selector, isIFrame = false) {
|
||||
// eslint-disable-next-line no-undef
|
||||
let doc = window.document;
|
||||
let contentDocument = targetElement;
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// /** @odoo-module **/
|
||||
import {ReportAction} from "@web/webclient/actions/reports/report_action";
|
||||
import {patch} from "@web/core/utils/patch";
|
||||
import {useEnrichWithActionLinks} from "./report.esm";
|
||||
|
||||
Reference in New Issue
Block a user