Senin, 22 November 2021

Odoo config untuk debugging di vs code

 // -- ------------------------------------
// -- Perhatian
// -- Khusus untuk Linux User :
// -- hasil dari Copy Path tidak perlu diganti dengan double-backslash \\
// -- ------------------------------------
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Run Odoo",
            "type": "python",
            "request": "launch",
            "stopOnEntry": false,
            "console": "integratedTerminal",
            "python": "/home/slametdev/.pyenv/versions/odoo12/bin/python3", // cari dengan which python3
            "program": "/home/slametdev/Downloads/MNF/odoo-server-master/odoo-bin",
            "args": [
                "--config=/home/slametdev/Downloads/MNF/odoo-server-master/odoo.conf",
                // "--database=tutor1,tutor2",
                // "--update=nama_folder1,nama_folder2"
            ]
        },
    ]
}

Tidak ada komentar:

Posting Komentar

flutter firebase notification