Hi,
I want to add external css file into odoo v8. My css change style of button.
How to change:
<button type="button" class="oe_button oe_form_button oe_highlight">...</button>
by
<button type="button" class="oe_button oe_form_button oe_highlight new_class">...</button>
Impossible if i want to add class into all button of odoo
Thank,