Merge branch 'pawan_branch' into 'development'
add css file See merge request prakash.jain/cor-odoo!101
This commit is contained in:
commit
870690faeb
|
@ -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',
|
||||
|
|
|
@ -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;}
|
||||
}
|
|
@ -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>
|
Loading…
Reference in New Issue