Skip to content

Commit 09ef085

Browse files
committed
[tree_view_button] xml name update
1 parent 84cf481 commit 09ef085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tree_view_button/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
'name': 'Tree View Button',
5-
'version': '1.0.0',
5+
'version': '1.0.2',
66
'category': 'Tools',
77
'sequence': 12,
88
'author': 'Roger',

tree_view_button/views/tree_button.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<odoo>
3-
<template id="assets_backend" name="excel export assets" inherit_id="web.assets_backend">
3+
<template id="assets_backend" name="tree view btn assets" inherit_id="web.assets_backend">
44
<xpath expr="." position="inside">
55
<script type="text/javascript" src="/tree_view_button/static/src/js/tree_button.js"/>
66
</xpath>

0 commit comments

Comments
 (0)