[IMP] load translation wizard

bzr revid: fp@openerp.com-20120716223652-sjaltgvsyg4fsu8n
This commit is contained in:
Fabien Pinckaers 2012-07-17 00:36:52 +02:00
parent 524f245735
commit cc09a0d1b6
1 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Load a Translation" version="7.0">
<separator string="Load a Translation"/>
<field name="state" invisible="1"/>
<group states="init">
<field name="lang"/>
@ -19,11 +18,11 @@
You must change the preferences of the user and open a new menu to view the changes."/>
</group>
<footer states="init">
<button name="lang_install" string="Load" type="object" icon="gtk-ok" class="oe_highlight"/> or
<button special="cancel" string="Cancel" icon="gtk-cancel" class="oe_link"/>
<button name="lang_install" string="Load" type="object" class="oe_highlight"/> or
<button special="cancel" string="Cancel" class="oe_link"/>
</footer>
<footer states="done">
<button special="cancel" string="Close" icon="gtk-cancel"/>
<button special="cancel" string="Close"/>
</footer>
</form>
</field>