diff --git a/cor_custom/__manifest__.py b/cor_custom/__manifest__.py index 0ee51e1..ce7abdf 100755 --- a/cor_custom/__manifest__.py +++ b/cor_custom/__manifest__.py @@ -37,6 +37,7 @@ 'report/project_profitability_report_analysis_views.xml', 'views/views.xml', 'views/templates.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 new file mode 100755 index 0000000..93f572d --- /dev/null +++ b/cor_custom/static/src/css/rtl_css_direction.css @@ -0,0 +1,17 @@ +[lang="he_IL"]{ +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;} + } \ No newline at end of file diff --git a/cor_custom/views/assets.xml b/cor_custom/views/assets.xml new file mode 100755 index 0000000..41db65e --- /dev/null +++ b/cor_custom/views/assets.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file