← Back to team overview

openerp-connector-community team mailing list archive

Re: New release of the Connector framework and Magento Connector

 

Dear Landis

i do on ubuntu 12.04 a new install 
bzr branch lp:cubicerp-addons/7.0 cubicerp-addons
bzr branch lp:openerp-web/7.0 web
bzr branch lp:product-kitting/7.0 product-kitting
bzr branch lp:stock-logistic-warehouse/7.0 stock-logistic-warehouse
bzr branch lp:stock-logistic-flows/7.0 stock-logistic-flows
bzr branch lp:carriers-deliveries/7.0 carriers-deliveries
bzr branch lp:enapps-csv-import-tool/ enapps-csv-import-tool
bzr branch lp:~mentis-openerp/openerpsl/7.0 mentis-openerp
bzr branch lp:openobject-server/7.0 server
bzr branch lp:openobject-addons/7.0 addons
bzr branch lp:openerp-connector/7.0 openerp-connector
bzr branch lp:openerp-connector-ecommerce/7.0 openerp-connector
bzr branch lp:openerp-connector-magento/7.0 openerp-connector-magento
bzr branch lp:e-commerce-addons/7.0 e-commerce-addons
bzr branch lp:openerp-product-attributes/7.0 openerp-product-attributes
bzr branch lp:sale-wkfl/7.0 sale-wkfl

and conf 
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = openerp
db_password = openerp
; addons_path = /opt/openerp/V8/server/openerp/addons
static_http_document_root = /opt/openerp/V7/files/
logfile = /var/log/openerp/openerp-server.log



addons_path = /opt/openerp/V7/addons,/opt/openerp/V7/web/addons,/opt/openerp/V7/openerp-connector,/opt/openerp/V7/openerp-connector-ecommerce,/opt/openerp/V7/e-commerce-addons,/opt/openerp/V7/openerp-product-attributes,/opt/openerp/V7/sale-wkfl,/opt/openerp/V7/product-kitting,/opt/openerp/V7/stock-logistic-warehouse,/opt/openerp/V7/stock-logistic-flows,/opt/openerp/V7/carriers-deliveries,/opt/openerp/V7/enapps-csv-import-tool,/opt/openerp/V7/mentis-openerp,/opt/openerp/V7/cubicerp-addons,/opt/openerp/V7/openerp-connector-magento


with no database 

i got the error 
Traceback (most recent call last):
  File "/opt/openerp/V7/server/openerp/service/__init__.py", line 60, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/opt/openerp/V7/server/openerp/modules/module.py", line 415, in load_openerp_module
    getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
  File "/opt/openerp/V7/web/addons/web/http.py", line 628, in wsgi_postload
    openerp.wsgi.register_wsgi_handler(Root())
  File "/opt/openerp/V7/web/addons/web/http.py", line 517, in __init__
    self.load_addons()
  File "/opt/openerp/V7/web/addons/web/http.py", line 580, in load_addons
    m = __import__('openerp.addons.' + module)
  File "/opt/openerp/V7/server/openerp/modules/module.py", line 133, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/openerp/V7/test/magentoerpconnect/__init__.py", line 6, in <module>
    import magento_model
  File "/opt/openerp/V7/test/magentoerpconnect/magento_model.py", line 34, in <module>
    from .unit.backend_adapter import GenericAdapter
  File "/opt/openerp/V7/test/magentoerpconnect/unit/__init__.py", line 5, in <module>
    import import_synchronizer
  File "/opt/openerp/V7/test/magentoerpconnect/unit/import_synchronizer.py", line 26, in <module>
    from openerp.addons.connector.queue.job import job, related_action
ImportError: cannot import name related_action

Thanks for your survey


Le 29 mai 2014 à 16:37, Landis Arnold <larnold@xxxxxxxxxxx> a écrit :

> I have not upgraded yet.
> I see that Thierry and Philippe have had upgrade errors.  Have others had successful upgrades so far?
> 
> My recollection is that the process needs to be focused on covering all the critical bases as outlined by Guewen.  If Snapshot capabilities are there it is worth taking them before an upgrade attempt.  My other recollection is that it is important also to update the OpenErP modules as well, though perhaps that is not the case.
> 
> I will be working through this in the next few days.
> Again, I assume there have been several succcessful upgrades.  I hope the whole OoDo thing is not problematic on the side.  I assume V 8 has its own set of Branches and will not interfere.
> 
> best,
> Landis Arnold


Follow ups

References