Add a new module with the same functionality as the existing"sale" module in axelor

i’m running axelor in intellij idea, how to add a new module with the same functionality as the existing"sale" module in axelor, but with different name such as « sale-itg »? is it possible to refer all the logic,service and other source code to already existing module « sale »?

Hello,
Yes you can add new module which is having a dependency of sale module so that it can use the existing functionality of sale module without any new code.

Thanks & Best Regards