app_mrp_production_zchart v17

This commit is contained in:
Chill
2024-12-09 12:36:23 +08:00
parent ad5cc569aa
commit 6e6efd6658
3 changed files with 9 additions and 9 deletions

View File

@@ -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',

View File

@@ -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):

View File

@@ -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>