[FIX] crm: sales team kanban view: added an oe_clear beceause of alignment issues when adding things below item_list.

bzr revid: tde@openerp.com-20131205144344-d8616y18n2lvnkgu
This commit is contained in:
Thibault Delavallée 2013-12-05 15:43:44 +01:00
parent 73f663eed0
commit ea62cbacf8
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
<a name="%(action_report_crm_opportunity_salesteam)d" type="action"><field name="monthly_planned_revenue" widget="sparkline_bar" options="{'height': '20px', 'barWidth': '4', 'barSpacing': '1', 'delayIn': '3000'}">Planned Revenue per Month<br/>Click to see a detailed analysis of opportunities.</field></a>
</div>
</div>
<div class="oe_clear"></div>
<div class="oe_kanban_salesteams_avatars">
<t t-foreach="record.member_ids.raw_value.slice(0,10)" t-as="member">
<img t-att-src="kanban_image('res.users', 'image_small', member)" t-att-data-member_id="member"/>