This question has been flagged
2 Replies
3451 Views

Hi, i want to ask.

i try compile odoo8, but i have problems when i compile odoo 8.

the message error like :


2015-08-21 07:56:46,340 12552 WARNING century openerp.modules.module: module smcus_invoice_group_currency: module not found
2015-08-21 07:56:46,340 12552 WARNING century openerp.modules.graph: module smcus_invoice_group_currency: not installable, skipped
2015-08-21 07:56:46,341 12552 WARNING century openerp.modules.module: module smcus_sale_group_currency: module not found
2015-08-21 07:56:46,341 12552 WARNING century openerp.modules.graph: module smcus_sale_group_currency: not installable, skipped
2015-08-21 07:56:46,351 12552 WARNING century openerp.modules.module: module process: module not found
2015-08-21 07:56:46,351 12552 WARNING century openerp.modules.graph: module process: not installable, skipped
2015-08-21 07:56:46,359 12552 WARNING century openerp.modules.module: module smcus_cn_pjbs: module not found
2015-08-21 07:56:46,359 12552 WARNING century openerp.modules.graph: module smcus_cn_pjbs: not installable, skipped
2015-08-21 07:56:46,359 12552 WARNING century openerp.modules.module: module smcus_cn_pjp: module not found
2015-08-21 07:56:46,360 12552 WARNING century openerp.modules.graph: module smcus_cn_pjp: not installable, skipped
2015-08-21 07:56:46,361 12552 WARNING century openerp.modules.module: module account_report_company: module not found
2015-08-21 07:56:46,361 12552 WARNING century openerp.modules.graph: module account_report_company: not installable, skipped
2015-08-21 07:56:46,363 12552 WARNING century openerp.modules.module: module smsup_cn_product: module not found
2015-08-21 07:56:46,364 12552 WARNING century openerp.modules.graph: module smsup_cn_product: not installable, skipped
2015-08-21 07:56:46,374 12552 ERROR century openerp.modules.graph: module purchase: Unmet dependencies: stock_account, report
2015-08-21 07:56:46,374 12552 ERROR century openerp.modules.graph: module product: Unmet dependencies: report
2015-08-21 07:56:46,374 12552 ERROR century openerp.modules.graph: module portal_stock: Unmet dependencies: sale_stock
2015-08-21 07:56:46,374 12552 ERROR century openerp.modules.graph: module account_voucher: Unmet dependencies: account
2015-08-21 07:56:46,375 12552 ERROR century openerp.modules.graph: module account: Unmet dependencies: product, report
2015-08-21 07:56:46,375 12552 ERROR century openerp.modules.graph: module sale: Unmet dependencies: sales_team, account_voucher, procurement, report
2015-08-21 07:56:46,375 12552 ERROR century openerp.modules.graph: module procurement: Unmet dependencies: product
2015-08-21 07:56:46,375 12552 ERROR century openerp.modules.graph: module account_accountant: Unmet dependencies: account_voucher
2015-08-21 07:56:46,375 12552 ERROR century openerp.modules.graph: module portal_sale: Unmet dependencies: sale, payment
2015-08-21 07:56:46,375 12552 ERROR century openerp.modules.graph: module sale_stock: Unmet dependencies: sale, stock_account
2015-08-21 07:56:46,375 12552 ERROR century openerp.modules.graph: module stock: Unmet dependencies: product, procurement, web_kanban_gauge, web_kanban_sparkline


the words "century" is one of modules in odoo 7 (OpenERP 7) .


anybody, can tell me what is the solution for my case ?


thanks in advance.

<sorry my language is bad>

Avatar
Discard
Author Best Answer

sorry, this is continue message error :

2015-08-21 08:11:52,392 12552 ERROR century werkzeug: Error on request: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi execute(self.server.app) File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute application_iter = app(environ, start_response) File "/home/heru/odoo/openerp-8.0/openerp/service/server.py", line 280, in app return self.app(e, s) File "/home/heru/odoo/openerp-8.0/openerp/service/wsgi_server.py", line 216, in application return application_unproxied(environ, start_response) File "/home/heru/odoo/openerp-8.0/openerp/service/wsgi_server.py", line 202, in application_unproxied result = handler(environ, start_response) File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 1214, in __call__ return self.dispatch(environ, start_response) File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 1188, in __call__ return self.app(environ, start_wrapped) File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 579, in __call__ return self.app(environ, start_response) File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 1360, in dispatch response = self.get_response(httprequest, result, explicit_session) File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 1295, in get_response result = request.registry['ir.http']._handle_exception(e) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_http.py", line 100, in _handle_exception return request._handle_exception(exception) File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 595, in _handle_exception return super(HttpRequest, self)._handle_exception(exception) File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 1292, in get_response result.flatten() File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 1165, in flatten self.response.append(self.render()) File "/home/heru/odoo/openerp-8.0/openerp/http.py", line 1159, in render context=request.context) File "/home/heru/odoo/openerp-8.0/openerp/api.py", line 237, in wrapper return old_api(self, *args, **kwargs) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_ui_view.py", line 1007, in render return self.pool[engine].render(cr, uid, id_or_xml_id, qcontext, loader=loader, context=context) File "/home/heru/odoo/openerp-8.0/openerp/api.py", line 237, in wrapper return old_api(self, *args, **kwargs) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_qweb.py", line 247, in render return self.render_node(self.get_template(id_or_xml_id, qwebcontext), qwebcontext) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_qweb.py", line 187, in get_template raise_qweb_exception(QWebTemplateNotFound, message="Loader could not find template %r" % name, template=origin_template) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_qweb.py", line 185, in get_template xml_doc = qwebcontext.loader(name) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_ui_view.py", line 1005, in loader return self.read_template(cr, uid, name, context=context) File "/home/heru/odoo/openerp-8.0/openerp/api.py", line 237, in wrapper return old_api(self, *args, **kwargs) File "", line 2, in read_template File "/home/heru/odoo/openerp-8.0/openerp/tools/cache.py", line 119, in lookup value = d[key] = self.method(*args, **kwargs) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_ui_view.py", line 849, in read_template view_id = self.pool['ir.model.data'].xmlid_to_res_id(cr, uid, xml_id, raise_if_not_found=True) File "/home/heru/odoo/openerp-8.0/openerp/api.py", line 237, in wrapper return old_api(self, *args, **kwargs) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_model.py", line 922, in xmlid_to_res_id return self.xmlid_to_res_model_res_id(cr, uid, xmlid, raise_if_not_found)[1] File "/home/heru/odoo/openerp-8.0/openerp/api.py", line 237, in wrapper return old_api(self, *args, **kwargs) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_model.py", line 914, in xmlid_to_res_model_res_id return self.xmlid_lookup(cr, uid, xmlid)[1:3] File "/home/heru/odoo/openerp-8.0/openerp/api.py", line 237, in wrapper return old_api(self, *args, **kwargs) File "", line 2, in xmlid_lookup File "/home/heru/odoo/openerp-8.0/openerp/tools/cache.py", line 71, in lookup value = d[key] = self.method(*args, **kwargs) File "/home/heru/odoo/addons/DOMINO_CAKE/base/ir/ir_model.py", line 904, in xmlid_lookup raise ValueError('External ID not found in the system: %s' % (xmlid)) QWebTemplateNotFound: External ID not found in the system: web.login



DOMINO_CAKE is one of modules in odoo 8.

Avatar
Discard

Friend!! are you trying to create a new static folder with js and xml files??

Author

no Drees, i want to connect odoo 8. but, it can't connect odoo 8, the system still read database odoo 7 (OpenERP 7) ..