Додатки браузера Firefox
  • Розширення
  • Теми
    • для Firefox
    • Словники та локалізації
    • Інші сайти браузера
    • Додатки для Android
Увійти
Піктограма додатка

Історія версій OdooTerminal - 25 версій

OdooTerminal автор Alexandre

Оцінка 5 з 5
Оцінка 5 з 5
5
10
4
0
3
0
2
0
1
0
Історія версій OdooTerminal - 25 версій
  • Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.

  • Найновіша версія

    Версія 14.0.0

    Випущено 25 лип 2026 р. - 426,46 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити Firefox та отримати розширення
    Завантажити файл
  • Попередні версії

    Версія 13.2.0

    Випущено 1 лип 2026 р. - 302,02 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 13.1.0

    Випущено 30 черв 2026 р. - 298,61 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 13.0.0

    Випущено 25 черв 2026 р. - 270,1 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 12.0.0

    Випущено 24 трав 2026 р. - 228,21 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.11.0

    Випущено 23 лист 2025 р. - 193,3 КБ
    Працює з firefox 109.0a1 і новіше
    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)

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.10.1

    Випущено 5 лист 2025 р. - 163,97 КБ
    Працює з firefox 109.0a1 і новіше
    FIX: Command 'doc': Typo in the technical documentation details (by baptiste-n42 - pr #146)
    FIX: Command 'uninstall': Pretty print and filter affected modules

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.10.0

    Випущено 22 вер 2025 р. - 163,92 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.9.2

    Випущено 6 серп 2025 р. - 181,18 КБ
    Працює з firefox 109.0a1 і новіше
    FIX: race condition in dynamic options

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.9.1

    Випущено 6 трав 2025 р. - 181,41 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.9.0

    Випущено 1 квіт 2025 р. - 181,13 КБ
    Працює з firefox 109.0a1 і новіше
    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'

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.8.0

    Випущено 9 бер 2025 р. - 178,81 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.7.2

    Випущено 11 груд 2024 р. - 172,83 КБ
    Працює з firefox 109.0a1 і новіше
    FIX: file2base64: Support large files
    FIX: onInternalMessage: Don't fail on non-Odoo pages (#141)

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.7.1

    Випущено 2 груд 2024 р. - 172,75 КБ
    Працює з firefox 109.0a1 і новіше
    FIX: Command 'view': Show selected record

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.7.0

    Випущено 28 лист 2024 р. - 172,77 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.6.0

    Випущено 28 жовт 2024 р. - 171,36 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.5.2

    Випущено 26 вер 2024 р. - 170,55 КБ
    Працює з firefox 109.0a1 і новіше
    FIX: Press escape key without having the terminal fully initialized (issue #134)

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.5.1

    Випущено 19 вер 2024 р. - 170,94 КБ
    Працює з firefox 109.0a1 і новіше
    IMP: Translations
    IMP: Core resilience

    UPD: Docs

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.5.0

    Випущено 16 вер 2024 р. - 169,04 КБ
    Працює з firefox 109.0a1 і новіше
    IMP: showQuestion: show terminal
    IMP: Don't resolve unknown values by default

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

    UPD: Samples

    FIX: TraSH: Store SUBSCR

    DEL: Command 'quit'

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.4.0

    Випущено 7 вер 2024 р. - 168,46 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.3.0

    Випущено 12 серп 2024 р. - 166,6 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.2.0

    Випущено 17 лип 2024 р. - 165,69 КБ
    Працює з firefox 109.0a1 і новіше
    IMP: Minor refactor

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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.1.0

    Випущено 14 лип 2024 р. - 165,14 КБ
    Працює з firefox 109.0a1 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.0.1

    Випущено 4 лип 2024 р. - 153,33 КБ
    Працює з firefox 109.0a1 і новіше
    FIX: Implicit strings (issue #133)
    FIX: Command assistant

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 11.0.0

    Випущено 3 лип 2024 р. - 153,29 КБ
    Працює з firefox 109.0a1 і новіше
    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.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
Перейти на домівку Mozilla

Додатки

  • Про
  • Блог додатків Firefox
  • Семінар з розширень
  • Центр розробника
  • Політики розробників
  • Блог спільноти
  • Форум
  • Повідомити про помилку
  • Настанови з написання відгуків

Download

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

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Приватність
  • Файли cookie
  • Правові положення

За винятком випадків зазначених тут, вміст цього сайту ліцензовано на умовах ліцензії Creative Commons Attribution Share-Alike License v3.0, або будь-якою новішою версією.