Skip to content
Snippets Groups Projects
Commit e9ae0b49 authored by Fabien Meghazi's avatar Fabien Meghazi
Browse files

[IMP] Kanban: renamed button 'New' to 'Create' in order to match list view

bzr revid: fme@openerp.com-20120208133145-jvx9u1i3tdvkw250
parent a5819a49
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<t t-name="KanbanView">
<div class="oe_kanban_header">
<t t-if="widget.options.action_buttons !== false">
<button type="button" class="oe_button oe_kanban_button_new">New</button>
<button type="button" class="oe_button oe_kanban_button_new">Create</button>
</t>
</div>
<div class="oe_kanban_view">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment