Bench update -> ImportError: cannot import name add_web_forms

was about to bump my erpnext install to the latest so ran ‘bench update’, got this:

File “/home/frappe/v5/frappe-bench/apps/erpnext/erpnext/patches/v6_8/make_webform_standard.py”, line 8, in execute
from erpnext.setup.install import add_web_forms
ImportError: cannot import name add_web_forms

any quick ways around it?

seems like this got removed in this commit
https://github.com/frappe/erpnext/commit/b015f9eca29fd748a1a9bd1bd9b7c809c3e6596d

You can skip that patch, web forms now go to fixtures.

Will push a fix tomorrow

1 Like

work fine now, thanks!