cc6184a18bcaf2c2207bc3aa193e911632246c4a
Action domain strings like [("move_type","in",["out_invoice"])] were
returned as raw strings. The OWL client needs JSON arrays.
- parseDomainOrDefault: converts Python-style domain to JSON array
(replaces () with [], ' with ", True/False/None)
- parseContextOrDefault: same for context dicts
- Fixes empty Invoice/Vendor Bills list views on fresh DB
Full flow verified on clean DB:
Contact → Sale Order → Confirm → Invoice → Post → all working.
All 9 module actions load correctly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
JavaScript
55.3%
Fluent
18.6%
Go
15.9%
SCSS
7.4%
CSS
2.2%
Other
0.6%