Setelah kita menyelesaikan konfigurasi Git maka kita akan mendownload source code Odoo ERP untuk keperluan pengembangan aplikasi kita
Proses download source code Odoo ERP untuk pengembangan aplikasi adalah seperti berikut ini
- Melakukan git clone
12345
#
mkdir
-p
$HOME
/src
# cd
$HOME
/src
# pwd
/root/src
# git
clone
git@github.com:odoo/odoo.git
- Melakukan git checkout
1234567
# cd
$HOME
/src/odoo
# pwd
/root/src/odoo
# git checkout 14.0
Updating files: 100% (22097/22097), done.
Branch
'14.0'
set up to track remote branch
'14.0'
from
'origin'
.
Switched to a
new
branch
'14.0'
- Melakukan git fetch dan git rebase
1234567
# cd
$HOME
/src/odoo
# pwd
/root/src/odoo
# git fetch --all --prune
Fetching origin
# git rebase --autostash 14.0
Current branch 14.0 is up to
date
.
Informasi lebih lanjut silahkan mengunjungi
1. https://www.odoo.com/documentation/14.0/developer/howtos/rdtraining/02_setup.html .
2. https://www.git-scm.com/docs/git-clone .
3. https://git-scm.com/docs/git-checkout .
4. https://git-scm.com/docs/git-fetch .
5. https://git-scm.com/docs/git-rebase .
Kunjungi www.proweb.co.id untuk menambah wawasan anda.
Jika anda tertarik mengenai aplikasi Odoo ERP silahkan mengisi form di bawah ini
Download Source Code Odoo ERP