跳至內容
選單
此問題已被標幟
2 回覆
5330 瀏覽次數

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?

頭像
捨棄
作者 最佳答案

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) 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
1月 16
4638
1
8月 15
4236
2
3月 15
8455
1
10月 24
27536
1
1月 20
7067