stock_card no puede crear la vista report_profit_picking

Bug #1000460 reported by Christopher Ormaza - (Ecuadorenlinea.net)
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Vauxoo Addons
New
Undecided
Unassigned

Bug Description

Trate de instalar en una versión limpia del openerp 6.0.4 y no me creo la vista, eso me lanza un error cuando presiono el botón cargar en stock.card, ya que revise el postgres y no se creo la vista, ademas le falta una dependencia al modulo "sale" para poder instalarse, les paso el traceback

Environment Information :
System : Linux-2.6.35-32-generic-i686-with-Ubuntu-10.10-maverick
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
Operating System Release : 2.6.35-32-generic
Operating System Version : #67-Ubuntu SMP Mon Mar 5 19:35:26 UTC 2012
Operating System Architecture : 32bit
Operating System Locale : es_EC.UTF8
Python Version : 2.6.6
OpenERP-Client Version : 6.0.3
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/netsvc.py", line 489, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/service/web_services.py", line 599, in dispatch
    res = fn(db, uid, *params)
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/ecuadorenlinea/Documentos/oerp/ecuadorenlinea/stock_card/stock_card.py", line 122, in action_confirm
    'name': rpp.name or False,
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/osv/orm.py", line 292, in __getattr__
    return self[name]
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/osv/orm.py", line 205, in __getitem__
    field_values = self._table.read(self._cr, self._uid, ids, field_names, context=self._context, load="_classic_write")
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/osv/orm.py", line 2947, in read
    result = self._read_flat(cr, user, select, fields, context, load)
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/osv/orm.py", line 3006, in _read_flat
    cr.execute(query, (tuple(sub_ids),))
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/sql_db.py", line 78, in wrapper
    return f(self, *args, **kwargs)
  File "/home/ecuadorenlinea/Documentos/oerp/server2/bin/sql_db.py", line 131, in execute
    res = self._obj.execute(query, params)
ProgrammingError: no existe la columna report_profit_picking.month
LÍNEA 1: SELECT report_profit_picking.month,report_profit_picking.pic...

Related branches

Revision history for this message
Christopher Ormaza - (Ecuadorenlinea.net) (chris-ormaza) wrote :
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.