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 @@ 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):
|
||||
|
||||
Reference in New Issue
Block a user