diff --git a/cor_custom/static/src/css/rtl_css_direction.css b/cor_custom/static/src/css/rtl_css_direction.css index 9a2b13a..4dcf5eb 100755 --- a/cor_custom/static/src/css/rtl_css_direction.css +++ b/cor_custom/static/src/css/rtl_css_direction.css @@ -15,3 +15,13 @@ ul.o_menu_systray { .o_main_navbar > ul > li { float: right;} } + +/* Fixed Individual column header */ +/* Start */ +tbody .o_one2many_header_cell_fix { + position:sticky; + left:0px; + background:white; + border-right:1px solid #DEE2E6; +} +/* Stop */ \ No newline at end of file diff --git a/cor_custom/views/project_view.xml b/cor_custom/views/project_view.xml index 5ad692b..f699894 100755 --- a/cor_custom/views/project_view.xml +++ b/cor_custom/views/project_view.xml @@ -74,10 +74,10 @@ + - @@ -106,8 +106,8 @@ -