diff --git a/list_view_sticky_header_and_column/__manifest__.py b/list_view_sticky_header_and_column/__manifest__.py index 6dcfc3b56..24f391497 100644 --- a/list_view_sticky_header_and_column/__manifest__.py +++ b/list_view_sticky_header_and_column/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': "Sticky Header And Column In List View", - 'version': '17.0.1.0.0', + 'version': '17.0.1.0.1', 'category': 'Extra Tools', 'summary': """Enhance list views with sticky headers and columns for improved navigation and readability.""", diff --git a/list_view_sticky_header_and_column/doc/RELEASE_NOTES.md b/list_view_sticky_header_and_column/doc/RELEASE_NOTES.md index 2c2f09a46..fed8a56a2 100755 --- a/list_view_sticky_header_and_column/doc/RELEASE_NOTES.md +++ b/list_view_sticky_header_and_column/doc/RELEASE_NOTES.md @@ -3,3 +3,8 @@ #### Version 17.0.1.0.0 #### ADD - Initial commit for Sticky Header And Column In List View + +#### 28.07.2025 +#### Version 17.0.1.0.1 +##### UPDT +- Commit for Bug fixing \ No newline at end of file diff --git a/list_view_sticky_header_and_column/static/src/scss/list_view_sticky_header_and_column.scss b/list_view_sticky_header_and_column/static/src/scss/list_view_sticky_header_and_column.scss index d5f7b8740..bbec4402f 100755 --- a/list_view_sticky_header_and_column/static/src/scss/list_view_sticky_header_and_column.scss +++ b/list_view_sticky_header_and_column/static/src/scss/list_view_sticky_header_and_column.scss @@ -21,9 +21,6 @@ overflow-x: auto; overflow-y: visible; } -.table-responsive { - overflow: visible; -} .o_list_view .table-responsive .table thead { z-index: 5; } diff --git a/list_view_sticky_header_and_column/static/src/xml/list_view_sticky_header_and_column.xml b/list_view_sticky_header_and_column/static/src/xml/list_view_sticky_header_and_column.xml index 82d9ff4d7..d6b41000c 100755 --- a/list_view_sticky_header_and_column/static/src/xml/list_view_sticky_header_and_column.xml +++ b/list_view_sticky_header_and_column/static/src/xml/list_view_sticky_header_and_column.xml @@ -13,7 +13,7 @@ -