[FIX] web_kanban: hide action button when needed

bzr revid: chs@openerp.com-20111116103422-fdqqk4rmvnksllnj
This commit is contained in:
Christophe Simonis 2011-11-16 11:34:22 +01:00
parent 1a603bd2bd
commit e07737f0ab
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
<template>
<t t-name="KanbanView">
<div class="oe_kanban_header">
<t t-if="widget.options.action_buttons !== false">
<button type="button" class="oe_kanban_button_new">New</button>
</t>
</div>
<div class="oe_kanban_view">
<table style="width:100%;" class="oe_kanban_groups">