Hello everyone,
Here is my problem, I want to do my Odoo module developments on VScode in order to take advantage of all the advantages, in particular Python extensions
All the environments I work on are odoo.sh bases.
After having done an Odoo experience last year and having been able to discuss with the developers on site, I was told that they do everything "locally" so I suppose via the installation of a local Odoo of PostgreSql etc.. .
However, I'm having trouble understanding the necessary configuration, i.e.:
- How to manage configuration files
- Several SH bases, on different versions (v14 -> v16)
- Several githubs
- Is DL required for each Odoo version needed for each odoo.sh database?
- Or is there an easy way to version swap
- Or is there an easy way to version swap
- How to have identical customer data to do our tests ?
- After some research, it is impossible to make a remote connection to a P-SQL database if it is on odoo.sh, apparently for security reasons
- I assume you have to upload a local backup?
I also tried an SSH connection (like the SH editor I guess) via Remote SSH from VScode but the connection drops easily and we waste more time waiting for the loads than doing development
Is there any documentation that shows how to setup this set ? or, can I have information on the setup of such an environment
It is possible that I am vague on certain points, do not hesitate to ask me questions.
Thanks in advance,