We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cf481 commit 09ef085Copy full SHA for 09ef085
tree_view_button/__manifest__.py
@@ -2,7 +2,7 @@
2
3
{
4
'name': 'Tree View Button',
5
- 'version': '1.0.0',
+ 'version': '1.0.2',
6
'category': 'Tools',
7
'sequence': 12,
8
'author': 'Roger',
tree_view_button/views/tree_button.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
<odoo>
- <template id="assets_backend" name="excel export assets" inherit_id="web.assets_backend">
+ <template id="assets_backend" name="tree view btn assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/tree_view_button/static/src/js/tree_button.js"/>
</xpath>
0 commit comments