mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
app_mrp_production_zchart v17
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'MRP Production zChart Hierarchy, 生产单多层级结构图',
|
||||
'version': '24.11.15',
|
||||
'version': '17.0.24.12.09',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.odooai.cn',
|
||||
|
||||
@@ -23,7 +23,7 @@ class MrpProduction(models.Model):
|
||||
|
||||
image_128 = fields.Image(related='product_id.image_128', readonly=True)
|
||||
product_name = fields.Char(related='product_id.name', readonly=True)
|
||||
parent_path = fields.Char(index=True)
|
||||
parent_path = fields.Char(index=True, unaccent=False)
|
||||
|
||||
@api.depends('child_ids.child_all_count')
|
||||
def _compute_child_all_count(self):
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
|
||||
<h2 class="bg-warning text-center pt8 pb8 mt16 mb16">Buy
|
||||
<a href="https://www.odoo.com/apps/modules/13.0/app_web_chart_hierarchy/">
|
||||
<a href="https://www.odoo.com/apps/modules/17.0/app_web_chart_hierarchy/">
|
||||
this 1 chart hierarchy
|
||||
</a>
|
||||
in odoo Store. Get free 5 related free apps.
|
||||
@@ -61,27 +61,27 @@
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_mrp_production_zchart/" target="_blank">MRP Production Chart Hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/17.0/app_mrp_production_zchart/" target="_blank">MRP Production Chart Hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/17.0/app_product_category_chart/" target="_blank">Product category chart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/17.0/app_stock_location_chart/" target="_blank">Stock Location chart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
|
||||
<a href="http://www.odoo.com/apps/modules/17.0/app_hr_department_chart/" target="_blank">hr department employee chart hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
|
||||
<a href="http://www.odoo.com/apps/modules/17.0/app_account_account_chart/" target="_blank">Account chart hierarchy(chinese only)</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-link text-primary"></i>
|
||||
<a href="http://www.odoo.com/apps/modules/13.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
|
||||
<a href="http://www.odoo.com/apps/modules/17.0/app_users_chart_hierarchy/" target="_blank">User Alliance Distribution Multi level</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user