bzr revid: apa@tinyerp.com-20120329043217-2i8vxflhy6a0drix
This commit is contained in:
Amit Patel (OpenERP) 2012-03-29 10:02:17 +05:30
parent 10247a1af2
commit 1ac567d6b0
2 changed files with 6 additions and 5 deletions

View File

@ -187,17 +187,17 @@
<div class="oe_module_vignette oe_kanban_box oe_kanban_color_border">
<div class="oe_module_icon oe_project oe_project_border">
<div class="sequence">
<img t-att-src="kanban_image('res.users', 'avatar', record.id.raw_value)" height="40px" width="70px"/>
<img t-att-src="kanban_image('res.users', 'avatar', record.user_id.raw_value[0])" height="50px" width="50px"/>
<!--<a type="edit">-->
<!-- <img t-att-src="kanban_gravatar(record.user_id.value, 22)" data-default-src="/web/static/src/img/topbar-avatar.png" class="oe_kanban_gravatar" t-att-title="record.user_id.value"/>-->
<!--</a>-->
</div>
<kbd class="user">Manager</kbd><br/>
<div class="manager"><field name="user_id"/></div>
<t t-if="record.date.raw_value">
<!-- <t t-if="record.date.raw_value">
<kbd class="user">Deadline</kbd><br/>
<div class="manager"><field name="date"/></div>
</t>
</t>-->
</div>
<div class="oe_module_desc oe_project_desc">
<h4 class="oe_project_font1"><a type="edit"><div class="oe_project_font"><field name="name"/></div></a></h4>

View File

@ -17,7 +17,8 @@
}
.sequence {
border-bottom: groove;
font-size: 20px;
/*font-size: 20px;*/
text-align: center;
}
.project_icon{
@ -40,7 +41,7 @@
font-size: 10px;
}
.oe_project {
width: 70px;
width: 55px;
}
.user {
color:rgb(192,192,192);