Updated Guide to splitting modules from ERPNext (markdown)

Anand Baburajan
2023-08-09 18:18:55 +05:30
parent 91c44436ce
commit f090a81667

@@ -11,6 +11,7 @@ We have created a short video tutorial regarding this. You can [watch it here](h
- Create a new app using bench.
- Extract the module into a seperate repo using [git-filter-repo](https://github.com/newren/git-filter-repo).
- Use this new app and merge it with the previously extracted module.
- Migrate translations, if any, using the migrate-translations command, like: `bench --site kina migrate-translations erpnext lending`.
- Remove module specific code from ERPNext repo.
- If there is any module specific code that is spread across other modules, clean it up and move to appropriate place in the new repo.
- Setup hooks.py file to run it as an app in ERPNext.