From 0a3e1786b45529d5554df0ec6d38ab1954c2a41e Mon Sep 17 00:00:00 2001 From: bt-dlagin Date: Fri, 6 Dec 2024 12:48:02 +0100 Subject: [PATCH] [18.0][MIG] operating_unit: Migration to 18.0 --- operating_unit/__manifest__.py | 2 +- operating_unit/tests/test_operating_unit.py | 2 +- operating_unit/view/operating_unit_view.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/operating_unit/__manifest__.py b/operating_unit/__manifest__.py index b92aab9da6..54864d7a30 100644 --- a/operating_unit/__manifest__.py +++ b/operating_unit/__manifest__.py @@ -6,7 +6,7 @@ "name": "Operating Unit", "summary": "An operating unit (OU) is an organizational entity part of a " "company", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": "ForgeFlow, " "Serpent Consulting Services Pvt. Ltd., " "Odoo Community Association (OCA)", diff --git a/operating_unit/tests/test_operating_unit.py b/operating_unit/tests/test_operating_unit.py index e1569a2ad9..2301ffaa5e 100644 --- a/operating_unit/tests/test_operating_unit.py +++ b/operating_unit/tests/test_operating_unit.py @@ -3,7 +3,7 @@ from odoo.exceptions import AccessError from odoo.tests import tagged -from odoo.tests.common import Form +from odoo.tests import Form from .common import OperatingUnitCommon diff --git a/operating_unit/view/operating_unit_view.xml b/operating_unit/view/operating_unit_view.xml index 84c982868d..bda031e5e0 100644 --- a/operating_unit/view/operating_unit_view.xml +++ b/operating_unit/view/operating_unit_view.xml @@ -19,11 +19,11 @@ operating.unit.tree operating.unit - + - + @@ -39,7 +39,7 @@ Operating Units operating.unit - tree,form + list,form

Click to start a new Operating Unit.