Skip to Content
Menu
This question has been flagged
1 Reply
5486 Views

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
Discard
Best Answer

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
Discard
Related Posts Replies Views Activity
1
May 24
16647
0
Apr 24
424
1
Feb 24
667
3
Apr 24
12410
2
Mar 22
3398