i used to have multiple apps, but each of them has only one module, and later i realized that these modules can be just in one app, instead of multiple apps, i’ve migrated the code to one app, but now when testing with a clone db of our old setup, it complains that the app is no where to be found, and a bench migrate asks the old app to be present. any insights on this?
i do know that frappe hr was inside of erpnext, now that itself is a seperate app, i believe the process of splitting the app and also the merging of the apps should be somewhat identical
@nandato before taking the backup open module def and change the app name in each module you want to move . and after moving all files from your other app , uninstall them and remove them . then run migrate . then take the backup .
@bahaou okay i’ve done the renaming in the Module Def table, but i’m not clear about the next steps, wouldn’t uninstall the app kill the data already stored in the doctypes?