I'm looking for a way to have branches for an Odoo installation's stages(dev, staging, production), specifically focusing on changes of the Website, made by website editors using the gui editor and not code.
I've seen where Odoo.sh and other integrators have used git, but is that just for module/app code? Or would it also handle qweb additions/changes as well.
It seems to me that I'd want to have some kind of versioning control for the postgres db as that's where I believe the qweb changes are stored.
Am I on track with my understanding?
Thanks for your help/advice.