[7.0] AttributeError: 'ResPartnerRecordImport' object has no attribute 'create_account'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Prestashop OpenERP Connector |
New
|
Undecided
|
Unassigned |
Bug Description
I am using Prestashop 1.5 and OpenERP 7.0.
I got this error when I started "Importing Customers and Customer groups".
2014-05-27 12:36:15,336 19636 ERROR prestashop openerp.
Traceback (most recent call last):
File "/opt/openerp/
job.
File "/opt/openerp/
self.result = self.func(session, *self.args, **self.kwargs)
File "/opt/openerp/
importer.
File "/opt/openerp/
self.
File "/opt/openerp/
self.
AttributeError: 'ResPartnerReco
I couldn't understand the use of create_account in Import Synchronizer of res.partner object. So, I had commented the call for "create_account".
The create_account functionality was added by Revision 365
http://
Is my assumption correct? or was this meant to be implemented in future revision?
summary: |
- AttributeError: 'ResPartnerRecordImport' object has no attribute + [7.0] AttributeError: 'ResPartnerRecordImport' object has no attribute 'create_account' |