Tardo / OdooTerminal

Webextension tool for Odoo
GNU Affero General Public License v3.0
119 stars 27 forks source link

Working on v7.1.0... #23

Closed Tardo closed 4 years ago

Tardo commented 4 years ago

IMP: Command 'caf': Sorted by field name IMP: Screen: Use less nodes IMP: Screen: Auto vacuum (No more than 750 lines) IMP: Command 'repeat': Try to be nice with the main thread IMP: Command 'fuzz': Support one2many fields and other improvements IMP: ParameterReader: Now can use slashes to avoid double quotes grouping (Example: "This \"is\" an example") IMP: Handle big results: split current query to not block/crash the browser

ADD: Command 'mute': Runs the command only printing errors. (Useful with the 'repeat' command) ADD: Command 'count': Get the number of records ADD: Command 'exportfile': Exports the command result to a text file ADD: New parameter generator: $FLOAT ADD: Prompt changes the color per host (locahost doesn't have any color)

FIX: Changed some calls using the old 'print' call FIX: Command 'caf': Now can use 'fields' parameter FIX: Shadow Input: Correct sync. with input scroll left