İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
7143 Görünümler

I am relatively new to Odoo. We are implementing the Odoo CRM and HR modules and have addons generated I need to migrate onto my Odoo appication. 

I have migrated the addons to a repository on GitHub and not sure of the process of migrating to Odoo. I am using Odoo.sh Enterprise edition. 

Any help will be greatly appreciated 

Avatar
Vazgeç
En İyi Yanıt

Hello

your Github and go to your (just created) repository. Add a commit to the repository so that it contains some (new) code. In my example I will push a module to Github that contains an automated test so I can show you how tests work and what happens. If you’d like to do the same you can take my example module from Github. The moment that you make a commit to the Github repository Odoo.sh will detect this and it will start up a test environment because of the new commit. My Github after making a commit:
New commit on Github
My Odoo.sh a few seconds after making this commit:
Odoosh new commit

Checking the commit

Now switch back to Odoo.sh. After a few minutes your new commit will procude a new test instance that is ready and built. In my example I’ve deliberately added an error in my last commit so as a result you can see the test fail. When the test instance is done, typically after a few minutes, you’ll see the result in the main screen:
Failed Odoo.sh build

So now my test has failed it means I must have done something wrong. I’ve figured out what was wrong and I correct my test. After correcting this test I make a new commit to Github. After a few seconds you’ll see that Odoo.sh automatically detects and tests this new commit again:
Succeeded Odoo.sh build


Reference links: - https://www.odoo.yenthevg.com/configuring-using-odoosh/

- https://www.odoo.com/documentation/user/11.0/odoo_sh/getting_started/create.html#authorize-odoo-sh

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Tem 25
18948
2
Tem 25
1431
4
Tem 25
16576
0
Mar 25
817
0
Nis 24
1762