[FIX] web_pivot_computed_mensure: warning odoo-module and sort-imports

This commit is contained in:
Duy (Đỗ Anh)
2024-12-20 10:58:54 +07:00
parent ef30c37a78
commit f31d055f5e
7 changed files with 2 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
/** @odoo-module **/
/* Copyright 2022 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */

View File

@@ -1,4 +1,3 @@
/** @odoo-module **/
/* Copyright 2023 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */

View File

@@ -1,4 +1,3 @@
/** @odoo-module **/
/* Copyright 2024 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */

View File

@@ -1,12 +1,11 @@
/** @odoo-module **/
/* Copyright 2020 Tecnativa - Alexandre Díaz
* Copyright 2022 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
import {PivotModel} from "@web/views/pivot/pivot_model";
import {patch} from "@web/core/utils/patch";
import {computeReportMeasures} from "@web/views/utils";
import {evalOperation} from "../helpers/utils.esm";
import {patch} from "@web/core/utils/patch";
patch(PivotModel.prototype, {
/**

View File

@@ -1,4 +1,3 @@
/** @odoo-module **/
/* Copyright 2022 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */

View File

@@ -1,9 +1,8 @@
/** @odoo-module **/
/* Copyright 2024 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
import {ReportViewMeasures} from "@web/views/view_components/report_view_measures";
import {DropdownItemCustomMeasure} from "../dropdown_item_custom_measure/dropdown_item_custom_measure.esm";
import {ReportViewMeasures} from "@web/views/view_components/report_view_measures";
ReportViewMeasures.components = {
...ReportViewMeasures.components,

View File

@@ -1,4 +1,3 @@
/** @odoo-module **/
/* Copyright 2022 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */