Skip to content

Latest commit

 

History

History
121 lines (100 loc) · 2.55 KB

odoo-terminal-app.md

File metadata and controls

121 lines (100 loc) · 2.55 KB

URL de DESCARGA de ODOO TERMINAL

https://chromewebstore.google.com/detail/odooterminal/fdidojpjkbpfplcdmeaaehnjfkgpbhad

LISTAR COMANDOS

help

LISTA LAS BASES DE DATOS

dblist

HORA DEL SERVIDOR

now

LISTAR REGISTROS

search --model res.partner

VERSION DE ODOO

version

BORRAR PARTNER

unlink --model res.partner --id 579

ACTUALIZAR UN CAMPO

write --model sale.order --id 217 --value {"state": "draft"}

ACTUALIZAR MÓDULO

upgrade -m purchase

COMANDOS

help
action - Call action
alias - Create aliases
barcode - Operations over barcode
caf - Check model fields access
call - Call model methodcam - Check model access
chrono - Print the time expended executing a command
clear - Clean terminal section
commit - Commit recordset changes
context - Operations over session context dictionary
context_term - Operations over terminal context dictionary
copy - Copy data to paste them into other instances
count - Gets number of records from the given model in the selected domain
create - Create new record
dblist - Show database namesdebug - Set debug mode
depends - Know modules that depends on the given module
dis - Dissasembler bytecode
effect - Show effect
exportfile - Exports the command result to a text/json file
exportvar - Exports the command result to a browser console variable
gen - Generate random valuesgenfile - Generate a File object
help - Print this help or command detailed info
info - Get session information
input - Requests user input
install - Install a module
jobs - Display running jobs
json - Send POST JSON
jstest - Launch JS Tests
lang - Operations over translations
lastseen - Know user presence
load - Load external resource
login - Login as...
logout - Log outlong
polling - Long-Polling operations
metadata - View record metadata
notify - Shows a notification
now - Current time
paste - Pastes copied data
post - Send POST request
print - Print a message
read - Search model record
ref - Show the referenced model and id of the given xmlid's
reload - Reload current page
rollback - Revert recordset changes
rpc - Execute raw rpc
run - Run a TraSH script
search - Search model record/s
settings - Open settings page
toggle_term - Toggle terminal visibility
tour - Launch Tour
ual - Update apps list
uhg - Check if user is in the selected groups
uninstall - Uninstall a module
unlink - Unlink record
upgrade - Upgrade a module
url - Get URL parameters
version - Know Odoo version
view - View model record/s
whoami - Know current user login
write - Update record values
ws - Open a web socket