8000 GitHub - jamotion/pydevd-flectra: PyDev.Debugger plugin for Flectra
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamotion/pydevd-flectra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydevd-odoo

PyDev.Debugger is the Python debugger used in PyDev, PyCharm, VSCode. This plugin aims to make the debugger works better for Odoo.

Odoo Recordset

Recordsets is a fundamental concept in Odoo. A recordset is an ordered collection of records of the same model. Trying to read a field on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a non-collection object so the error will be raise when evaluating its fields. This plugin helps PyDev.Debugger correctly evaluate a multiple ids recordset.

Installation

Install this plugin to the python environment in which the debugger runs.

pip install pydevd-odoo

Screenshot

PyCharm Debugger

About

PyDev.Debugger plugin for Flectra

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0