OCA / connector-woocommerce

GNU Affero General Public License v3.0
53 stars 106 forks source link

[RENAME] module renamed from woocommerceerpconnect to connector_wooco… #4

Closed parthivgls closed 9 years ago

parthivgls commented 9 years ago

…mmerce as mentioned in issue #3

pedrobaeza commented 9 years ago

:+1:

pedrobaeza commented 9 years ago

Please take into account runbot errors (imports):

  File "/srv/openerp/instances/openerp-oca-runbot/parts/odoo-extra/runbot/static/build/3113977-4-4ce122/openerp/addons/connector_woocommerce/model/backend.py", line 23, in <module>
    from woocommerce import API
ImportError: No module named woocommerce
  File "/srv/openerp/instances/openerp-oca-runbot/parts/odoo-extra/runbot/static/build/3113977-4-4ce122/openerp/addons/connector_woocommerce/model/backend.py", line 23, in <module>
    from woocommerce import API
ImportError: No module named woocommerce
parthivgls commented 9 years ago

@pedrobaeza : "woocommerce" is a python library that is to be installed. I have kept it in module's external dependency as well.

Not sure what additional to be done to get it cleared on runbot. Any idea !!

pedrobaeza commented 9 years ago

Ah, sorry, I though it was an internal import. Then the library should be installed on runbot server. @gurneyalex, would you?

thomich commented 9 years ago

:+1: