Skip to content

Instantly share code, notes, and snippets.

@skanndar
skanndar / odoo-vscode-enviroment.md
Created August 3, 2024 18:25 — forked from rafnixg/odoo-vscode-enviroment.md
Configure Odoo for Development enviroment in VSCode
[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux
@skanndar
skanndar / handlebars.json
Created April 24, 2020 10:33 — forked from ross-u/handlebars.json
VSCode Snippets
{
// Place your snippets for handlebars here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
"Form GET": {
"prefix": "formget",
"body": [
"<form action='/${1:endPointName}' method='GET'>",
"",