Skip to content

Commit 464bb1a

Browse files
committed
Merge PR OCA#3027 into 18.0
Signed-off-by pedrobaeza
2 parents ef30c37 + f288f58 commit 464bb1a

File tree

8 files changed

+2
-11
lines changed

8 files changed

+2
-11
lines changed

web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.esm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @odoo-module **/
21
/* Copyright 2022 Tecnativa - Carlos Roca
32
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
43

web_pivot_computed_measure/static/src/helpers/utils.esm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @odoo-module **/
21
/* Copyright 2023 Tecnativa - Carlos Roca
32
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
43

web_pivot_computed_measure/static/src/pivot/pivot_controller.esm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @odoo-module **/
21
/* Copyright 2024 Tecnativa - Carlos Roca
32
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
43

web_pivot_computed_measure/static/src/pivot/pivot_model.esm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
/** @odoo-module **/
21
/* Copyright 2020 Tecnativa - Alexandre Díaz
32
* Copyright 2022 Tecnativa - Carlos Roca
43
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
54

65
import {PivotModel} from "@web/views/pivot/pivot_model";
7-
import {patch} from "@web/core/utils/patch";
86
import {computeReportMeasures} from "@web/views/utils";
97
import {evalOperation} from "../helpers/utils.esm";
8+
import {patch} from "@web/core/utils/patch";
109

1110
patch(PivotModel.prototype, {
1211
/**

web_pivot_computed_measure/static/src/pivot/pivot_renderer.esm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @odoo-module **/
21
/* Copyright 2022 Tecnativa - Carlos Roca
32
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
43

web_pivot_computed_measure/static/src/report_view_measures/report_view_measures.esm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
/** @odoo-module **/
21
/* Copyright 2024 Tecnativa - Carlos Roca
32
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
43

5-
import {ReportViewMeasures} from "@web/views/view_components/report_view_measures";
64
import {DropdownItemCustomMeasure} from "../dropdown_item_custom_measure/dropdown_item_custom_measure.esm";
5+
import {ReportViewMeasures} from "@web/views/view_components/report_view_measures";
76

87
ReportViewMeasures.components = {
98
...ReportViewMeasures.components,

web_pivot_computed_measure/static/src/test/test.esm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @odoo-module **/
21
/* Copyright 2022 Tecnativa - Carlos Roca
32
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) */
43

web_tree_dynamic_colored_field/static/src/js/list_renderer.esm.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/** @odoo-module **/
2-
31
import {ListRenderer} from "@web/views/list/list_renderer";
42
import {evaluateBooleanExpr} from "@web/core/py_js/py";
53
import {patch} from "@web/core/utils/patch";

0 commit comments

Comments
 (0)