Heres what im getting.
I am on Ubuntu server 13.10 (no GUI). Installed OpenERP 7.0 last night.
everything installed well. I began loading modules. and began to see errors. the server was restarted and now have critical errors. Its obviously the web and phonebook module.
can i simply remove the modules?
here is my error upon attempting to access the servers 192.168.x.x:8069
<<<<<<<<<<<<<
{"message": "OpenERP Server Error", "code": 200, "data": {"debug": "Server Traceback (most recent call last):\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\session.py\", line 89, in send\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\.\\openerp\\netsvc.py\", line 292, in dispatch_rpc\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\.\\openerp\\service\\web_services.py\", line 122, in dispatch\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\.\\openerp\\service\\web_services.py\", line 359, in exp_list\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\.\\openerp\\sql_db.py\", line 484, in cursor\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\.\\openerp\\sql_db.py\", line 182, in __init__\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\.\\openerp\\sql_db.py\", line 377, in _locked\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\.\\openerp\\sql_db.py\", line 440, in borrow\n File \"psycopg2\\__init__.pyc\", line 178, in connect\nOperationalError: could not connect to server: Connection refused (0x0000274D/10061)\n\tIs the server running on host \"localhost\" (::1) and accepting\n\tTCP/IP connections on port 5432?\ncould not connect to server: Connection refused (0x0000274D/10061)\n\tIs the server running on host \"localhost\" (127.0.0.1) and accepting\n\tTCP/IP connections on port 5432?\n\n\nClient Traceback (most recent call last):\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\http.py\", line 285, in dispatch\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\controllers\\main.py\", line 573, in index\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\controllers\\main.py\", line 98, in db_monodb_redirect\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\controllers\\main.py\", line 109, in db_redirect\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\controllers\\main.py\", line 90, in db_list\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\session.py\", line 30, in proxy_method\n File \"C:\\Program Files (x86)\\OpenERP 7.0-20131124-002547\\Server\\server\\openerp\\addons\\web\\session.py\", line 103, in send\nFault: \n", "fault_code": "could not connect to server: Connection refused (0x0000274D/10061)\n\tIs the server running on host \"localhost\" (::1) and accepting\n\tTCP/IP connections on port 5432?\ncould not connect to server: Connection refused (0x0000274D/10061)\n\tIs the server running on host \"localhost\" (127.0.0.1) and accepting\n\tTCP/IP connections on port 5432?\n", "type": "server_exception"}}>>>>>>>>>>>>>>>>>>>>>>>>>>
↧
Server Error after rebooting
↧
Error when importing Leads
I am trying to import a set of lead data via the CSV import. I created a dummy lead and exported it to confirm the format and mandatory columns. As far as I can see I have everything matching (clearly something is wrong though). I have also tried various tweaks to the CSV file including controlling the encoding format and quoting all fields. The result is the same every time - "need more than 1 value to unpack".
**The format and sample data are:**
----------
"contact_name","title","Function","email_from","partner_name","Street","city","Zip","phone","FAX","ref2","ref","Subject"
"Michael Smith","Mr","Accounts Manager","m.smith@tbps.co.uk","The Big Partnership","Ground Floor, Big Towers Court Main Street","Anytown","AT41 1AT","01234563000","01234564000","www.thebigpartnership.co.uk",70,"Professional Services"
----------
**The error block from the logs is given below:**
----------
> Traceback (most recent call last): > File> "/usr/lib/pymodules/python2.7/openerp/netsvc.py",> line 292, in dispatch_rpc> result = ExportService.getService(service_name).dispatch(method,> params) File> "/usr/lib/pymodules/python2.7/openerp/service/web_services.py",> line 626, in dispatch> res = fn(db, uid, *params) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 190, in execute_kw> return self.execute(db, uid, obj, method, *args, **kw or {}) File> "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 132, in wrapper> return f(self, dbname, *args, **kwargs) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 199, in execute> res = self.execute_cr(cr, uid, obj, method, *args, **kw) File> "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 187, in execute_cr> return getattr(object, method)(cr, uid, *args, **kw) File> "/usr/lib/pymodules/python2.7/openerp/addons/base_import/models.py",> line 320, in do> cr, uid, import_fields, data, context=context) File> "/usr/lib/pymodules/python2.7/openerp/osv/orm.py",> line 1379, in load> noupdate=noupdate, res_id=id, context=context)) File> "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py",> line 967, in _update> res_id = model_obj.create(cr, uid, values, context=context) File> "/usr/lib/pymodules/python2.7/openerp/addons/crm/crm_lead.py",> line 99, in create> return super(crm_lead, self).create(cr, uid, vals,> context=create_context) File> "/usr/lib/pymodules/python2.7/openerp/addons/mail/mail_thread.py",> line 241, in create> thread_id = super(mail_thread, self).create(cr, uid, values,> context=context) File> "/usr/lib/pymodules/python2.7/openerp/osv/orm.py",> line 4452, in create> self._check_selection_field_value(cr,> user, field, vals[field],> context=context) File> "/usr/lib/pymodules/python2.7/openerp/osv/orm.py",> line 2817, in> _check_selection_field_value> val_model, val_id_str = value.split(',', 1) ValueError: need> more than 1 value to unpack
----------
I may be staring at something obvious, but I can't see why I'm getting this error. Can anybody provide any clues, please?
↧
↧
OpenERP Server Error
When I tried to install my own custom modules: Eg. Shipment Cost, it will shows this error:
OpenERP Server Error
--------------------------------------------------------------------------------
Client Traceback (most recent call last):
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\web\http.py", line 204, in dispatch
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\web\controllers\main.py", line 1132, in call_button
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\web\controllers\main.py", line 1120, in _call_kw
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\web\session.py", line 42, in proxy
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\web\session.py", line 30, in proxy_method
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\web\session.py", line 103, in send
Server Traceback (most recent call last):
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\web\session.py", line 89, in send
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\netsvc.py", line 292, in dispatch_rpc
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\service\web_services.py", line 626, in dispatch
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\osv\osv.py", line 188, in execute_kw
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\osv\osv.py", line 131, in wrapper
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\osv\osv.py", line 197, in execute
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\osv\osv.py", line 185, in execute_cr
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\openerp\addons\base\module\wizard\base_module_upgrade.py", line 90, in upgrade_module
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\pooler.py", line 39, in restart_pool
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\modules\registry.py", line 219, in new
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\modules\loading.py", line 354, in load_modules
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\modules\loading.py", line 256, in load_marked_modules
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\modules\loading.py", line 187, in load_module_graph
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\modules\loading.py", line 74, in
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\modules\loading.py", line 124, in _load_data
File "C:\Program Files\OpenERP 7.0-20131214-002413\Server\server\.\openerp\tools\convert.py", line 941, in convert_xml_import
File "lxml.etree.pyx", line 3201, in lxml.etree.parse (src\lxml\lxml.etree.c:65033)
File "parser.pxi", line 1593, in lxml.etree._parseDocument (src\lxml\lxml.etree.c:93438)
File "parser.pxi", line 1624, in lxml.etree._parseFilelikeDocument (src\lxml\lxml.etree.c:93781)
File "parser.pxi", line 1506, in lxml.etree._parseDocFromFilelike (src\lxml\lxml.etree.c:92636)
File "parser.pxi", line 1069, in lxml.etree._BaseParser._parseDocFromFilelike (src\lxml\lxml.etree.c:89658)
File "parser.pxi", line 577, in lxml.etree._ParserContext._handleParseResultDoc (src\lxml\lxml.etree.c:84831)
File "parser.pxi", line 676, in lxml.etree._handleParseResult (src\lxml\lxml.etree.c:85936)
File "parser.pxi", line 616, in lxml.etree._raiseParseError (src\lxml\lxml.etree.c:85258)
XMLSyntaxError: AttValue: " or ' expected, line 6, column 17
Does anyone knows how to solve this error?
↧
'Confirm' is unidentified
I am evaluating OpenERP as a trial. When I try to save invoices or other similar forms in the accounting module I receive this error. Can you tell me what may possibly be causing this? Thanks.
↧
Error in openerp controller
I am developing a module in which I am defining a controller class (openerpweb.Controller).
I have defined a function with decorator (@ openerpweb.httprequest) because access to this function we do through a http request "httprequest". The problem is that from here I need to access to the some function model, and when I do get an error.
class Json(openerpweb.Controller):
_cp_path = "/df_document/json"
@openerpweb.httprequest
def load(self, req, id, do_not_eval=False):
Model = req.session.model('document.directory')
directory_model = Model.search([('parent_id', '=', int(id))])
Error is
raise AuthenticationError("Credentials not provided")
AuthenticationError: Credentials not provided
↧
↧
Configuration Error! while importing data.
Hello,
I need to change some names from the accounts of the chart of accounts, and add some accounts, but I'm facing some issues with Import data to account.account table.
My first step was to export all data from account.account, and then I changed the name.
But with this two lines :

(I think you can see the image =) )
I always get this error : `warning -- ValidateError Error occurred while validating the field(s) type: Configuration Error! You cannot define children to an account with internal type different of "View".`
I don't understand because both in the parent column are view and I export this like this , just changing the name ...
If I remove the last line (`__export__.account_account_4 True __export__.account_account_2 GA 120000 base.main_company At Date l10n_pt_vi.user_type_cash other Depósitos à ordem teste`) and add several other lines the data is validate.
Someone knows what is happening here ?
Thanks
↧
Feedback for V8 too early?
Hello!
Are feedbacks and maybe Bug-report to early for the Version 8?
I Install V7 and V8 and in V8 I have error's, where I doesn't get in V7.
Thanks
↧
Programming Error There is no reference available for res.partner.address
Hi,
I am a newbie in OpenERP. I am trying to implement Computerized maintenance management system i keep getting the error message Programming Error There is no reference available for res.partner.address. Please help me solve this issue .
↧
Error while working in openERP
Hello community!
While im working in openERP i get this Error:
> Client Traceback (most recent call last):> File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py",> line 204, in dispatch> response["result"] = method(self, **self.params)> File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py",> line 1037, in load_needaction> return req.session.model('ir.ui.menu').get_needaction_data(menu_ids,> req.context)> File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py",> line 42, in proxy> result = self.proxy.execute_kw(self.session._db,> self.session._uid,> self.session._password, self.model,> method, args, kw)> File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py",> line 30, in proxy_method> result = self.session.send(self.service_name,> method, *args)> File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py",> line 103, in send> raise xmlrpclib.Fault(openerp.tools.ustr(e),> formatted_info)>>> Server Traceback (most recent call last):> File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py",> line 89, in send> return openerp.netsvc.dispatch_rpc(service_name,> method, args)> File "/usr/lib/pymodules/python2.7/openerp/netsvc.py",> line 292, in dispatch_rpc> result = ExportService.getService(service_name).dispatch(method,> params)> File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py",> line 626, in dispatch> res = fn(db, uid, *params)> File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 190, in execute_kw> return self.execute(db, uid, obj, method, *args, **kw or {})> File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 132, in wrapper> return f(self, dbname, *args, **kwargs)> File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 199, in execute> res = self.execute_cr(cr, uid, obj, method, *args, **kw)> File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",> line 187, in execute_cr> return getattr(object, method)(cr, uid, *args, **kw)> File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_menu.py",> line 322, in get_needaction_data> model, id = model_data_obj.get_object_reference(cr,> uid, menu_data.split('.')[0],> menu_data.split('.')[1])> File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",> line 18, in lookup> r = self.lookup(self2, cr, *args)> File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",> line 46, in lookup> value = d[key] = self.method(self2, cr, *args)> File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py",> line 872, in get_object_reference> data_id = self._get_id(cr, uid, module, xml_id)> File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",> line 18, in lookup> r = self.lookup(self2, cr, *args)> File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",> line 46, in lookup> value = d[key] = self.method(self2, cr, *args)> File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py",> line 865, in _get_id> raise ValueError('No such external ID currently defined in the> system: %s.%s' % (module, xml_id))> ValueError: No such external ID currently defined in the system:> sale.menu_sale_quotations
I cant fix that and need your Help, what can i do?
EDIT: The error appears when im clicking on the menu Sales.
↧
↧
Error in view file in openerp 7
Hi, I have create a class and I have this error:
2014-01-27 21:09:05,798 21052 ERROR lastsygef openerp.addons.base.ir.ir_ui_view: Can't render view for model: gefor.subm
Traceback (most recent call last):
File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
AttributeError: 'NoneType' object has no attribute 'fields_view_get'
2014-01-27 21:09:05,803 21052 ERROR lastsygef openerp.tools.convert: Parse error in /home/openerp/workspace/sankofa/sankofa_addons/gefor/gefor_view.xml:100:
"gefor.subm.search gefor.subm
Traceback (most recent call last):
File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 847, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 814, in _tag_record
id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_model.py", line 963, in _update
res_id = model_obj.create(cr, uid, values, context=context)
File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_ui_view.py", line 103, in create
return super(osv.osv, self).create(cr, uid, values, context)
File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 4470, in create
self._validate(cr, user, [id_new], context)
File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 1544, in _validate
raise except_orm('ValidateError', '\n'.join(error_msgs))
except_orm: ('ValidateError', u'Une erreur est apparue lors de la validation du/des champ(s) arch: Invalid XML for View Architecture!')
2014-01-27 21:09:05,806 21052 ERROR lastsygef openerp: Failed to initialize database `lastsygef`.
Traceback (most recent call last):
File "/home/openerp/workspace/sankofa/openerp/cli/server.py", line 98, in preload_registry
db, registry = openerp.pooler.get_db_and_pool(dbname,update_module=update_module)
File "/home/openerp/workspace/sankofa/openerp/pooler.py", line 33, in get_db_and_pool
registry = RegistryManager.get(db_name, force_demo, status, update_module)
File "/home/openerp/workspace/sankofa/openerp/modules/registry.py", line 192, in get
update_module)
File "/home/openerp/workspace/sankofa/openerp/modules/registry.py", line 218, in new
openerp.modules.load_modules(registry.db, force_demo, status, update_module)
File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 344, in load_modules
processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules, update_module)
File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 259, in load_marked_modules
loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 191, in load_module_graph
load_data(module_name, idref, mode)
File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 76, in
load_data = lambda *args: _load_data(cr, *args, kind='data')
File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 127, in _load_data
tools.convert_xml_import(cr, module_name, fp, idref, mode, noupdate, report)
File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 954, in convert_xml_import
obj.parse(doc.getroot())
File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 847, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 814, in _tag_record
id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_model.py", line 963, in _update
res_id = model_obj.create(cr, uid, values, context=context)
File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_ui_view.py", line 103, in create
return super(osv.osv, self).create(cr, uid, values, context)
File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 4470, in create
self._validate(cr, user, [id_new], context)
File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 1544, in _validate
raise except_orm('ValidateError', '\n'.join(error_msgs))
except_orm: ('ValidateError', u'Une erreur est apparue lors de la validation du/des champ(s) arch: Invalid XML for View Architecture!')
My class is
class gefor_subm(osv.osv):
_name = 'gefor.subm'
_columns = {
'name': fields.char('Submission format', size=128),
'analysis_ids': fields.one2many('gefor.analysis', 'subm_id', 'Analysis'),
}
Please, help me to resolve this error. Thanks
↧
Openerp-allinone-setup installation doesn't work?
I reinstalled OS windows 7 and all drivers a few weeks ago.
I tried to install new version of OpenERP and PostgreSQL from http://nightly.openerp.com/trunk/nightly/ twice (2014 Feb 6th and 8th) but always get the message " This page can’t be displayed" on http://localhost:8069/. Tried different browsers.
Found out that (in Windows Task Manager) : openerp-server Service is stopped; postgreSQL is running.
Previous versions were working in the past but not anymore neither.
What could be wrong?
Thanks!
↧
Openerp V8 Error after installing from trunk
Hi, I've downloaded via launchpad the latest version of openerp v8 ,
after installing server initializing database etc. etc. , when I try to get inside installed application via Modules--> Installed Modules or install new module , i've got error :
Traceback (most recent call last):
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/http.py", line 348, in dispatch
response["result"] = self._call_function(**self.params)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/http.py", line 220, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/service/model.py", line 113, in wrapper
return f(dbname, *args, **kwargs)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/http.py", line 215, in checked_call
return self.func(*a, **kw)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/http.py", line 532, in __call__
return self.method(*args, **kw)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/web1/addons/web/controllers/main.py", line 1203, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/web1/addons/web/controllers/main.py", line 1186, in _call_kw
records = request.session.model(model).read(*args, **kwargs)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/http.py", line 619, in proxy
result = meth(cr, request.uid, *args, **kw)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/osv/orm.py", line 3240, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/osv/orm.py", line 3356, in _read_flat
res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/osv/fields.py", line 1210, in get
result = self._fnct(obj, cr, uid, ids, name, self._arg, context)
File "/home/widepoint-devel/www/venv/openerp.v8/bzr-openerp/server1/openerp/addons/base/module/module.py", line 157, in _get_desc
path = addons.get_module_resource(module.name, 'static/description/index.html')
AttributeError: 'module' object has no attribute 'get_module_resource'
In my configuration file I've added all paths : to web/addons , server/openerp/addons and addons , so I have no idea where the problem is ?
↧
ProgrammingError: column product_template.attribute_set_id does not exist
Hi,
I just discovered this error while I wanted to check products and quotes.
I'm on OCB version.
Any idea of what happened ?
Cheers,
2014-02-11 11:29:18,556 30275 ERROR database openerp.netsvc: column product_template.attribute_set_id does not exist
LINE 1: ...."purchase_ok",product_template."product_manager",product_te...
^
Traceback (most recent call last):
File "/opt/openerp/server/openerp/netsvc.py", line 292, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/opt/openerp/server/openerp/service/web_services.py", line 626, in dispatch
res = fn(db, uid, *params)
File "/opt/openerp/server/openerp/osv/osv.py", line 190, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/opt/openerp/server/openerp/osv/osv.py", line 132, in wrapper
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/server/openerp/osv/osv.py", line 199, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/server/openerp/osv/osv.py", line 187, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/server/openerp/osv/orm.py", line 3626, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/opt/openerp/server/openerp/osv/orm.py", line 3747, in _read_flat
res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
File "/opt/openerp/server/openerp/osv/fields.py", line 468, in get
context=context))
File "/opt/openerp/addons/product/product.py", line 657, in name_get
'name': product.name,
File "/opt/openerp/server/openerp/osv/orm.py", line 497, in __getattr__
return self[name]
File "/opt/openerp/server/openerp/osv/orm.py", line 405, in __getitem__
field_values = self._table.read(self._cr, self._uid, ids, field_names, context=self._context, load="_classic_write")
File "/opt/openerp/server/openerp/osv/orm.py", line 3626, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/opt/openerp/server/openerp/osv/orm.py", line 3703, in _read_flat
res2 = self.pool.get(table).read(cr, user, [x[col] for x in res], cols, context, load)
File "/opt/openerp/server/openerp/osv/orm.py", line 3626, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/opt/openerp/server/openerp/osv/orm.py", line 3678, in _read_flat
cr.execute(query, [tuple(sub_ids)] + rule_params)
File "/opt/openerp/server/openerp/sql_db.py", line 161, in wrapper
return f(self, *args, **kwargs)
File "/opt/openerp/server/openerp/sql_db.py", line 226, in execute
res = self._obj.execute(query, params)
ProgrammingError: column product_template.attribute_set_id does not exist
LINE 1: ...."purchase_ok",product_template."product_manager",product_te...
^
↧
↧
Reason for the following error
When I try to take print out of any of the available document like invoice/po/so ,the following error appears.
AttValue: " or ' expected, line 21, column 10
(, XMLSyntaxError(u'AttValue: " or \' expected, line 21, column 10',), )
WHAT IS THE POSSIBLE REASON FOR THIS ERROR?
↧
error while printing the invoice
I need changes in my invoice format.So i made changes in account_print_invoice.rml file and now when I click on the print button in the invoice it shows an error as OPenErp Warning
(, AssertionError(), ) .What is the reason for this error?
↧
Server error when i update/upgrade on Ubuntu
I'm using "trunk version" and used the instructions in "nightly.openerp.com" to install openerp adding repositories to "souce-list".
The problem arises when I use "apt-get update, apt-get upgrade". If you want to change any settings, OpenERP gives me the following error:
OpenERP Server Error
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/http.py", line 348, in dispatch
response["result"] = self._call_function(**self.params)
File "/usr/lib/pymodules/python2.7/openerp/http.py", line 220, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/service/model.py", line 113, in wrapper
return f(dbname, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/http.py", line 215, in checked_call
return self.func(*a, **kw)
File "/usr/lib/pymodules/python2.7/openerp/http.py", line 532, in __call__
return self.method(*args, **kw)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1217, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1209, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 1891, in fields_view_get
resaction = ir_values_obj.get(cr, uid, 'action', 'client_action_multi', [(self._name, False)], False, context)
File "/usr/lib/pymodules/python2.7/openerp/addons/calendar/calendar.py", line 601, in get
meta, context, res_id_req, without_user, key2_req)
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_values.py", line 477, in get
return self._map_legacy_model_list(models, do_get, merge_results=True)
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_values.py", line 434, in _map_legacy_model_list
result = map_fn(model, res_id)
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_values.py", line 476, in do_get
return self.get_actions(cr, uid, action_slot=key2, model=model, res_id=res_id, context=context)
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_values.py", line 404, in get_actions
action_def = self.pool[action_model].read(cr, uid, int(id), fields, context)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3240, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 3287, in _read_flat
cr.execute(query, [tuple(sub_ids)] + rule_params)
File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 153, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 218, in execute
res = self._obj.execute(query, params)
ProgrammingError: column ir_act_server.website_path does not exist
LINE 1: ...nk_field_id",ir_act_server."use_relational_model",ir_act_ser...
^
Does anyone know why is this error? How I can fix it?
If I create a new database, the error does not persist in that database.
If I go back to a previous version of my database (the only difference is that it has not installed any "website" module) either this error occurs.
Thanks!
↧
How do I disable a module from command line?
It seems that something went wrong with my production OpenERP database, which I don't really know its cause. Here's the error I get:
2014-02-15 22:42:24,733 18124 ERROR mydatabase openerp.addons.base.ir.ir_ui_view: Can't render view project_issue.view_project_form_inherited for model: project.project
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2239, in fields_view_get
arch=apply_view_inheritance(cr, user, source, sql_res['id']),
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2197, in apply_view_inheritance
source = apply_inheritance_specs(source, view_arch, view_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2181, in apply_inheritance_specs
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2074, in raise_view_error
% (child_view.xml_id, self._name, error_msg))
AttributeError: View definition error for inherited view 'project_issue.view_project_form_inherited' on model 'project.project':
Element '' not found in parent view 'project.edit_project'
2014-02-15 22:42:24,739 18124 ERROR mydatabase openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/project_issue/project_issue_view.xml:302: project.project.form.inherited project.project {'invisible': [('use_tasks', '=', False),('use_issues','=',False)]}
I think there's something wrong with `project.project` module, so I want to disable it, at least to start my production DB until further investigation
Does anyone have a solution?
Or: Can someone guide me to at least disabling
P.S. I'm not much into postgres. So if the solution involves manipulating the DB via command line, I'd highly appreciate a step by step procedure
↧
↧
How do I disable a module from command line?
It seems that something went wrong with my production OpenERP database, which I don't really know its cause. Here's the error I get:
2014-02-15 22:42:24,733 18124 ERROR mydatabase openerp.addons.base.ir.ir_ui_view: Can't render view project_issue.view_project_form_inherited for model: project.project
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2239, in fields_view_get
arch=apply_view_inheritance(cr, user, source, sql_res['id']),
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2197, in apply_view_inheritance
source = apply_inheritance_specs(source, view_arch, view_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2181, in apply_inheritance_specs
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2074, in raise_view_error
% (child_view.xml_id, self._name, error_msg))
AttributeError: View definition error for inherited view 'project_issue.view_project_form_inherited' on model 'project.project':
Element '' not found in parent view 'project.edit_project'
2014-02-15 22:42:24,739 18124 ERROR mydatabase openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/project_issue/project_issue_view.xml:302: project.project.form.inherited project.project {'invisible': [('use_tasks', '=', False),('use_issues','=',False)]}
I think there's something wrong with `project.project` module, so I want to disable it, at least to start my production DB until further investigation
Does anyone have a solution?
Or: Can someone guide me to at least disabling
P.S. I'm not much into postgres. So if the solution involves manipulating the DB via command line, I'd highly appreciate a step by step procedure
↧
How do I disable a module from command line?
It seems that something went wrong with my production OpenERP database, which I don't really know its cause. Here's the error I get:
2014-02-15 22:42:24,733 18124 ERROR mydatabase openerp.addons.base.ir.ir_ui_view: Can't render view project_issue.view_project_form_inherited for model: project.project
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2239, in fields_view_get
arch=apply_view_inheritance(cr, user, source, sql_res['id']),
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2197, in apply_view_inheritance
source = apply_inheritance_specs(source, view_arch, view_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2181, in apply_inheritance_specs
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2074, in raise_view_error
% (child_view.xml_id, self._name, error_msg))
AttributeError: View definition error for inherited view 'project_issue.view_project_form_inherited' on model 'project.project':
Element '' not found in parent view 'project.edit_project'
2014-02-15 22:42:24,739 18124 ERROR mydatabase openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/project_issue/project_issue_view.xml:302: project.project.form.inherited project.project {'invisible': [('use_tasks', '=', False),('use_issues','=',False)]}
I think there's something wrong with `project.project` module, so I want to disable it, at least to start my production DB until further investigation
Does anyone have a solution?
Or: Can someone guide me to at least disabling
P.S. I'm not much into postgres. So if the solution involves manipulating the DB via command line, I'd highly appreciate a step by step procedure
↧
How do I disable a module from command line?
It seems that something went wrong with my production OpenERP database, which I don't really know its cause. Here's the error I get:
2014-02-15 22:42:24,733 18124 ERROR mydatabase openerp.addons.base.ir.ir_ui_view: Can't render view project_issue.view_project_form_inherited for model: project.project
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2239, in fields_view_get
arch=apply_view_inheritance(cr, user, source, sql_res['id']),
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2197, in apply_view_inheritance
source = apply_inheritance_specs(source, view_arch, view_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2181, in apply_inheritance_specs
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2074, in raise_view_error
% (child_view.xml_id, self._name, error_msg))
AttributeError: View definition error for inherited view 'project_issue.view_project_form_inherited' on model 'project.project':
Element '' not found in parent view 'project.edit_project'
2014-02-15 22:42:24,739 18124 ERROR mydatabase openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/project_issue/project_issue_view.xml:302: project.project.form.inherited project.project {'invisible': [('use_tasks', '=', False),('use_issues','=',False)]}
I think there's something wrong with `project.project` module, so I want to disable it, at least to start my production DB until further investigation
Does anyone have a solution?
Or: Can someone guide me to at least disabling
P.S. I'm not much into postgres. So if the solution involves manipulating the DB via command line, I'd highly appreciate a step by step procedure
↧