vscode-odoo icon indicating copy to clipboard operation
vscode-odoo copied to clipboard

Embedded language support for eval expressions

Open trinhanhngoc opened this issue 1 year ago • 0 comments

  • Python
    • Relational field definition attributes: domain
      • [x] Syntax highlight
      • [ ] Code completion
    • XML record field attributes: eval
      • [x] Syntax highlight
      • [ ] Code completion
    • XML action window attributes: context, domain
      • [x] Syntax highlight
      • [ ] Code completion
    • XML action server attributes: code
      • [x] Syntax highlight
      • [ ] Code completion
    • XML report attributes: print_report_name, attachment
      • [x] Syntax highlight
      • [ ] Code completion
    • XML record rule attributes: domain_force
      • [x] Syntax highlight
      • [ ] Code completion
    • XML view field attributes: option
      • [x] Syntax highlight
      • [ ] Code completion
    • XML view attributes: attrs, context, domain, filter_domain
      • [x] Syntax highlight
      • [ ] Code completion
    • XML view modifier attributes: invisible, column_invisible, readonly, required
      • [x] Syntax highlight
      • [ ] Code completion
    • XML list view attributes : decoration-*
      • [x] Syntax highlight
      • [ ] Code completion
    • XML gantt view attributes: precision, thumbnails
      • [ ] Syntax highlight
      • [ ] Code completion
    • XML QWeb directives
      • [x] Syntax highlight
      • [ ] Code completion
  • JS
    • XML QWeb directives
      • [x] Syntax highlight
      • [ ] Code completion
  • XPath
    • XML view xpath expr attribute
      • [x] Syntax highlight
      • [ ] Code completion
  • CSS
    • Inline CSS in style attribute
      • [x] Syntax highlight
      • [ ] Code completion

trinhanhngoc avatar Nov 04 '23 08:11 trinhanhngoc