can't save a record on sales--> oportunity
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.
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/
result = netsvc.
File "/home/
result = ExportService.
File "/home/
res = fn(db, uid, *params)
File "/home/
return f(self, dbname, *args, **kwargs)
File "/home/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/
result = super(res_
File "/home/
cr.
File "/home/
return f(self, *args, **kwargs)
File "/home/
res = self._obj.
ProgrammingError: no existe la columna «location_id» en la relación «crm_lead»
LÍNEA 1: ...id",
-------
Says that no collum location_id is found on crm_lead.
-------