mrp_master_extension: list index out of range
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Avanzosc developments |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When add Schedule Operations button is pushed and no other field has been filled the following error will pop up:
Environment Information :
System : Windows-
OS Name : nt
Operating System Release : Vista
Operating System Version : 6.1.7601
Operating System Architecture : 32bit
Operating System Locale : sv_SE.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0.2
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/opt/openerp/
result = ExportService.
File "/opt/openerp/
res = fn(db, uid, *params)
File "/opt/openerp/
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/
production_id = self.pool.
IndexError: list index out of range
Related branches
Changed in avanzosc: | |
status: | Fix Committed → Fix Released |
If a product with a bpo is selected and the compute data button is pushed the add button will work as normal. So the error should be a missing check or something that leads to a data out of bound error.