Browse Source

July 31: [FIX]Bug fixed 'list_view_sticky_header_and_column'

17.0
Cybrosys Technologies 2 days ago
parent
commit
50f5103e70
  1. 2
      list_view_sticky_header_and_column/__manifest__.py
  2. 5
      list_view_sticky_header_and_column/doc/RELEASE_NOTES.md
  3. 3
      list_view_sticky_header_and_column/static/src/scss/list_view_sticky_header_and_column.scss
  4. 2
      list_view_sticky_header_and_column/static/src/xml/list_view_sticky_header_and_column.xml

2
list_view_sticky_header_and_column/__manifest__.py

@ -21,7 +21,7 @@
############################################################################# #############################################################################
{ {
'name': "Sticky Header And Column In List View", 'name': "Sticky Header And Column In List View",
'version': '17.0.1.0.0', 'version': '17.0.1.0.1',
'category': 'Extra Tools', 'category': 'Extra Tools',
'summary': """Enhance list views with sticky headers and columns for 'summary': """Enhance list views with sticky headers and columns for
improved navigation and readability.""", improved navigation and readability.""",

5
list_view_sticky_header_and_column/doc/RELEASE_NOTES.md

@ -3,3 +3,8 @@
#### Version 17.0.1.0.0 #### Version 17.0.1.0.0
#### ADD #### ADD
- Initial commit for Sticky Header And Column In List View - Initial commit for Sticky Header And Column In List View
#### 28.07.2025
#### Version 17.0.1.0.1
##### UPDT
- Commit for Bug fixing

3
list_view_sticky_header_and_column/static/src/scss/list_view_sticky_header_and_column.scss

@ -21,9 +21,6 @@
overflow-x: auto; overflow-x: auto;
overflow-y: visible; overflow-y: visible;
} }
.table-responsive {
overflow: visible;
}
.o_list_view .table-responsive .table thead { .o_list_view .table-responsive .table thead {
z-index: 5; z-index: 5;
} }

2
list_view_sticky_header_and_column/static/src/xml/list_view_sticky_header_and_column.xml

@ -13,7 +13,7 @@
</t> </t>
<!--Adding the icon in account --> <!--Adding the icon in account -->
<t t-name="sticky_header_ and_column_in_list_view.AccountListRender" <t t-name="sticky_header_and_column_in_list_view.AccountListRender"
t-inherit="account.ListRenderer" t-inherit-mode="extension" t-inherit="account.ListRenderer" t-inherit-mode="extension"
owl="1"> owl="1">
<xpath expr="//div[hasclass('o_list_renderer')]/table/thead/tr/t/th/t/div/span" <xpath expr="//div[hasclass('o_list_renderer')]/table/thead/tr/t/th/t/div/span"

Loading…
Cancel
Save