Viet Dinh

Results 54 issues of Viet Dinh

Should make repeatedly jumping in and out of editors faster

enhancement
hard

Models, fields and methods all need to keep track of previous declarations to emulate the runtime behavior. A data structure data keeps a reference to its *ancestor*, and capable of...

enhancement
internal

- [x] `id=` or `parent=` - [ ] `action=` to search for `ir.actions.act_window`

enhancement
good first issue

```py if any(move.bom_line_id.bom_id != production.bom_id or move.bom_line_id._skip_bom_line(production.product_id)\ for move in production.move_raw_ids if move.bom_line_id): production.move_raw_ids = [Command.clear()] ``` Python analysis fails due to the extra line continuation that was not handled

bug

enhancement
vscode

Diagnostics for accessing items from non-depended modules: - fields - models - components - widgets

enhancement

Potentially as `odoo-lsp doctor` and a VSCode command. - Configured roots - Settings - Potential issues (overlapping roots, multiple base modules, etc.) - Memory usage - Available (nightly) updates

enhancement

Tested with opus and fluidsynth, more rigorous testing with other backends may be needed. Closes #2585

Audio
MIDI

This case seems to be relatively common so we should index it ```xml ```

enhancement