[MIG] account_financial_report: Migration to 18.0

This commit is contained in:
chaule97
2024-11-18 16:48:37 +07:00
parent c46e83a4a4
commit 01f22b8256
43 changed files with 292 additions and 220 deletions

View File

@@ -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;

View File

@@ -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";