From 917346454c1549c75d13b93f3f9fc57c42bfa5dd Mon Sep 17 00:00:00 2001 From: Risvana Cybro Date: Thu, 4 Dec 2025 23:15:47 +0530 Subject: [PATCH] : Dec 04: [FIX] Bug Fixed 'all_in_one_dynamic_custom_fields' --- all_in_one_dynamic_custom_fields/__manifest__.py | 2 +- all_in_one_dynamic_custom_fields/doc/RELEASE_NOTES.md | 5 +++++ all_in_one_dynamic_custom_fields/models/dynamic_fields.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/all_in_one_dynamic_custom_fields/__manifest__.py b/all_in_one_dynamic_custom_fields/__manifest__.py index 9fcf5d293..af8420727 100755 --- a/all_in_one_dynamic_custom_fields/__manifest__.py +++ b/all_in_one_dynamic_custom_fields/__manifest__.py @@ -21,7 +21,7 @@ ################################################################################ { 'name': 'All in One Dynamic Fields', - 'version': '17.0.1.1.1', + 'version': '17.0.1.1.2', 'category': 'Extra Tools', 'summary': 'Create Custom Fields As Per Your Need Without Any Coding.', 'description': "The features of module facilitates the addition of fields" diff --git a/all_in_one_dynamic_custom_fields/doc/RELEASE_NOTES.md b/all_in_one_dynamic_custom_fields/doc/RELEASE_NOTES.md index ffdd4ff0e..901d8781c 100755 --- a/all_in_one_dynamic_custom_fields/doc/RELEASE_NOTES.md +++ b/all_in_one_dynamic_custom_fields/doc/RELEASE_NOTES.md @@ -10,3 +10,8 @@ #### Version 17.0.1.1.1 ##### UPDATE - The latest module update includes enhancements to the list view configuration. You can now add the newly created field to the selected list view at the desired position, with the option to enable or disable its visibility by default. + +#### 03.12.2025 +#### Version 17.0.1.1.2 +##### UPDATE +- Fixed the package issue during module installation \ No newline at end of file diff --git a/all_in_one_dynamic_custom_fields/models/dynamic_fields.py b/all_in_one_dynamic_custom_fields/models/dynamic_fields.py index 69bf80731..21b42d5e7 100755 --- a/all_in_one_dynamic_custom_fields/models/dynamic_fields.py +++ b/all_in_one_dynamic_custom_fields/models/dynamic_fields.py @@ -19,7 +19,7 @@ # If not, see . # ################################################################################ -from xlrd.xlsx import ET +import xml.etree.ElementTree as ET from odoo import api, fields, models, _