summaryrefslogtreecommitdiff
path: root/ob_chatter_position/static/src/xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-10-24 12:01:57 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-10-24 12:01:57 +0700
commit9e640373587dea1e612b34eca6308cb42458b714 (patch)
tree5222b900daef5a6eafceeed7c572c715891ae620 /ob_chatter_position/static/src/xml
parent2b3c94874466c3dd0a05f0f81dd4b09bc3f87987 (diff)
Update __init__.py, __manifest__.py, and 21 more files...
Diffstat (limited to 'ob_chatter_position/static/src/xml')
-rwxr-xr-xob_chatter_position/static/src/xml/form_buttons.xml15
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>