mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update m2o multi add
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
""",
|
||||
'description': """
|
||||
MRP Hierarchy chart, MO Hierarchy chart, mrp multi level.
|
||||
Need extra paid apps https://www.odoo.com/apps/modules/13.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.
|
||||
(N+1, N+2, direct subordinates)
|
||||
image: image_field,
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<div id="o_node_right">
|
||||
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
|
||||
<field name="child_ids" widget="web_chart_hierarchy"
|
||||
string="Please get widget from https://apps.odoo.com/apps/modules/13.0/app_web_chart_hierarchy/"
|
||||
string="Please get widget from https://apps.odoo.com/apps/modules/14.0/app_web_chart_hierarchy/"
|
||||
options="{
|
||||
'image': 'image_128',
|
||||
'desc': 'product_name',
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div id="o_node_right">
|
||||
<h4 class="o_chart_hierarchy_title mb16 mt0">Hierarchy Chart</h4>
|
||||
<field name="child_id" widget="web_chart_hierarchy"
|
||||
string="Please get widget from https://apps.odoo.com/apps/modules/13.0/app_web_chart_hierarchy/"
|
||||
string="Please get widget from https://apps.odoo.com/apps/modules/14.0/app_web_chart_hierarchy/"
|
||||
options="{
|
||||
'image': 'image_128',
|
||||
'desc': 'ref',
|
||||
|
||||
Reference in New Issue
Block a user