[IMP] Buttons

This commit is contained in:
Maxime Chambreuil
2018-03-29 13:40:43 -06:00
committed by Florent de Labarre
parent 5d7dc878ee
commit ce3ed1ef98

View File

@@ -15,8 +15,8 @@
<field name="data" widget="ace" nolabel="1"/> <field name="data" widget="ace" nolabel="1"/>
</group> </group>
<footer> <footer>
<button type="special" special="cancel" string="Cancel"/> <button string="Cancel" class="btn-default" special="cancel"/>
<button string="Import" type="object" name="import_zpl2" class="oe_highlight"/> <button string="Import" type="object" name="import_zpl2" class="btn-primary"/>
</footer> </footer>
</form> </form>
</field> </field>