I was working on the Day 4 assignment and needed to create a module named “Airplane Shop” inside the “Airplane Mode” app. However, instead of creating it as a module, I mistakenly created a separate app and module with the same name (“Airplane Shop”) and created all the required DocTypes inside this app.
Now, when I go to Module Def in the Frappe UI and try to change the App Name of the Airplane Shop module to “Airplane Mode”, it only creates a module with the same name inside “Airplane Mode”, but the data (DocTypes and other linked items) from the “Airplane Shop” app does not appear in this module.
I have also run bench migrate
, but it hasn’t resolved the issue.
Could you please guide me on how to move the existing DocTypes and data from the “Airplane Shop” app into the newly created “Airplane Shop” module under the “Airplane Mode” app and make it work as intended?