Merge PR #3027 into 18.0

Signed-off-by pedrobaeza
pull/3038/head
OCA-git-bot 2024-12-20 09:47:10 +00:00
commit 464bb1aa44
8 changed files with 2 additions and 11 deletions

View File

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

View File

@ -1,4 +1,3 @@
/** @odoo-module **/
/* Copyright 2022 Tecnativa - Carlos Roca /* Copyright 2022 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */ * 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 /* Copyright 2024 Tecnativa - Carlos Roca
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */ * 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 {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 = {
...ReportViewMeasures.components, ...ReportViewMeasures.components,

View File

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

View File

@ -1,5 +1,3 @@
/** @odoo-module **/
import {ListRenderer} from "@web/views/list/list_renderer"; import {ListRenderer} from "@web/views/list/list_renderer";
import {evaluateBooleanExpr} from "@web/core/py_js/py"; import {evaluateBooleanExpr} from "@web/core/py_js/py";
import {patch} from "@web/core/utils/patch"; import {patch} from "@web/core/utils/patch";