From d0c1449bbfa493f9752d524d0c82e3ad99bd3705 Mon Sep 17 00:00:00 2001 From: bt-dlagin Date: Fri, 6 Dec 2024 15:13:24 +0100 Subject: [PATCH] [18.0][MIG] analytic_operating_unit: Migration to 18.0 --- analytic_operating_unit/__manifest__.py | 2 +- analytic_operating_unit/readme/CONTRIBUTORS.md | 1 + .../static/src/components/analytic_distribution.esm.js | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/analytic_operating_unit/__manifest__.py b/analytic_operating_unit/__manifest__.py index 587bd258e9..c4d3617805 100644 --- a/analytic_operating_unit/__manifest__.py +++ b/analytic_operating_unit/__manifest__.py @@ -2,7 +2,7 @@ # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "Analytic Operating Unit", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "license": "LGPL-3", "website": "https://github.com/OCA/operating-unit", diff --git a/analytic_operating_unit/readme/CONTRIBUTORS.md b/analytic_operating_unit/readme/CONTRIBUTORS.md index 2d2fbf14ed..ab31e46b59 100644 --- a/analytic_operating_unit/readme/CONTRIBUTORS.md +++ b/analytic_operating_unit/readme/CONTRIBUTORS.md @@ -2,3 +2,4 @@ - Sudhir Arya \<\> - Alan Ramos \<\> - Alejandro Leonard \<\> +- Daniel Lagin \<\> diff --git a/analytic_operating_unit/static/src/components/analytic_distribution.esm.js b/analytic_operating_unit/static/src/components/analytic_distribution.esm.js index 4f7d5883fd..8838dd3e4b 100644 --- a/analytic_operating_unit/static/src/components/analytic_distribution.esm.js +++ b/analytic_operating_unit/static/src/components/analytic_distribution.esm.js @@ -1,5 +1,3 @@ -/** @odoo-module **/ - import {AnalyticDistribution} from "@analytic/components/analytic_distribution/analytic_distribution"; import {patch} from "@web/core/utils/patch";