Error al procesar orden de producción

Bug #1337910 reported by Javier Duran
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Avanzosc developments
Invalid
Undecided
Unassigned

Bug Description

Al momento de pulsar el botón de calcular datos o al tratar de confirmar la orden de producción se presenta el siguiente error:

Traceback (most recent call last):
  File "/opt/openerp/openerp-server/bin/netsvc.py", line 489, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/opt/openerp/openerp-server/bin/service/web_services.py", line 599, in dispatch
    res = fn(db, uid, *params)
  File "/opt/openerp/openerp-server/bin/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/opt/openerp/openerp-server/bin/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/opt/openerp/openerp-server/bin/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/opt/openerp/modules/mrp_master_extension/mrp_production.py", line 593, in action_compute
    fix_obj.create(cr, uid, values)
  File "/opt/openerp/modules/mrp_analytics_control/production.py", line 504, in create
    man_fix_account = account_analytic_obj.search(cr, uid,[('code','=',code)])[0]
IndexError: list index out of range

Revision history for this message
Javier Duran (javieredm) wrote :
Revision history for this message
Daniel Campos (Avanzosc) (dani-ds) wrote :

Creo que estas usando nuestra rama obsoleta, prueba a utilizar esta otra:

lp:openmrp/6.1

Changed in avanzosc:
status: New → Invalid
Revision history for this message
Javier Duran (javieredm) wrote :

Ok, gracias.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.