Hi there,
When running the bench update
command on 13.13.0, and also on 13.14.0, the same error is encountered:
thumbnail_in_website_items.py", line 6, in execute
website_item = frappe.qb.DocType(“Website Item”).as(“wi”)
AttributeError: module ‘frappe’ has no attribute ‘qb’
when it gets to the following patch:
Executing erpnext.patches.v13_0.fetch_thumbnail_in_website_items in erp.internalops.com (_9a6ff083146bae9f)
Looking at the traceback, it’s using an attribute of ‘qb’, which is seemingly a new thing in Frappe called Query Builder which is in beta until Frappe 14. The current ERPNext stack I have is using Frappe 13.12.1
Any suggestions on how to overcome this?
Thank you,
Nate