missing steps odoo 9
I am new in odoo, plz help i followed the whole steps and installed connector but i could not find the magento connector in odoo Apps to install it
another thing regarding to the following steps:
Magento
For the time being, the Magento extension originally built by OpenLabs is still used by the connector. But the version published on Magento Connect is outdated.
Download the following Bazaar branch and install it in Magento:
$ bzr branch lp:magentoerpconnect/magento-module-oerp6.x-stable magento-module
In order to install it: Move the Openlabs folder in the magento_root/app/code/community. Move the file app/etc/modules/Openlabs_OpenERPConnector.xml in magento_root/app/etc/modules. Flush the Magento cache from the admin panel or by removing everything in magento_root/var/cache
Where can i find the mentioned folders/files
Note: i am using Ubuntu 16
I have the same issue with installing the connector from within odoo!
As for moving Openlabs folder into magento_root, it means where you have magento installed on your server i.e /var/www/public_html/magento installation_here. You would need to change directory to magento installation and run
$ bzr branch lp:magentoerpconnect/magento-module-oerp6.x-stable magento-module
After that move the files in created "magento-module" folder to your magento installation_here in the appropriate folders i.e /magento-module/Openlabs_OpenERPConnector1.1.0/pp/etc/modules/Openlabs_OpenERPConnector.xml >> magento installation_here/app/etc/modules.
Thanks @acespad3x. Did that work for you @halatef ?