Merge branch 'pawan_branch' into 'development'

add css file

See merge request prakash.jain/cor-odoo!101
This commit is contained in:
pawan.sharma 2021-02-03 02:38:53 -08:00
commit 870690faeb
3 changed files with 27 additions and 0 deletions

View File

@ -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',

View File

@ -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;}
}

9
cor_custom/views/assets.xml Executable file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_frontend" name="COR assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/cor_custom/static/src/css/rtl_css_direction.css"/>
</xpath>
</template>
</odoo>