From f090a8166774373deeb91be890301c3de3a9d102 Mon Sep 17 00:00:00 2001 From: Anand Baburajan Date: Wed, 9 Aug 2023 18:18:55 +0530 Subject: [PATCH] Updated Guide to splitting modules from ERPNext (markdown) --- Guide-to-splitting-modules-from-ERPNext.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Guide-to-splitting-modules-from-ERPNext.md b/Guide-to-splitting-modules-from-ERPNext.md index a365a61..ca6da20 100644 --- a/Guide-to-splitting-modules-from-ERPNext.md +++ b/Guide-to-splitting-modules-from-ERPNext.md @@ -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.