Merge branch '15.0' into 15.0-test

This commit is contained in:
Jared Kipe
2022-09-11 02:54:12 +00:00

View File

@@ -76,6 +76,22 @@
"args": [],
"console": "integratedTerminal"
},
{
"name": "Odoo: Locust Load Testing",
"type": "python",
"request": "launch",
"program": "/flow/odoo/Locust/entrypoint.py",
"args": [
// -f /path/to/locustfiles.py
// -d more-specific-db
"--user", "admin",
"--pass", "admin",
"--host", "localhost",
"--port", "8069",
"--proto", "jsonrpc"
],
"console": "integratedTerminal"
},
{
"name": "Odoo: reload foreground server",
"type": "python",