Componenti aggiuntivi per Firefox
  • Estensioni
  • Temi
    • per Firefox
    • Dizionari e language pack
    • Altri siti
    • Componenti aggiuntivi per Android
Accedi
Icona componente aggiuntivo

Cronologia versioni di OdooTerminal - 25 versioni

OdooTerminal di Alexandre

Valutata 5 su 5
5 stelle su 5
5
10
4
0
3
0
2
0
1
0
Cronologia versioni di OdooTerminal - 25 versioni
  • Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.

  • Ultima versione

    Versione 14.0.0

    Rilasciato 25 lug 2026 - 426,46 kB
    Compatibile con firefox109.0a1 e successive
    ADD: TraSH: 'undefined' literal; accessing a missing dictionary key or array index now yields undefined instead of null
    ADD: TraSH: Increment/decrement operators, prefix and postfix ($i++ / ++$i), usable in expressions with C-like semantics
    ADD: TraSH: for-in loops over arrays and strings (for ($item in $items) { ... })
    ADD: AI Mode: MCP over HTTP
    ADD: AI Mode: Watchdog - Opt-in floating AI watchdog that reacts to page activity on its own
    ADD: Terminal toolbar button to change debug mode (thanks to @hjdhnx) (pr #152)
    ADD: Miscelanea options (show model, highlight words, limits, ...) (thanks to @hjdhnx) (pr #152)
    ADD: Chinese translations (thanks to @hjdhnx) (pr #152)
    ADD: Command 'markdown': Renders markdown as HTML

    IMP: TraSH: AST-based parser/codegen; replaces the token prioritizer and the linear parse walk
    IMP: TraSH: Correct short-circuit for chained && expressions
    IMP: TraSH: Standard operator precedence in expressions mixing strings and math
    IMP: TraSH: Concat
    IMP: AI Mode: Prompt fixes (attachment discovery flags, model names, escapes, for-in rule)
    IMP: AI Mode: Send HTML format system prompt in chat mode
    IMP: Options Page (thanks to @hjdhnx) (pr #152)
    IMP: AI Mode: Handle markdown responses

    FIX: Command 'search': Short name for 'options'
    FIX: TraSH: 'fixed' function description
    FIX: Multi-line input (thanks to @hjdhnx) (pr #152)
    FIX: Command 'tour': Odoo 18.0+

    DEL: AI Mode: Single chat

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica Firefox e installa l’estensione
    Scarica file
  • Versioni precedenti

    Versione 13.2.0

    Rilasciato 1 lug 2026 - 302,02 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Command 'caf': Show selection options
    IMP: Commans assistant: Refresh handling
    IMP: AI Mode: Don't send internal and native functions
    IMP: AI Mode: Clarify HTML output requirement in agent system prompt

    FIX: AI Mode: Fetch from the extension context
    FIX: Command 'caf': Format cell value

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 13.1.0

    Rilasciato 30 giu 2026 - 298,61 kB
    Compatibile con firefox109.0a1 e successive
    ADD: AI Mode: Help button
    ADD: AI Mode: Auto-compress history
    ADD: AI Mode: Files management
    ADD: AI Mode: Take screenshots
    ADD: AI Mode: Re-run scripts/commands
    ADD: AI Mode: Custom prompt
    ADD: AI Mode: Custom skills
    ADD: Command 'click'
    ADD: Command 'inspect'
    ADD: Command 'fill'
    ADDl Command 'options'

    IMP: Command 'form': get, edit, save, clear operations
    IMP: Command 'read_group': Print output
    IMP: TraSH: Performance
    IMP: Options page
    IMP: AI Mode: instance skill

    FIX: TraSH: Escaped strings
    FIX: TraSH: Trim strings
    FIX: AI Mode: Cache

    UPD: Documentation

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 13.0.0

    Rilasciato 25 giu 2026 - 270,1 kB
    Compatibile con firefox109.0a1 e successive
    ADD: Command 'ai': LLM integration with chat and agent modes
    ADD: Command 'form': Manipulate form view
    ADD: Command 'pivot': Display pivot views
    ADD: Command 'graph': Display graph views
    ADD: Command 'read_group': Execute read_group operations
    ADD: Command 'describe': Describe model
    ADD: Command 'daterange': Date range helper
    ADD: Command 'diff': Compare records
    ADD: Busy tooltip
    ADD: AI mode
    ADD: 'executeAll': Return all results from commands

    IMP: Command 'view'
    IMP: Command 'call' and 'dblist'
    IMP: TraSH interpreter
    IMP: Always on-top

    FIX: Don't use innerHTML
    FIX: package.json: Dependencies section

    UPD: Options

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 12.0.0

    Rilasciato 24 mag 2026 - 228,21 kB
    Compatibile con firefox109.0a1 e successive
    ADD: Internal function 'pow'

    IMP: Make Flow happy (using Claude Code)
    IMP: Use pnpm
    IMP: package.json: multi-os support (thanks to @killday)

    UPD: Project dependencies

    FIX: Command 'exportfile': Incorrect example (issue #147)
    FIX: TraSH tokenizer: Incorrect handling of math operations with negative numbers
    FIX: Assistant Panel: Show only in single-line mode

    DEL: Pow operator

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.11.0

    Rilasciato 23 nov 2025 - 193,3 kB
    Compatibile con firefox109.0a1 e successive
    ADD: Command 'zip': Create ZIP object file
    ADD: Internal function 'encode': Encode data (base64)
    ADD: Internal function 'decode': Decode data (base64)

    IMP: Command 'exportfile': New format 'raw' to generic binary
    IMP: Command 'exportfile': New format 'zip' to export binary fields
    IMP: Command 'exportfile': New option 'mimetype' to change the MIME type when using 'raw' format

    FIX: Command 'exportfile': Incorrect handling of recordset (issue #147)

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.10.1

    Rilasciato 5 nov 2025 - 163,97 kB
    Compatibile con firefox109.0a1 e successive
    FIX: Command 'doc': Typo in the technical documentation details (by baptiste-n42 - pr #146)
    FIX: Command 'uninstall': Pretty print and filter affected modules

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.10.0

    Rilasciato 22 set 2025 - 163,92 kB
    Compatibile con firefox109.0a1 e successive
    ADD: Support Odoo 19.0
    ADD: Command 'doc': View technical documentation page

    IMP: Minor code refactor
    IMP: Reduce icons size

    FIX: Command 'json': Don't require 'data' parameter

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.9.2

    Rilasciato 6 ago 2025 - 181,18 kB
    Compatibile con firefox109.0a1 e successive
    FIX: race condition in dynamic options

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.9.1

    Rilasciato 6 mag 2025 - 181,41 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Solve some 'FIXME' comments
    IMP: Command 'sysparam': Allow number and boolean values
    IMP: Command 'longpolling': New 'subscribe' and 'unsubscribe' options

    FIX: Command 'longpolling' in Odoo 17.0+: 'moment' is no longer used
    FIX: Instance Analyzer: No crashing when using a blocking service worker

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.9.0

    Rilasciato 1 apr 2025 - 181,13 kB
    Compatibile con firefox109.0a1 e successive
    ADD: Command 'sysparam': Edit odoo config. parameters (by baptiste-n42 - pr #144)
    ADD: Command 'renew_database': Edit database renewal values (by baptiste-n42 - pr #144)

    IMP: Minor code refactor

    FIX: Flow type for 'uniqueId'

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.8.0

    Rilasciato 9 mar 2025 - 178,81 kB
    Compatibile con firefox109.0a1 e successive
    ADD: options: Theming

    FIX: exportfile xml: Include ids for records without reference
    FIX: hex2rgb: Correctly handle hex values
    FIX: Command Assistant: Colors (issue #142)
    FIX: Recordset Table: Display the contents of fields of type Object (issue #143)
    FIX: Recordset Table: Correct processing of binary type fields
    FIX: 'get_content': Use own implementation

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.7.2

    Rilasciato 11 dic 2024 - 172,83 kB
    Compatibile con firefox109.0a1 e successive
    FIX: file2base64: Support large files
    FIX: onInternalMessage: Don't fail on non-Odoo pages (#141)

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.7.1

    Rilasciato 2 dic 2024 - 172,75 kB
    Compatibile con firefox109.0a1 e successive
    FIX: Command 'view': Show selected record

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.7.0

    Rilasciato 28 nov 2024 - 172,77 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Command 'exportfile': Add CSV format [RFC-4180] (issue #138)
    IMP: Command 'exportfile': Add XML odoo format
    IMP: Interpreter: Add unknown lexer type (issue $139)

    FIX: Command 'search', 'read': --read-binary
    FIX: Exception with longpolling on first loads

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.6.0

    Rilasciato 28 ott 2024 - 171,36 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Support Odoo 18.0
    IMP: Detect enterprise version

    FIX: Paste clipboard content in the terminal input
    FIX: Wrong version on docker instances (issue #136)
    FIX: Unwanted exceptions when writing code

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.5.2

    Rilasciato 26 set 2024 - 170,55 kB
    Compatibile con firefox109.0a1 e successive
    FIX: Press escape key without having the terminal fully initialized (issue #134)

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.5.1

    Rilasciato 19 set 2024 - 170,94 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Translations
    IMP: Core resilience

    UPD: Docs

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.5.0

    Rilasciato 16 set 2024 - 169,04 kB
    Compatibile con firefox109.0a1 e successive
    IMP: showQuestion: show terminal
    IMP: Don't resolve unknown values by default

    ADD: TraSH: +=, -=, *=, /=

    UPD: Samples

    FIX: TraSH: Store SUBSCR

    DEL: Command 'quit'

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.4.0

    Rilasciato 7 set 2024 - 168,46 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Internal Command 'fetch': Use AbortSignal.timeout
    IMP: Command Assistant
    IMP: Helpers: add $UID and $UNAME
    IMP: Loader: Handle lazy load

    ADD: Command 'info': Get generic information
    ADD: Command 'notify': Show notifications
    ADD: Command 'run': Run a TraSH script

    UPD: Manifest strings
    UPD: Docs

    FIX: Extension options page

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.3.0

    Rilasciato 12 ago 2024 - 166,6 kB
    Compatibile con firefox109.0a1 e successive
    UPD: Docs
    UPD: Samples

    IMP: TraSH: functions
    IMP: TraSH: if/else
    IMP: Tests: Use Official Odoo Docker Image

    ADD: TraSH: typed function paramaters
    ADD: TraSH: elif
    ADD: Terminal: Button to reload the shell

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.2.0

    Rilasciato 17 lug 2024 - 165,69 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Minor refactor

    ADD: Internal Command 'fetch': HTTP requests
    ADD: Samples

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.1.0

    Rilasciato 14 lug 2024 - 165,14 kB
    Compatibile con firefox109.0a1 e successive
    IMP: Cache
    IMP: Command assistant: multi-level help
    IMP: Command 'help': show 'internal' commands

    ADD: Internal Command 'pnow': high resolution timestamp
    ADD: Command 'input': requests user input

    FIX: TraSH Interpreter: Token position

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.0.1

    Rilasciato 4 lug 2024 - 153,33 kB
    Compatibile con firefox109.0a1 e successive
    FIX: Implicit strings (issue #133)
    FIX: Command assistant

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 11.0.0

    Rilasciato 3 lug 2024 - 153,29 kB
    Compatibile con firefox109.0a1 e successive
    IMP: TraSH: Turing completeness
    IMP: Use 'flow'
    IMP: Use Manifest V3
    IMP: jQuery is no longer used
    IMP: python is no longer used

    ADD: TrasH: Global names $RMOD and $RID (issue #131)
    ADD: Multi-line input mode
    ADD: Translations
    ADD: Command 'sleep'

    FIX: 'debug' command (issue #132)

    DEL: Command 'repeat': It presented problems if more than one 'repeat' was executed at the same time.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
Vai alla pagina principale del sito Mozilla

Componenti aggiuntivi

  • Informazioni
  • Blog sui componenti aggiuntivi per Firefox
  • Laboratorio estensioni
  • Centro di sviluppo
  • Criteri per sviluppatori
  • Blog della comunità
  • Forum
  • Segnala malfunzionamento
  • Guida per le recensioni

Download

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Versioni di sviluppo

  • Nightly
  • Beta

Firefox per le aziende

  • Enterprise

Comunità

  • Connect
  • Contribute
  • Developer

Segui

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Informativa sulla privacy
  • Cookie
  • Note legali

Eccetto dove diversamente indicato, i contenuti su questo sito sono distribuiti con licenza Creative Commons Attribuzione Condividi allo stesso modo 3.0 o versioni successive.