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 121d206 commit fa6e6c0Copy full SHA for fa6e6c0
snippets/python.json
@@ -193,6 +193,17 @@
193
],
194
"description": "Add a method write"
195
},
196
+ "odoo_method_unlink": {
197
+ "prefix": "omunlink",
198
+ "body": [
199
+ "@api.multi",
200
+ "def unlink(self):",
201
+ "\t# Add code here",
202
+ "\treturn super(${1:ClassName}, self).unlink()",
203
+ "$0"
204
+ ],
205
+ "description": "Add a method unlink"
206
+ },
207
"odoo_method_compute": {
208
"prefix": "omcomp",
209
"body": [
0 commit comments