diff --git a/cor_custom/__manifest__.py b/cor_custom/__manifest__.py index 896670d..07c5160 100755 --- a/cor_custom/__manifest__.py +++ b/cor_custom/__manifest__.py @@ -37,7 +37,7 @@ 'report/project_profitability_report_analysis_views.xml', 'views/views.xml', 'views/templates.xml', - #'views/assets.xml', + 'views/assets.xml', #'views/menu_show_view.xml', 'wizard/project_create_sale_order_views.xml', 'wizard/project_multi_budget_assign_view.xml', diff --git a/cor_custom/static/src/css/rtl_css_direction.css b/cor_custom/static/src/css/rtl_css_direction.css index 8b13789..9a2b13a 100755 --- a/cor_custom/static/src/css/rtl_css_direction.css +++ b/cor_custom/static/src/css/rtl_css_direction.css @@ -1 +1,17 @@ - +[lang="he_IL"] .o_main_navbar{ +ul.o_menu_apps { + float:right; +} +.o_main_navbar > .o_menu_brand { + float: right; +} +ul.o_menu_sections { + float:right; +} +ul.o_menu_systray { + float:right; + margin-right: 540px; +} +.o_main_navbar > ul > li { + float: right;} + }