Hi there, I am trying to figure out how to version control Odoo. I have cloned the GitHub repo with the source files, installed the required modules and ran the setup.py.
I now have a running version of Odoo on my local machine and I tried to upload everything onto GitHub but keep running into " pack exceeds maximum allowed size".
How do you other devs version control your Odoo? I am mainly interested in using the E-learning platform, are there perhaps only specific files that I need to version control, like modules?
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
Answer for anyone who stumbles across this in the future: This was to do with how GitHub handles pushes by creating 'packs' -> The repo was too large and the fix was to either push in two parts, or much easier, simply fork from the official Odoo repo!
Probably by adding odoo as a (git) submodule. Then you add your own module into a different folder. Make sure that they are part of the odoo addons path (by modyfing the odoo config file if necessary)
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 | |
---|---|---|---|---|
Use Launchpad or Github
Solved
|
|
1
Jan 16
|
3755 | |
|
1
Aug 15
|
3410 | ||
|
2
Mar 15
|
7502 | ||
|
1
Oct 24
|
25104 | ||
|
1
Jan 20
|
5479 |