|
1 |
| -# Odoo Visual Code Snippets |
2 | 1 |
|
3 |
| -[](https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets) |
4 |
| -[](https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets) |
5 |
| -[](https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets) |
| 2 | +<h1 align="center"> |
| 3 | + <br> |
| 4 | + <a href="https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets"> |
| 5 | + <img src="https://github.com/mstuttgart/vscode-odoo-snippets/blob/develop/images/icon.png"></a> |
| 6 | + <br> |
| 7 | + Odoo Visual Code Snippets |
| 8 | + <br> |
| 9 | +</h1> |
| 10 | + |
| 11 | +<h4 align="center">Develop Odoo modules faster and with no Typing Errors.</h4> |
| 12 | + |
| 13 | +<p align="center"> |
| 14 | + <a href="https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets"> |
| 15 | + <img src="https://vsmarketplacebadge.apphb.com/version-short/mstuttgart.odoo-snippets.svg?style=flat-square" alt="Version"> |
| 16 | + </a> |
| 17 | + <a href="https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets"> |
| 18 | + <img src="https://vsmarketplacebadge.apphb.com/installs/mstuttgart.odoo-snippets.svg?style=flat-square" alt="Installs"> |
| 19 | + </a> |
| 20 | + <a href="https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets"> |
| 21 | + <img src="https://vsmarketplacebadge.apphb.com/rating/mstuttgart.odoo-snippets.svg?style=flat-square" alt="Ratings"> |
| 22 | + </a> |
| 23 | +</p> |
| 24 | + |
| 25 | +<p align="center"> |
| 26 | + <a href="#about">About</a> • |
| 27 | + <a href="#installation">Installation</a> • |
| 28 | + <a href="#supported-languages">Supported Languages</a> • |
| 29 | + <a href="#usage">Usage</a> • |
| 30 | + <a href="#contributing">Contributing</a> • |
| 31 | + <a href="#release-notes">Release Notes</a> |
| 32 | + <a href="#credits">Credits</a> |
| 33 | +</p> |
| 34 | + |
| 35 | +## About |
6 | 36 |
|
7 | 37 | This extension contains code snippets for [Odoo](https://www.odoo.com) to help you to develop Odoo modules faster and with no Typing Errors.
|
8 | 38 |
|
@@ -95,6 +125,10 @@ Below is a list of all available snippets.
|
95 | 125 |
|
96 | 126 | Please, see contributing guidelines [here](https://github.com/mstuttgart/odoo-vscode-snippets/blob/develop/CONTRIBUTING.md).
|
97 | 127 |
|
| 128 | +## Release Notes |
| 129 | + |
| 130 | +See [Changelog.md](CHANGELOG.md) |
| 131 | + |
98 | 132 | ## Credits
|
99 | 133 |
|
100 | 134 | This snippets are based in [odoo-pycharm-templates](https://github.com/mohamedmagdy/odoo-pycharm-templates) project.
|
|
0 commit comments