diff --git a/.idea/jikimo_sf.iml b/.idea/jikimo_sf.iml index 735af015..438c2779 100644 --- a/.idea/jikimo_sf.iml +++ b/.idea/jikimo_sf.iml @@ -2,7 +2,7 @@ - + diff --git a/fixed_header_list/.idea/workspace.xml b/fixed_header_list/.idea/workspace.xml new file mode 100644 index 00000000..c04af466 --- /dev/null +++ b/fixed_header_list/.idea/workspace.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + 1686036004857 + + + + + + \ No newline at end of file diff --git a/sf_warehouse/__manifest__.py b/sf_warehouse/__manifest__.py index 6ad297c8..80b26a0f 100644 --- a/sf_warehouse/__manifest__.py +++ b/sf_warehouse/__manifest__.py @@ -23,7 +23,7 @@ 'web.assets_qweb': [ ], 'web.assets_backend':[ - # 'sf_tool_management/static/src/change.scss' + 'sf_warehouse/static/src/change.scss' ] diff --git a/sf_warehouse/static/src/change.scss b/sf_warehouse/static/src/change.scss index 40fdcc8e..c649b52c 100644 --- a/sf_warehouse/static/src/change.scss +++ b/sf_warehouse/static/src/change.scss @@ -6,6 +6,11 @@ display:none } -.modal-content .o_list_button { +.o_component_with_search_panel .o_search_panel { + width: auto !important; +} + +.o_component_with_search_panel .overflow-auto { + overflow: unset !important; +} -} \ No newline at end of file diff --git a/zpl_print/__manifest__.py b/zpl_print/__manifest__.py index 61c15b2c..7956cac5 100644 --- a/zpl_print/__manifest__.py +++ b/zpl_print/__manifest__.py @@ -17,6 +17,11 @@ ], 'qweb': [ ], + 'assets': { + 'web.assets_backend': [ + 'jikimo_sfs/zpl_print/static/src/scss/changes.scss' + ] + }, 'installable': True, 'application': False, 'auto_install': False,