fix app_product_category_zchart view

This commit is contained in:
Chill
2024-11-25 15:33:18 +08:00
parent cfab2b7741
commit 6bd3a63b69
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
{ {
'name': 'Category zChart Hierarchy, 产品目录多层级结构图', 'name': 'Category zChart Hierarchy, 产品目录多层级结构图',
'version': '15.21.12.06', 'version': '16.24.11.25',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Extra tools', 'category': 'Extra tools',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',
@@ -33,8 +33,8 @@
Chart Hierarchy Widget. Hierarchy Chart, Hierarchy Tree for multi level Parent Children relation tree. Chart Hierarchy Widget. Hierarchy Chart, Hierarchy Tree for multi level Parent Children relation tree.
Free for category Hierarchy chart, stock Hierarchy chart. account chart. Free for category Hierarchy chart, stock Hierarchy chart. account chart.
""", """,
'description': """ 'description': """
Need extra paid apps https://www.odoo.com/apps/modules/14.0/app_web_chart_hierarchy/ Need extra paid apps https://www.odoo.com/apps/modules/14.0/app_web_chart_hierarchy/
This module extend to show a Hierarchy chart. This module extend to show a Hierarchy chart.
(N+1, N+2, direct subordinates) (N+1, N+2, direct subordinates)
image: image_field, image: image_field,

View File

@@ -17,7 +17,7 @@
</div> </div>
</xpath> </xpath>
<xpath expr="//span[@id='add_title']" position="after"> <xpath expr="//span[@id='add_title']" position="after">
<xpath expr="//div[@class='oe_title']" position="move"/> <xpath expr="//div[hasclass('oe_title')]" position="move"/>
</xpath> </xpath>
<xpath expr="//span[@id='add_group']" position="after"> <xpath expr="//span[@id='add_group']" position="after">
<xpath expr="//group[1]" position="move"/> <xpath expr="//group[1]" position="move"/>