File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.0.0
4
+
5
+ - [ NEW] Add constrain method snippet (thanks [ @elmerdpadilla ] ( https://github.com/elmerdpadilla ) )
6
+ - [ FIX] HTML to Html field constructor (thanks [ @oscars8a ] ( https://github.com/oscars8a ) )
7
+
3
8
## 0.9.0
4
9
5
10
- [ NEW] Add unlink method snippet
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018-2019 Michell Stuttgart
3
+ Copyright (c) 2018-2020 Michell Stuttgart
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -141,4 +141,4 @@ See [changelog](CHANGELOG.md).
141
141
142
142
This snippets are based in [ odoo-pycharm-templates] ( https://github.com/mohamedmagdy/odoo-pycharm-templates ) project.
143
143
144
- Copyright (C) 2018-2019 by Michell Stuttgart
144
+ Copyright (C) 2018-2020 by Michell Stuttgart
Original file line number Diff line number Diff line change 2
2
"name" : " odoo-snippets" ,
3
3
"displayName" : " Odoo Code Snippets" ,
4
4
"description" : " This snippets can help you to develop Odoo modules faster and with no Typing Errors." ,
5
- "version" : " 0.9 .0" ,
5
+ "version" : " 1.0 .0" ,
6
6
"license" : " SEE LICENSE IN LICENSE" ,
7
7
"publisher" : " mstuttgart" ,
8
8
"author" : {
You can’t perform that action at this time.
0 commit comments