[IMP] o2m form button rename

bzr revid: al@openerp.com-20111227194038-iquhz5hwbkpnyb8c
This commit is contained in:
Antony Lesuisse 2011-12-27 20:40:38 +01:00
parent 9d6ed7815d
commit cfc87346a4
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@
</t>
<t t-name="One2Many.formview" t-extend="FormView">
<t t-jquery=".oe_form_buttons" t-operation="inner">
<button type="button" class="oe_button oe_form_button_create">Create</button>
<button type="button" class="oe_button oe_form_button_create">Add</button>
</t>
</t>
<t t-name="PageView" t-extend="FormView">