mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_chatter_position: create module
This commit is contained in:
15
web_chatter_position/static/src/xml/form_buttons.xml
Normal file
15
web_chatter_position/static/src/xml/form_buttons.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user