Skip to content

Commit 5c471e5

Browse files
committed
Update CHANGELOG
1 parent ece6e06 commit 5c471e5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.2.0
4+
5+
- [NEW] Add dashboard snippet (thanks [@ww-michael](https://github.com/ww-michael))
6+
- [NEW] Add import snippet
7+
- [NEW] Add ipdb snippet
8+
- [NEW] Add chatter snippet
9+
- [NEW] Add return action snippets
10+
- [IMP] Improve models and views snippets using regex
11+
312
## 2.1.0
413

514
- [NEW] Add self.user.company_id snippet

snippets/xml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"\t<field name=\"view_type\">form</field>",
326326
"\t<field name=\"___domain\">[${5}]</field>",
327327
"\t<field name=\"context\">{${6}}</field>",
328-
"\t<field name=\"target\">{${7:|current,new,fullscreen,main,inline|}}</field>",
328+
"\t<field name=\"target\">{${7|current,new,fullscreen,main,inline|}}</field>",
329329
"\t<field name=\"help\" type=\"html\">",
330330
"\t\t<p class=\"oe_view_nocontent_create\">",
331331
"\t\t\t<!-- Add Text Here -->",

0 commit comments

Comments
 (0)