All Projects → mstuttgart → vscode-odoo-snippets

mstuttgart / vscode-odoo-snippets

Licence: MIT License
Develop Odoo modules faster and with no Typing Errors.

Projects that are alternatives of or similar to vscode-odoo-snippets

VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (+45%)
Mutual labels:  snippets, extension, odoo
Beeftext
A text snippet tool for Windows.
Stars: ✭ 366 (+1730%)
Mutual labels:  snippets, tools
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (+95%)
Mutual labels:  snippets, odoo
Snipsnap
The ultimate snippets collection for VS Code
Stars: ✭ 840 (+4100%)
Mutual labels:  snippets, extension
solidus dev support
A collection of tools for developing Solidus extensions.
Stars: ✭ 14 (-30%)
Mutual labels:  extension, tools
Smart Hierarchy
Better hierarchy for Unity.
Stars: ✭ 234 (+1070%)
Mutual labels:  extension, tools
Vs Freemarker
FreeMarker language colorization extension for Visual Studio Code
Stars: ✭ 17 (-15%)
Mutual labels:  snippets, extension
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (+2075%)
Mutual labels:  snippets, extension
Vscode Matlab
MATLAB support for Visual Studio Code
Stars: ✭ 114 (+470%)
Mutual labels:  snippets, extension
Foundationextension
Foundation/Cocoa/UIKit extension kit. Reference document:
Stars: ✭ 115 (+475%)
Mutual labels:  snippets, extension
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (+850%)
Mutual labels:  snippets, extension
Exportsheetdata
Add-on for Google Sheets that allows sheets to be exported as JSON or XML.
Stars: ✭ 170 (+750%)
Mutual labels:  tools, xml
Scobot
SCORM API for Content. JavaScript library, QUnit tests and examples.
Stars: ✭ 128 (+540%)
Mutual labels:  tools, xml
jt tools
Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
Stars: ✭ 13 (-35%)
Mutual labels:  snippets, tools
Odoo Pycharm Templates
Templates for Odoo in PyCharm
Stars: ✭ 222 (+1010%)
Mutual labels:  xml, odoo
Xcactionbar
"Alfred for Xcode" plugin
Stars: ✭ 1,217 (+5985%)
Mutual labels:  snippets, tools
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Stars: ✭ 782 (+3810%)
Mutual labels:  snippets, extension
modern-fluid-typography-editor
Modern fluid typography editor
Stars: ✭ 222 (+1010%)
Mutual labels:  tools, webdevelopment
talkie
Text-to-speech browser extension button. Select text on any web page, and have the computer read it out loud for you by simply clicking the Talkie button.
Stars: ✭ 43 (+115%)
Mutual labels:  extension
datamaker
Data generator command-line tool and library. Create JSON, CSV, XML data from templates.
Stars: ✭ 23 (+15%)
Mutual labels:  xml

VSCode Odoo Snippets

Develop Odoo modules faster and with no Typing Errors

Version Visual Studio Marketplace Installs Visual Studio Marketplace Downloads Ratings

About | Installation | Usage | Contributing | Release Notes | Credits

About

This extension contains code snippets for Odoo to help you to develop Odoo modules faster and with no Typing Errors.

All snippets follow the OCA Maintainer Guidelines and are made to Odoo version 10.0, 11.0 and 12.0.

To OpenERP snippets, please use the TheDavidDelta's OpenERP Code Snippets extension.

Installation

Launch Quick Open

Paste the following command and press Enter:

ext install mstuttgart.odoo-snippets

Usage

This extension provide support to following languages (file extensions):

  • Python (.py)
  • XML (.xml)

Below is a list of all available snippets.

Python snippets
Snippet Description
oman Create Odoo Manifest
omod Create New Odoo Model
omodi Inherit Existing Odoo Model
owiz Create New Odoo wizard
owizi Inherit Existing Odoo wizard
omodt Create Test to Odoo Model
ofbin Add new field Binary
ofbool Add new field Boolean
ofchar Add new field Char
ofdate Add new field Date
oftime Add new field DateTime
offloat Add new field Float
ofhtml Add new field HTML
ofint Add new field Integer
oftxt Add new field Text
ofsel Add new field Selection
ofm2o Add new field Many2one
ofm2m Add new field Many2many
ofo2m Add new field One2many
omcreate Add a method create
omwrite Add a method write
omunlink Add a method unlink
omcomp Add a method compute
omchange Add a method onchange
XML and Report snippets
Snippet Description
odoo Create Odoo Tag
oform Create Form View
oformi Inherit Existing Form View
otree Create Tree View
otreei Inherit Existing Tree View
osearch Create Search View
osearchi Inherit Existing Search View
ograph Create Graph View
ographi Inherit Existing Graph View
opivot Create Pivot View
opivoti Inherit Existing Pivot View
okanban Create Kanban View
okanbani Inherit Existing Kanban View
ocalendar Create Calendar View
ocalendari Inherit Existing Calendar View
ogantt Create Gantt View
ogantti Inherit Existing Gantt View
oxpath Add the structure of xpath
oxpathattr Add the structure of xpath to attributes
oact Create new Action
onote Add notebook and page tags
opage Add new page tag
omenur Create New Menu Item in the Upper bar
omenuc Create New Menu Item for Categories
omenua Create New Menu Item for Actions
ocron Add a ir.cron record (11.0 version)
obtn Add Odoo button
obtnbox Add Button Box on View
ogroup Add group tag on View
ofield Add Field on View
odata Add data tag on View
oreport Create report record on View
otemplate Create template tag
otemplatei Create template inherit tag
otcall Add t-call tag on View
otforeach Add t-foreach tag on View
otif Add t-if tag on View
otraw Add t-raw tag on View
otesc Add t-esc tag on View
otset Add t-set tag on View
otfield Add t-field tag on View
otimg Add img tag with t-att-src attribute on View

Contributing

Please, see contributing guidelines here.

Release Notes

See changelog.

Credits

This snippets are based in odoo-pycharm-templates project.

Copyright (C) 2018-2021 by Michell Stuttgart

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].