mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
Updated Guide to splitting modules from ERPNext (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user