mirror of
https://github.com/odoo-ide/pydevd-odoo.git
synced 2025-12-18 00:39:02 +02:00
673 B
673 B
pydevd-odoo
PyDev.Debugger is the Python debugger used in PyDev, PyCharm, VSCode. This plugin makes the debugger better for Odoo development.
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 attributes. This plugin helps PyDev.Debugger correctly evaluate an multiple ids recordset.