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 529e999 commit c8732d2Copy full SHA for c8732d2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 0.8.0
4
+
5
+- [FIX] Fix string paramter of Selection field snippet
6
+- [NEW] Add 'data' tag snippet
7
+- [NEW] Add 'statusbar' snippet
8
+- [IMP] Improve README
9
10
## 0.7.1
11
12
- [FIX] Fix api.multi in snippet of write method
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.7.1",
+ "version": "0.8.0",
"license": "SEE LICENSE IN LICENSE",
"publisher": "mstuttgart",
"author": {
0 commit comments