c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20809
[Bug 747407] Re: [base_sale_multichannels] wrong signature get_last_imported_external_id
** Changed in: magentoerpconnect
Importance: Undecided => Medium
** Changed in: magentoerpconnect
Status: New => Confirmed
--
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:
Confirmed
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.
References