odoo-openupgrade-wizard/INTERNAL_NOTES.md
2022-06-01 11:54:27 +02:00

1.2 KiB

TODO

  • with coop it easy :
  • short_help of group decorator ? seems useless...

List of the series of odoo

python version is defined, based on the OCA CI.

https://github.com/OCA/oca-addons-repo-template/blob/master/src/.github/workflows/%7B%25%20if%20ci%20%3D%3D%20'GitHub'%20%25%7Dtest.yml%7B%25%20endif%20%25%7D.jinja

tips

# execute sql request in postgres docker
docker exec db psql --username=odoo --dbname=test_v12 -c "update res_partner set ""email"" = 'bib@bqsdfqsdf.txt';"

TODO Nice To have

  • Fix gitlabci-local. For the time being, it is not possible to debug locally. (there are extra bugs locally that doesn't occures on gitlab, in cli_B_03_run_test.py...

Try gitlab runner

curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_amd64.deb"

sudo dpkg -i gitlab-runner_amd64.deb

(https://docs.gitlab.com/runner/install/linux-manually.html)