We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d8ac8 commit 53206d6Copy full SHA for 53206d6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.9.0
4
+
5
+- [NEW] Add unlink method snippet
6
+- [FIX] early close data tag (thanks [@oscars8a](https://github.com/oscars8a))
7
+- [IMP] Add XML version tag (thanks [@oscars8a](https://github.com/oscars8a))
8
9
## 0.8.0
10
11
- [FIX] Fix string paramter of Selection field snippet
package.json
@@ -2,7 +2,7 @@
"name": "odoo-snippets",
"displayName": "Odoo Code Snippets",
"description": "This snippets can help you to develop Odoo modules faster and with no Typing Errors.",
- "version": "0.8.0",
+ "version": "0.9.0",
"license": "SEE LICENSE IN LICENSE",
"publisher": "mstuttgart",
"author": {
0 commit comments