can't save a record on sales--> oportunity

Bug #1004388 reported by Iker Coranti
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

Basic OpenERP6.1
install module CRM.
Can't save a record on Sale--> oportunity. Same problem on saveing a record on Sale--> lead.
------------------------------------------------------------------------------------------------------------
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_ES.UTF8
Python Version : 2.6.6
OpenERP-Client Version : 6.1.1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/home/iker/Openerp/openerp6.1/server/openerp/service/netrpc_server.py", line 64, in run
    result = netsvc.dispatch_rpc(msg[0], msg[1], msg[2:])
  File "/home/iker/Openerp/openerp6.1/server/openerp/netsvc.py", line 360, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/iker/Openerp/openerp6.1/server/openerp/service/web_services.py", line 586, in dispatch
    res = fn(db, uid, *params)
  File "/home/iker/Openerp/openerp6.1/server/openerp/osv/osv.py", line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/iker/Openerp/openerp6.1/server/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/iker/Openerp/openerp6.1/server/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/iker/Openerp/openerp6.1/server/openerp/addons/base_contact/base_contact.py", line 223, in create
    result = super(res_partner_address, self).create(cr, uid, data, context=context)
  File "/home/iker/Openerp/openerp6.1/server/openerp/osv/orm.py", line 4179, in create
    cr.execute('insert into "'+self._table+'" (id'+upd0+") values ("+str(id_new)+upd1+')', tuple(upd2))
  File "/home/iker/Openerp/openerp6.1/server/openerp/sql_db.py", line 152, in wrapper
    return f(self, *args, **kwargs)
  File "/home/iker/Openerp/openerp6.1/server/openerp/sql_db.py", line 212, in execute
    res = self._obj.execute(query, params)
ProgrammingError: no existe la columna «location_id» en la relación «crm_lead»
LÍNEA 1: ...id","city","user_id","zip","title","partner_name","location_...

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

Says that no collum location_id is found on crm_lead.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------

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.