[FIX] preferences buttons

bzr revid: al@openerp.com-20120816175041-3on3n3kxx3is9srh
This commit is contained in:
Antony Lesuisse 2012-08-16 19:50:41 +02:00
parent 42dd77b782
commit 20392f65dc
1 changed files with 3 additions and 2 deletions

View File

@ -215,9 +215,10 @@
<field name="signature" readonly="0"/>
</group>
<footer>
<button name="preference_save" type="object" string="Save"/>
<button name="preference_cancel" special="cancel" string="Cancel"/>
<button name="preference_change_password" type="object" string="Change password"/>
<button name="preference_save" type="object" string="Save"/>
or
<button name="preference_cancel" string="Cancel" special="cancel" class="oe_link"/>
</footer>
</form>
</field>