mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix mrp
This commit is contained in:
@@ -21,7 +21,7 @@ class MrpProduction(models.Model):
|
||||
child_all_count = fields.Integer('Indirect Surbordinates Count', store=False,
|
||||
compute='_compute_child_all_count')
|
||||
|
||||
image_128 = fields.Image(related='product_id.image_128', readonly=True)
|
||||
image_128 = fields.Binary(related='product_id.image_small', readonly=True)
|
||||
product_name = fields.Char(related='product_id.name', readonly=True)
|
||||
parent_path = fields.Char(index=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user