diff options
Diffstat (limited to 'ob_chatter_position/static/src/xml')
| -rwxr-xr-x | ob_chatter_position/static/src/xml/form_buttons.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ob_chatter_position/static/src/xml/form_buttons.xml b/ob_chatter_position/static/src/xml/form_buttons.xml new file mode 100755 index 0000000..638460e --- /dev/null +++ b/ob_chatter_position/static/src/xml/form_buttons.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" ?> +<templates id="form_view" xml:space="preserve"> + <t t-extend="FormView.buttons"> + <t t-jquery=".o_form_button_edit" t-operation="before"> + <button type="button" class="btn btn-secondary o_chatter_position_button"> + <i class="fa fa-arrows-h"/> + </button> + </t> + <t t-jquery=".o_form_button_save" t-operation="before"> + <button type="button" class="btn btn-secondary o_chatter_position_button"> + <i class="fa fa-arrows-h"/> + </button> + </t> + </t> +</templates> |
