Viet Dinh

Results 54 issues of Viet Dinh

- [x] `` - [ ] `` - [x] Parse action references - [ ] Support `fields.Reference`

enhancement

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...

bug

- [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]...

bug
help wanted

```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 ) ```

bug

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...

bug

- [ ] Track originating modules for items - [ ] Efficiently track reachable modules from current module - [ ] Field used from non-depended module - [ ] Model...

enhancement

- [ ] 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`

help wanted
good first issue

```xml ^complete ... ```

enhancement
good first issue