[ADD] pycharm configuration: poetry update

This commit is contained in:
Mathieu Benoit 2025-07-20 06:02:41 -04:00
parent c28ea337b5
commit be146bb2a5

View file

@ -29,4 +29,7 @@ run_robotlibre,./odoo/odoo-bin,--limit-time-real 999999 -c config.conf -d robotl
run_robotlibre_update,./odoo/odoo-bin,--limit-time-real 999999 --no-http --stop-after-init --dev cg -d robotlibre -i erplibre_devops -u erplibre_devops,robotlibre,
run_robotlibre_generate,./script/code_generator/new_project.py,-f -d ./addons/ERPLibre_erplibre_addons -m erplibre_devops,robotlibre,
run_todo,./script/todo/todo.py,,TODO,
poetry update,script/poetry/poetry_update.py,,Poetry,
poetry update force,script/poetry/poetry_update.py,--force,Poetry,
pycharm_configuration_init,./script/ide/pycharm_configuration.py,--init,IDE,
Web Login,script/selenium/web_login.py,,Selenium,

1 name script_path parameters folder default
29 run_robotlibre_update ./odoo/odoo-bin --limit-time-real 999999 --no-http --stop-after-init --dev cg -d robotlibre -i erplibre_devops -u erplibre_devops robotlibre
30 run_robotlibre_generate ./script/code_generator/new_project.py -f -d ./addons/ERPLibre_erplibre_addons -m erplibre_devops robotlibre
31 run_todo ./script/todo/todo.py TODO
32 poetry update script/poetry/poetry_update.py Poetry
33 poetry update force script/poetry/poetry_update.py --force Poetry
34 pycharm_configuration_init ./script/ide/pycharm_configuration.py --init IDE
35 Web Login script/selenium/web_login.py Selenium