-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
704 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ignore] | ||
|
||
[include] | ||
|
||
[libs] | ||
|
||
[lints] | ||
|
||
[options] | ||
module.name_mapper='^@common' -> '<PROJECT_ROOT>/src/js/common' | ||
module.name_mapper='^@shared' -> '<PROJECT_ROOT>/src/js/shared' | ||
module.name_mapper='^@odoo' -> '<PROJECT_ROOT>/src/js/page/odoo' | ||
module.name_mapper='^@terminal' -> '<PROJECT_ROOT>/src/js/page/terminal' | ||
module.name_mapper='^@trash' -> '<PROJECT_ROOT>/src/js/page/trash' | ||
module.name_mapper='^@tests' -> '<PROJECT_ROOT>/src/js/page/tests' | ||
|
||
[strict] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"extensionName": { | ||
"message": "Odoo Terminal" | ||
}, | ||
|
||
"extensionDescription": { | ||
"message": "Terminal-like to send json-rpc requests and use tools for Odoo developers" | ||
}, | ||
|
||
"optionsTitle": { | ||
"message": "OdooTerminal Options" | ||
}, | ||
"optionsTitleBehaviour": { | ||
"message": "Behaviour" | ||
}, | ||
"optionsTitleBehaviourPinned": { | ||
"message": "Pinned" | ||
}, | ||
"optionsTitleBehaviourMaximized": { | ||
"message": "Maximized" | ||
}, | ||
"optionsTitleBehaviourOpacity": { | ||
"message": "Opacity:" | ||
}, | ||
"optionsTitleShortcuts": { | ||
"message": "Shortcuts" | ||
}, | ||
"optionsTitleShortcutsKeybind": { | ||
"message": "Keybind" | ||
}, | ||
"optionsTitleShortcutsCommand": { | ||
"message": "Command" | ||
}, | ||
"optionsTitleShortcutsAdd": { | ||
"message": "Add" | ||
}, | ||
"optionsTitleCommandAssistant": { | ||
"message": "Command Assistant" | ||
}, | ||
"optionsTitleCommandAssistantDynOptionsDisabled": { | ||
"message": "Disable dynamic options" | ||
}, | ||
"optionsTitleCommandAssistantMatchMode": { | ||
"message": "Match mode:" | ||
}, | ||
"optionsTitleCommandAssistantMaxResults": { | ||
"message": "Max. results:" | ||
}, | ||
"optionsTitleInitCommands": { | ||
"message": "Init Commands" | ||
}, | ||
"optionsTitleInitCommandsDescription": { | ||
"message": "Run these commands when initialize the terminal (one per line). Be careful! changes here can cause unwanted exceptions. Note that the commands will be executed on all 'odoo' pages." | ||
}, | ||
"optionsTitleTerminalContext": { | ||
"message": "Terminal Context" | ||
}, | ||
"optionsTitleTerminalContextDescription": { | ||
"message": "This context will be merged with the 'normal' context on terminal operations. In json format." | ||
}, | ||
"optionsTitleDeveloperZone": { | ||
"message": "Extension Developer Zone" | ||
}, | ||
"optionsTitleDeveloperZoneModeTests": { | ||
"message": "Use $terminaltests$", | ||
"placeholders": { | ||
"terminaltests": { | ||
"content": "OdooTerminalTests" | ||
} | ||
} | ||
}, | ||
"optionsTitleDeveloperZoneModeIgnoreCompChecks": { | ||
"message": "Disable Odoo version checking (this can cause unwanted exceptions!)" | ||
}, | ||
"optionsTitleDeveloperZoneModeConsoleErrors": { | ||
"message": "Show errors in the browser console" | ||
}, | ||
"optionsReset": { | ||
"message": "Reset" | ||
}, | ||
"optionsSave": { | ||
"message": "Save" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"cmdAliasArgCmd": "The command to run", | ||
"cmdAliasArgName": "The name of the alias", | ||
"cmdAliasCreated": "Alias created successfully", | ||
"cmdAliasDefinition": "Create aliases", | ||
"cmdAliasDetail": "Define aliases to run commands easy. <br><b>WARNING:</b> This command uses 'local storage' to persist the data even if you close the browser. This data can be easy accessed by other computer usedrs. Don't use sensible data if you are using a shared computer.<br><br>Can use positional parameters ($1,$2,$3,$N...)", | ||
"cmdAliasExample": "-n myalias -c \"print 'Hello, $1!'\"", | ||
"cmdAliasInvalidAliasName": "Invalid alias name", | ||
"cmdAliasNotDefined": "No aliases defined.", | ||
"cmdAliasNotExists": "The selected alias not exists", | ||
"cmdAliasRemoved": "Alias removed successfully", | ||
"cmdChronoTimeElapsed": "Time elapsed: '{{time_elapsed_secs}}' seconds" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"extensionName": { | ||
"message": "Odoo Terminal" | ||
}, | ||
|
||
"extensionDescription": { | ||
"message": "Algo parecido a un terminal para enviar peticiones json-rpc y utilizar herramientas para desarrolladores de Odoo" | ||
}, | ||
|
||
"optionsTitle": { | ||
"message": "OdooTerminal Opciones" | ||
}, | ||
"optionsTitleBehaviour": { | ||
"message": "Comportamiendo" | ||
}, | ||
"optionsTitleBehaviourPinned": { | ||
"message": "Fijado" | ||
}, | ||
"optionsTitleBehaviourMaximized": { | ||
"message": "Maximizado" | ||
}, | ||
"optionsTitleBehaviourOpacity": { | ||
"message": "Opacidad:" | ||
}, | ||
"optionsTitleShortcuts": { | ||
"message": "Atajos" | ||
}, | ||
"optionsTitleShortcutsKeybind": { | ||
"message": "Combinación de teclas" | ||
}, | ||
"optionsTitleShortcutsCommand": { | ||
"message": "Comando" | ||
}, | ||
"optionsTitleShortcutsAdd": { | ||
"message": "Añadir" | ||
}, | ||
"optionsTitleCommandAssistant": { | ||
"message": "Asistente de comandos" | ||
}, | ||
"optionsTitleCommandAssistantDynOptionsDisabled": { | ||
"message": "Desactivar opciones dinámicas" | ||
}, | ||
"optionsTitleCommandAssistantMatchMode": { | ||
"message": "Método de comprobación:" | ||
}, | ||
"optionsTitleCommandAssistantMaxResults": { | ||
"message": "Máx. resultados:" | ||
}, | ||
"optionsTitleInitCommands": { | ||
"message": "Comandos iniciales" | ||
}, | ||
"optionsTitleInitCommandsDescription": { | ||
"message": "Ejecutar estos comandos al inicializar el terminal (uno por línea). Tenga cuidado! los cambios aquí pueden causar excepciones no deseadas. Ten en cuenta que los comandos se ejecutarán en todas las páginas de 'odoo'." | ||
}, | ||
"optionsTitleTerminalContext": { | ||
"message": "Contexto del terminal" | ||
}, | ||
"optionsTitleTerminalContextDescription": { | ||
"message": "Este contexto se fusionará con el contexto 'normal' en las operaciones del terminal. En formato JSON." | ||
}, | ||
"optionsTitleDeveloperZone": { | ||
"message": "Zona de desarrollador de la extensión" | ||
}, | ||
"optionsTitleDeveloperZoneModeTests": { | ||
"message": "Usar $terminaltests$", | ||
"placeholders": { | ||
"terminaltests": { | ||
"content": "OdooTerminalTests" | ||
} | ||
} | ||
}, | ||
"optionsTitleDeveloperZoneModeIgnoreCompChecks": { | ||
"message": "Desactivar la comprobación de la versión de Odoo (¡puede causar problemas!)" | ||
}, | ||
"optionsTitleDeveloperZoneModeConsoleErrors": { | ||
"message": "Mostrar errores en la consola del navegador" | ||
}, | ||
"optionsReset": { | ||
"message": "Reestablecer" | ||
}, | ||
"optionsSave": { | ||
"message": "Guardar" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"cmdAliasArgCmd": "The command to run", | ||
"cmdAliasArgName": "The name of the alias", | ||
"cmdAliasCreated": "Alias created successfully", | ||
"cmdAliasDefinition": "Create aliases", | ||
"cmdAliasDetail": "Define aliases to run commands easy. <br><b>WARNING:</b> This command uses 'local storage' to persist the data even if you close the browser. This data can be easy accessed by other computer usedrs. Don't use sensible data if you are using a shared computer.<br><br>Can use positional parameters ($1,$2,$3,$N...)", | ||
"cmdAliasExample": "-n myalias -c \"print 'Hello, $1!'\"", | ||
"cmdAliasInvalidAliasName": "Invalid alias name", | ||
"cmdAliasNotDefined": "No aliases defined.", | ||
"cmdAliasNotExists": "The selected alias not exists", | ||
"cmdAliasRemoved": "Alias removed successfully", | ||
"cmdChronoTimeElapsed": "Time elapsed: '{{time_elapsed_secs}}' segundos" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.