Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Error in mrp.production

Avatar
odoo
Avatar
Discard
1 Answer
0
Avatar
odoo
Best Answer

Hello. You might get this error as the logger message says in line 170. I think that on the piece of code: 

move_line_id.pop('package_id')[0]).read(['id','name']

It might be because move_line_id.pop('package_id') in your case returns a boolean probably False.

False[0] does not work.

Have a nice day.

Avatar
Discard