mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix app_product_category_zchart view
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'Category zChart Hierarchy, 产品目录多层级结构图',
|
||||
'version': '15.21.12.06',
|
||||
'version': '16.24.11.25',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Extra tools',
|
||||
'website': 'https://www.odooai.cn',
|
||||
@@ -33,8 +33,8 @@
|
||||
Chart Hierarchy Widget. Hierarchy Chart, Hierarchy Tree for multi level Parent Children relation tree.
|
||||
Free for category Hierarchy chart, stock Hierarchy chart. account chart.
|
||||
""",
|
||||
'description': """
|
||||
Need extra paid apps https://www.odoo.com/apps/modules/14.0/app_web_chart_hierarchy/
|
||||
'description': """
|
||||
Need extra paid apps https://www.odoo.com/apps/modules/14.0/app_web_chart_hierarchy/
|
||||
This module extend to show a Hierarchy chart.
|
||||
(N+1, N+2, direct subordinates)
|
||||
image: image_field,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
</xpath>
|
||||
<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 expr="//span[@id='add_group']" position="after">
|
||||
<xpath expr="//group[1]" position="move"/>
|
||||
|
||||
Reference in New Issue
Block a user