waltervargas / prestashoperpconnect

A module that permits OpenERP to connect to Prestashop.
2 stars 3 forks source link

Error on Import customer groups and customers #7

Open waltervargas opened 10 years ago

waltervargas commented 10 years ago
/usr/local/lib/python2.7/dist-packages/prestapyt-0.6.1-py2.7.egg/prestapyt/prestapyt.py:144: UserWarning: This library may not be compatible with this version of PrestaShop (1.6.0.8). Please upgrade/downgrade this library
  "Please upgrade/downgrade this library") % (version,))
2014-08-13 18:15:23,645 10554 ERROR salling5 openerp.addons.connector.queue.worker: Traceback (most recent call last):
  File "/home/vagrant/addons/connector/queue/worker.py", line 122, in run_job
    job.perform(session)
  File "/home/vagrant/addons/connector/queue/job.py", line 490, in perform
    self.result = self.func(session, *self.args, **self.kwargs)
  File "/home/vagrant/addons/prestashoperpconnect/unit/import_synchronizer.py", line 1030, in import_record
    importer.run(prestashop_id)
  File "/home/vagrant/addons/prestashoperpconnect/unit/import_synchronizer.py", line 143, in run
    self._import_dependencies()
  File "/home/vagrant/addons/prestashoperpconnect/unit/import_synchronizer.py", line 321, in _import_dependencies
    self.create_account(self.prestashop_record['id'], name)
AttributeError: 'ResPartnerRecordImport' object has no attribute 'create_account'