Is there any software constructor tool for Odoo like SCONS for C,java languages.To build Odoo source code
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
5
Sep 20
|
6856 | ||
|
1
Oct 19
|
4740 | ||
|
1
Apr 19
|
2668 | ||
|
0
Feb 19
|
4161 | ||
|
2
Nov 18
|
5649 |
You don't need to build Odoo source code, I don't see what it's your requirement
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)