0
votes

I'm trying to compile odoo-9 source code into a new .exe file with custom favicon and name.

Can any one guide me how to achieve it. I want to change the server name and database name as well.

Thank you

1
why would you want to do that?danidee
I want to create a complete new .exe file in a different company name. right from service name and database name. I can also limit the pre installed modules and install as many as times i want tonafiz ahmed
well you can have different databases to handle different companies...you can even have two odoo installations in different directories and run them on different portsdanidee
dear danidee am looking for something like creating a new exe with odoo source codenafiz ahmed

1 Answers

0
votes

Odoo .exe file have originally generated by NSIS. First thing you have to do is to extract the exe file with something like 7Zip. In the extracted folder, you will find all the odoo server and service files plus a NSIS script. Now you can add or remove all the modules you want in server folder, make the require changes in NSIS script (you will need some basic knowledge about NSIS language) and recompile it.