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, _