Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2027 Prikazi

How to merge code from the dev to staging or main branches. Though they drag and drop or use the merge command, the edited code is not merging with the branch. Also is it possible to have the odoo code managed in Github? So certain tools such as code search can easily be used.

Avatar
Opusti
Best Answer

Hi 

By dragging and dropping the branches together, you can simply unite them. You may integrate the changes made in development with those made in staging and subsequently with those made in production.

And also by creating Merge Pull requests in odoo we can merge the code from dev to staging.

Please check this doc for reference https://www.odoo.com/documentation/16.0/administration/odoo_sh/getting_started/branches.html?highlight=merging


Hope this helps

Regards

Avatar
Opusti