[WIP] add project category (should become a m2m ?)

bzr revid: abo@openerp.com-20120710085804-pyqxt3v377j0422k
This commit is contained in:
Antonin Bourguignon 2012-07-10 10:58:04 +02:00
parent 501001a918
commit 22d2489912
2 changed files with 7 additions and 6 deletions

View File

@ -14,12 +14,6 @@
<field name="date_deadline"/>
<field name="create_date"/>
<templates>
<t t-name="kanban-tooltip">
<ul class="oe_kanban_tooltip">
<li><b>Project:</b> <field name="project_id"/></li>
<li><b>Category:</b> <field name="categ_id"/></li>
</ul>
</t>
<t t-name="kanban-box">
<div class="oe_kanban_card oe_kanban_global_click">
<div class="oe_kanban_content" tooltip="kanban-tooltip">
@ -29,6 +23,9 @@
<field name="version_id"/>
</div>
<div class="oe_kanban_footer_left">
<div class="oe_left">
<field name="categ_id"/>
</div>
<div class="oe_right">
Creation: <field name="create_date"/>
<span class="oe_kanban_highlight">

View File

@ -26,3 +26,7 @@
font-size: 1.2em;
font-weight: bold;
}
.oe_portal_project_issue .oe_fold_column.oe_kanban_record .oe_kanban_footer_left {
height: 24px;
}