[REM] mrp_repair: Shortcuts removed from wizard buttons.

bzr revid: uco@tinyerp.com-20100920073937-er2gv772cm2m9oyr
This commit is contained in:
uco (Open ERP) 2010-09-20 13:09:37 +05:30
parent dcdc8c35a9
commit a02c514038
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@
<newline/>
<group col="2" colspan="4">
<button icon="gtk-stop" special="cancel"
string="_No" />
<button name="cancel_repair" string="_Yes"
string="No" />
<button name="cancel_repair" string="Yes"
colspan="1" type="object" icon="gtk-ok" />
</group>
</form>

View File

@ -15,8 +15,8 @@
<newline/>
<group col="2" colspan="4">
<button icon="gtk-stop" special="cancel"
string="_Cancel" />
<button name="make_invoices" string="Create _Invoice"
string="Cancel" />
<button name="make_invoices" string="Create Invoice"
colspan="1" type="object" icon="terp-dolar" />
</group>
</form>