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