connector-magento icon indicating copy to clipboard operation
connector-magento copied to clipboard

Deprecated call to install_in_connector()

Open thomich opened this issue 10 years ago • 2 comments

File/Line: https://github.com/OCA/connector-magento/blob/8.0/magentoerpconnect/connector.py#L27

WARNING dbname openerp.addons.magentoerpconnect.connector: Deprecated: at line 27: This call to 'install_in_connector()' has no effect and is not required.

Commented it locally and works fine.... Haven't made a PR, cause it's a smart issue ;)

thomich avatar Jun 08 '15 08:06 thomich

Yes install_in_connector() is no longer required (yeah!) and we can remove it. Not a high priority issue but an easy pick. (should be removed from the doc as well)

guewen avatar Jul 02 '15 08:07 guewen