This question has been flagged
3 Replies
3611 Views

Is there any software constructor tool for Odoo like SCONS for C,java languages.To build Odoo source code

Avatar
Discard

You don't need to build Odoo source code, I don't see what it's your requirement

Author

For Customized module in Odoo or like to develop .deb odoo builder from the src builder (where I have created new modules and customized some base code)

Best Answer

Normally you put it on a git repository and clone it on the server, next you configure it on the odoo.conf file used for your instance and you are done. If you have a patch you could push it to the repo and pull it on the server to be updated. There are others strategies like using docker or a Continuos Integration solution but normally not the use of .deb to deliver your modules

Avatar
Discard