[IMP] improve order of kanban items

This commit is contained in:
Randhir Mayatra rma-openerp 2014-04-22 11:55:58 +05:30
parent 1338f91535
commit d0df0175ec
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
<field name="monthly_open_leads"/>
<field name="monthly_planned_revenue"/>
</xpath>
<xpath expr="//div[@class='oe_clear']" position="before">
<xpath expr="//div[@name='avtar']" position="after">
<div class="oe_kanban_alias oe_center" t-if="record.use_leads.raw_value and record.alias_id.value">
<small><span class="oe_e oe_e_alias" style="float: none;">%%</span><t t-raw="record.alias_id.raw_value[1]"/></small>
</div>

View File

@ -58,7 +58,7 @@
</div>
<div class="oe_kanban_content">
<h4 class="oe_center"><field name="name"/></h4>
<div class="oe_kanban_alias oe_center" t-if="record.alias_id.value">
<div class="oe_kanban_alias oe_center" t-if="record.alias_id.value" name="avtar">
<small><span class="oe_e oe_e_alias" style="float: none;">%%</span><t t-raw="record.alias_id.raw_value[1]"/></small>
</div>
<div class="oe_clear"></div>