removed unused merginal

This commit is contained in:
Radu Macocian
2025-10-08 10:43:50 +02:00
parent 6b60d7b159
commit 44ce50faf1
8 changed files with 54 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ dap.configurations.python = {
args = {
"--addons-path", "/home/odoo/Projects/odoo/enterprise/,/home/odoo/Projects/odoo/odoo/addons/",
"--dev", "all",
"-d", "rd-demo"
"-d", "rd-pos"
}
}
}