Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with data export #39

Closed
bodi000 opened this issue Mar 29, 2017 · 1 comment
Closed

Problem with data export #39

bodi000 opened this issue Mar 29, 2017 · 1 comment

Comments

@bodi000
Copy link

bodi000 commented Mar 29, 2017

Hello,

i hope this is the right place.. I try to use v7 and I get this when trying to export. I noticed that the same code is ported up to v10. Am I missing something?

Thank you
Bogdan

Traceback (most recent call last):
File "/opt/openerp/7.0/extra-addons/connector/queue/worker.py", line 123, in run_job
job.perform(session)
File "/opt/openerp/7.0/extra-addons/connector/queue/job.py", line 537, in perform
self.result = self.func(session, *self.args, **self.kwargs)
File "/opt/openerp/7.0/extra-addons/prestashoperpconnect/unit/export_synchronizer.py", line 205, in export_record
return exporter.run(binding_id, fields=fields)
File "/opt/openerp/7.0/extra-addons/prestashoperpconnect/unit/export_synchronizer.py", line 79, in run
result = self._run(*args, **kwargs)
File "/opt/openerp/7.0/extra-addons/prestashoperpconnect/unit/export_synchronizer.py", line 145, in _run
self._map_data(fields=fields)
File "/opt/openerp/7.0/extra-addons/prestashoperpconnect/unit/export_synchronizer.py", line 175, in _map_data
self.mapper.convert(self.get_record_by_lang(), fields=fields)
File "/opt/openerp/7.0/extra-addons/prestashoperpconnect/unit/mapper.py", line 735, in convert
self._convert(records_by_language[first_key], fields=fields)
AttributeError: 'ProductExportMapper' object has no attribute '_convert'

@pedrobaeza
Copy link
Member

Closing as discussed in next issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants