Viet Dinh
Viet Dinh
- [x] `` - [ ] `` - [x] Parse action references - [ ] Support `fields.Reference`
Pyright has a fairly extensive *binder* that binds and determines the types of all values within a file. Perhaps it would be useful to learn its layout, and if it's...
**Describe the bug** I've been using the hash range copy feature introduced in #1288 to do a lot of cherry-picking, a large majority of which are consecutive ranges. However I...
- [x] `env['stock.picking'].search([('backorder_id')])` - `.backorder_id` doesn't have the same issue - Cause: holding ref to `'stock.picking'` while attempting to gain ref to same model - [ ] #29 - [x]...
```py cash_activity_ids = fields.One2many( string="Cash Activities", comodel_name='loan.activity', inverse_name='loan_id', domain=[('mode', '=', 'cash'), ('state', '=', 'applied')], # ^ should be loan.activity.mode, but the current model instead readonly=True ) ```
When a file is already opened (especially in Helix), it is considered "out of bounds" and is indexed immediately. Somehow this is wrong if the file is part of a...
- [ ] Track originating modules for items - [ ] Efficiently track reachable modules from current module - [ ] Field used from non-depended module - [ ] Model...
- [ ] More Python test fixtures to test features in the Support Matrix - [x] XML test fixtures - [x] Implement a capture gatherer like Python's, see `conftest.py`