Skip to content

Commit 594dff0

Browse files
committed
[IMP] Improve README
1 parent b2974ec commit 594dff0

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535

3636
This extension contains code snippets for [Odoo](https://www.odoo.com) to help you to develop Odoo modules faster and with no Typing Errors.
3737

38-
All snippets follow the [OCA Maintainer Guidelines](https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md) and are made to Odoo version `10.0` and `11.0`.
38+
All snippets follow the [OCA Maintainer Guidelines](https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md) and are made to Odoo version `10.0`, `11.0` and `12.0`.
39+
40+
To **OpenERP** snippets, please use the [TheDavidDelta's OpenERP Code Snippets](https://marketplace.visualstudio.com/items?itemName=TheDavidDelta.openerp-code-snippets) extension.
3941

4042
## Installation
4143

@@ -59,11 +61,8 @@ This extension provide support to following languages (file extensions):
5961

6062
Below is a list of all available snippets.
6163

62-
### Snippets
64+
### Python Snippets
6365

64-
<details>
65-
<summary>:black_small_square: Python Snippets</summary>
66-
6766
| Snippet | Description |
6867
| ---------- | --------------------------- |
6968
| `oman` | Create Odoo Manifest |
@@ -89,11 +88,8 @@ Below is a list of all available snippets.
8988
| `omcomp` | Add a method compute |
9089
| `omchange` | Add a method onchange |
9190

92-
</details>
91+
### XML Snippets
9392

94-
<details>
95-
<summary>:black_small_square: XML Snippets</summary>
96-
9793
| Snippet | Description |
9894
| ------------ | ---------------------------------------- |
9995
| `oform` | Create Form View |
@@ -127,8 +123,6 @@ Below is a list of all available snippets.
127123
| `odata` | Add data tag on View |
128124
| `ostatusbar` | Create Header with Status Bar |
129125

130-
</details>
131-
132126
## Contributing
133127

134128
Please, see contributing guidelines [here](https://github.com/mstuttgart/odoo-vscode-snippets/blob/develop/CONTRIBUTING.md).

0 commit comments

Comments
 (0)