We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a69f5 commit 7a435d2Copy full SHA for 7a435d2
tree_view_button/readme.md
@@ -66,5 +66,5 @@ buttons: 严格的json格式
66
67
## Ps:
68
69
-- ~`DONE` #Todo 之后添加翻译and权限
+- ~`DONE` ~~#Todo 之后添加翻译and权限~~
70
tree_view_button/static/src/xml/qweb_tree_button.xml
@@ -4,7 +4,7 @@
4
<t t-name="TreeButton.buttons">
5
<t t-if="widget.options.buttons">
6
<t t-foreach="widget.options.buttons" t-as="bt">
7
- <button type="button" t-att-class="'btn btn-sm btn-primary o_tree_bt_'+bt[0]">
+ <button type="button" t-att-class="'btn btn-sm btn-default o_tree_bt_'+bt[0]">
8
<t t-esc="_(bt[1])"/>
9
</button>
10
</t>
0 commit comments