Debugging in OpenERP 7.0

后端 未结 8 1012
小鲜肉
小鲜肉 2021-01-18 06:05

How to do debug in OpenERP v7?

In previous versions of OpenERP, it was easy to debug. But in the latest version it\'s tough to debug.

8条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-18 06:51

    Start debug mode on browser ?? In URL you can type ?debug after web

    OR

    go to About OpenERP select Activate Developer Mode

    If You want to debug from eclipse then

    go to PyDev Package Explorer --> openerp(odoo) --> Right click on openerp-server file Select Debug as --> Python Run

    It will ask for change current perspective from PyDev to Debug click "Yes" and its Done

提交回复
热议问题