Debugging in OpenERP 7.0

后端 未结 8 1079
小鲜肉
小鲜肉 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:48

    Go to Administrator(in right top corner) in that click on About OpenERP in that you will find a link Activate the Developer Mode. or you can add a parameterdebug in of URL like

     http://localhost:8069/?debug
    

    both the way will let you open the developer mode.

    You can also use the Odoo Debug pro chrome extension to toggle the developer mode using the keyboard shortcuts.

提交回复
热议问题