Frappe app downgrading

Hi in frappe project I have installed the latest version of frappe app and it is in develop mode. So when downgrading the frappe app what are all the steps we need to take in the project

  1. create git repo and push code there
  2. setup fresh bench using version-15 frappe
  3. install your app from git repo and hope for the best! It should work.
  4. You can re-save all your doctypes so frappe version-15 generates the schema/json instead of frappe develop branch.
2 Likes