Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2037 Vizualizări

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.

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează