[IMP] Use kanban_button for pad_project's 'pad' icon.

[REM] Removed pad-icon from pad module

bzr revid: fme@openerp.com-20111124214251-t98bl8n6qq6ohsge
This commit is contained in:
Fabien Meghazi 2011-11-24 22:42:51 +01:00
parent 78abb22125
commit 449d97d6d8
2 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

View File

@ -6,10 +6,8 @@
<field name="type">kanban</field>
<field name="inherit_id" ref="project.view_task_kanban"/>
<field name="arch" type="xml">
<xpath expr="//a[@type='color']" position="after">
<a name="pad_get" string="Pad" type="object">
<img src="/pad/static/src/img/pad-icon.png" border="0" width="16" height="16"/>
</a>
<xpath expr="//span[@class='oe_kanban_project_times']/t" position="before">
<a name="pad_get" string="Pad" type="object" class="oe_kanban_button">Pad</a>
</xpath>
</field>
</record>