Skip to content

Instantly share code, notes, and snippets.

@rmehta
Last active July 14, 2016 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmehta/f6e890fbc0ef9630160a2d3e28c27985 to your computer and use it in GitHub Desktop.
Save rmehta/f6e890fbc0ef9630160a2d3e28c27985 to your computer and use it in GitHub Desktop.
# $ bench --site yoursitename console
for d in frappe.get_all('Your DocType', filters={'company': old_company}):
doc = frappe.get_doc('Your DocType', d.name)
doc.company = new_company
doc.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment