I have multiple codebases for HIMS, each with different customizations. The issue I’m facing is that when I switch between them, I encounter errors—sometimes related to XML differences or unexpected behavior. Occasionally, one codebase runs fine, but when I switch back, I get different errors.
How can I properly manage both codebases to avoid these issues?
I have two versions of HIMS, HIMS1 and HIMS2, each with different customizations. Both are installed on my system, but I need to run them one at a time or as needed. How can I achieve this?
If they use the same version of Tryton and the customization are well separated in different modules, you can install each module on the same environment.
Tryton will load only the required modules for each database based on their activation state in the database.