Orden de Producción falla al calcular datos

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

Bug Description

Al pulsar el botón de "Calcular datos" de 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 533, in create
    'company_in': prod.company_id.id,
NameError: global name 'prod' is not defined

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

Rama abandonada, usar lp:openmrp/6.1.

Changed in avanzosc:
status: New → Invalid
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.