mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 05:52:07 +02:00
The QwebJSON.dumps default handler returned non-serializable objects
unchanged, causing Python's json encoder to report "Circular reference
detected". Use odoo.tools.json.json_default() as fallback to properly
convert ReadonlyDict, lazy, datetime, bytes, Domain and other types.
🤖 assisted by claude
|
||
|---|---|---|
| .. | ||
| _monkeypatches | ||
| addons | ||
| api | ||
| cli | ||
| fields | ||
| models | ||
| modules | ||
| orm | ||
| osv | ||
| service | ||
| tests | ||
| tools | ||
| upgrade | ||
| upgrade_code | ||
| __init__.py | ||
| __main__.py | ||
| exceptions.py | ||
| http.py | ||
| import_xml.rng | ||
| init.py | ||
| loglevels.py | ||
| netsvc.py | ||
| release.py | ||
| sql_db.py | ||