Merge branch 'new/15.0/H11043_project_acceptance__created_email_template_added_fields_and_buttons' into '15.0-test'

new/15.0/H11043_project_acceptance__created_email_template_added_fields_and_buttons into 15.0-test

See merge request hibou-io/hibou-odoo/suite!1486
This commit is contained in:
Hibou Bot
2022-09-30 00:54:18 +00:00
12 changed files with 276 additions and 8 deletions

View File

@@ -18,6 +18,16 @@
"args": ["shell", "--no-xmlrpc"],
"console": "integratedTerminal"
},
{
"name": "Odoo: INIT 'sale'",
"type": "python",
"request": "launch",
"program": "/opt/odoo/hibou-suite/odoo-run.py",
"args": ["-i", "sale",
"-u", "sale",
"--stop-after-init"],
"console": "integratedTerminal"
},
{
"name": "Odoo: TEST 'sale'",
"type": "python",
@@ -28,6 +38,16 @@
"--test-enable", "--no-xmlrpc", "--stop-after-init"],
"console": "integratedTerminal"
},
{
"name": "Odoo: INIT 'project_acceptance'",
"type": "python",
"request": "launch",
"program": "/opt/odoo/hibou-suite/odoo-run.py",
"args": ["-i", "project_acceptance",
"-u", "project_acceptance",
"--stop-after-init"],
"console": "integratedTerminal"
},
{
"name": "Odoo: INIT 'hr_commission'",
"type": "python",