Skip to content

Commit fc358b3

Browse files
committed
[IMP] Add fold to snippets
1 parent 009cd79 commit fc358b3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ This extension provide support to following languages (file extensions):
5959

6060
Below is a list of all available snippets.
6161

62-
### Python Snippets
62+
### Snippets
6363

64+
<details>
65+
<summary>:black_small_square: Python Snippets</summary>
66+
6467
| Snippet | Description |
6568
| ---------- | --------------------------- |
6669
| `oman` | Create Odoo Manifest |
@@ -86,8 +89,11 @@ Below is a list of all available snippets.
8689
| `omcomp` | Add a method compute |
8790
| `omchange` | Add a method onchange |
8891

89-
### XML Snippets
92+
</details>
9093

94+
<details>
95+
<summary>:black_small_square: XML Snippets</summary>
96+
9197
| Snippet | Description |
9298
| ------------ | ---------------------------------------- |
9399
| `oform` | Create Form View |
@@ -121,6 +127,8 @@ Below is a list of all available snippets.
121127
| `odata` | Add data tag on View |
122128
| `ostatusbar` | Create Header with Status Bar |
123129

130+
</details>
131+
124132
## Contributing
125133

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

0 commit comments

Comments
 (0)