libracore / WooCommerceConnector

Integration App for ERPNext to connect to WooCommerce
Other
81 stars 136 forks source link

ERPnext 14 migration error #70

Closed rasos closed 1 year ago

rasos commented 1 year ago

Has woocommerceconnector a version for v14? Upgrading fails:

bench switch-to-branch version-14 --upgrade

INFO: Fetching upstream unshallow for woocommerceconnector
$ git remote set-branches upstream  '*'
$ git fetch --all --unshallow --quiet
fatal: couldn't find remote ref version-14
ERROR: Command 'git show upstream/version-14:woocommerceconnector/__init__.py' returned non-zero exit status 128.
rasos commented 1 year ago

I had to remove it completely to get the v14 upgrade running and then I could re-install it.

mv apps/woocommerceconnector ../quarantained/
bench remove-app woocommerceconnector
env/bin/pip install -e ../quarantained/woocommerceconnector 
bench --site erp.organization.net install-app woocommerceconnector