Hi
I have created a custom app. Someone that is still using a V11 system wants to use this…e.g. the python versions could differ ?
Hi
I have created a custom app. Someone that is still using a V11 system wants to use this…e.g. the python versions could differ ?
Yes, using a custom app built for v15 on a v11 system can lead to several compatibility issues, including differences in:
To make the app work on v11, you would need to refactor it for v11-specific compatibility, ensuring you match the older Python and Frappe standards used by that version.
We suggest that you first create a new branch called
v15
in your custom app on GitHub. Then, one by one add the changes you made forv11
and adjust them forv15
. After each change, check if everything works.
Thank you @NCP for your response.
My apologies. I see my question was poorly structured , but you actually picked up
correctly what I was trying to ask.
OK, let me see how I proceed with this. I suppose another way would be for them to upgrade their system to V15 but that is going to be an effort… to take it through
all the versions …V11 to V12 to V13 to V14 to V15. I will be able to create 13,14,15 servers but the install method I have for V12, uses Ubuntu 18 . Not sure if I can
find Ubuntu 18 anymore .
Anyway, Thank you for your time. Appreciate.