Thread Previous • Date Previous • Date Next • Thread Next |
On 11/19/2013 03:09 PM, Carlos Marques wrote:
Thanks Guewen, I've created all branches as mentioned on the thread. After that, I created inside the addons folder a new folder called magento, and copied all the sub-folders for each branch within the magento folder, and it did not work. The current pathis: addons_path = /home/ubuntu/openerp/v7.0/addons,/home/ubuntu/openerp/v7.0/web/addons,/home/ubuntu/openerp/v7.0/account-payment,/home/ubuntu/openerp/v7.0/fiscal-rules,/home/ubuntu/openerp/v7.0/addons/magento Best Regards CM
You need to refer to each individual branches in the addons_path, it does not search for sub-directories. The connector addons are just standard addons, they are handled the same ways (like you did for "fiscal-rules" probably).
Example:addons_path = /home/ubuntu/openerp/v7.0/addons,/home/ubuntu/openerp/v7.0/web/addons,/home/ubuntu/openerp/v7.0/account-payment,/home/ubuntu/openerp/v7.0/fiscal-rules,/home/ubuntu/openerp/v7.0/openerp-connector,/home/ubuntu/openerp/v7.0/openerp-connector-magento,/home/ubuntu/openerp/v7.0/e-commerce-addons,/home/ubuntu/openerp/v7.0/sale-wkfl,/home/ubuntu/openerp/v7.0/openerp-product-attributes
If you still have issues with that, I suggest you to continue the discussion on the topic you opened on help.openerp.com: http://help.openerp.com/question/36857/openerp-magento-connector-no-module-named-connector/
Best, -- Guewen Baconnier Business Solutions Software Developer Camptocamp SA PSE A, CH-1015 Lausanne Phone: +41 21 619 10 39 Office: +41 21 619 10 10 http://www.camptocamp.com/
Thread Previous • Date Previous • Date Next • Thread Next |