Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
2748 Näkymät

Hi everyone.


If I have an updated branch on production stage with all the company data, I can fork this branch to development side and start making changes on top of the records that have been modified from production branch?

Avatar
Hylkää
Thank you for contacting ‎Maler Professionel‎. We regret to inform you that ‎Grzegorz Goraj‎ is no longer employed here. Please direct any future correspondence to ‎Kamil Szymański‎ at ‎ks@malerprof.com‎.

This is an automated reply. For your convenience, this email has been automatically forwarded to ‎Kamil Szymański‎.
Paras vastaus

No.

DEVELOPMENT branches create new databases using the DEMO DATA to run the unit tests.

STAGING branches are meant to test your new features using the PRODUCTION DATA without compromising the actual production database with test records.

Please review https://www.odoo.com/documentation/15.0/administration/odoo_sh.html

Avatar
Hylkää
Paras vastaus

Hi 

Yes, in Odoo, you can create a fork of a branch (like a Git branch) to start development work. However, Odoo doesn't have built-in branching and forking mechanisms like version control systems such as Git. Instead, you would typically work within different environments (e.g., production, staging, and development) within your Odoo instance.


Hope it helps

Avatar
Hylkää