File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# pydevd-odoo
2- PyDev.Debugger plugin for Odoo
2+
3+ [ PyDev.Debugger] ( https://github.com/fabioz/PyDev.Debugger ) is the Python debugger used
4+ in PyDev, PyCharm, VSCode. This plugin makes the debugger better for Odoo
5+ development.
6+
7+ ## Odoo Recordset
8+ [ Recordsets] ( https://www.odoo.com/documentation/13.0/reference/orm.html#recordsets ) is a fundamental concept in Odoo.
9+ A recordset is an ordered collection of records of the same model. Trying to read a field
10+ on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a
11+ non-collection object so the error will be raise when evaluating its attributes. This plugin helps
12+ PyDev.Debugger correctly evaluate an multiple ids recordset.
You can’t perform that action at this time.
0 commit comments