c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20753
[Bug 747407] [NEW] [base_sale_multichannels] wrong signature get_last_imported_external_id
Public bug reported:
the method is defined like that : def get_last_imported_external_id(self, cr, object_name, referential_id, where_clause):
thas doesn,t respect the convention of (self, cr, uid, [...], context=None) and this is problematic using ooor for instance.
** Affects: magentoerpconnect
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/747407
Title:
[base_sale_multichannels] wrong signature
get_last_imported_external_id
Status in Magento Open ERP Connector:
New
Bug description:
the method is defined like that : def get_last_imported_external_id(self, cr, object_name, referential_id, where_clause):
thas doesn,t respect the convention of (self, cr, uid, [...], context=None) and this is problematic using ooor for instance.
Follow ups
References