Open Issues Need Help
View All on GitHubLanguage server for Odoo Python/JS/XML
AI Summary: The Odoo language server needs to be updated to correctly parse manifest files containing comments within the `depends` list. The parser is currently failing to ignore the comments, leading to incorrect dependency resolution. The task involves modifying the parser to handle comments appropriately, ensuring that only valid dependency names are processed.
Language server for Odoo Python/JS/XML
AI Summary: Enhance the Odoo language server to handle more edge cases for `<button>` tags in Odoo XML. Specifically, the server needs to correctly handle buttons with and without explicitly defined `type` attributes, including those using dynamic names (e.g., `name="%(...)d"`). This may involve expanding the search for methods and XML records to ensure comprehensive support.
Language server for Odoo Python/JS/XML