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

bzr revid: fme@openerp.com-20120208133145-jvx9u1i3tdvkw250
This commit is contained in:
Fabien Meghazi 2012-02-08 14:31:45 +01:00
parent a5819a49d2
commit e9ae0b4906
1 changed files with 1 additions and 1 deletions

View File

@ -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">