Skip to content

Commit edb5393

Browse files
committed
Add import snippets
1 parent 9f8af29 commit edb5393

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snippets/python.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,20 +266,20 @@
266266
"description": "Get the user's company record"
267267
},
268268
"odoo_import_odoo": {
269-
"prefix": "oimpex",
269+
"prefix": "oimp",
270270
"body": [
271271
"from odoo.exceptions import _, api, fields, models",
272272
"$0"
273273
],
274-
"description" : "Add Import to Odoo"
274+
"description" : "Add Odoo import"
275275
},
276276
"odoo_import_odoo_test": {
277-
"prefix": "oimptest",
277+
"prefix": "oimpt",
278278
"body": [
279279
"from odoo.tests.common import ${1|TransactionCase,SingleTransactionCase,SavepointCase,HttpCase|}",
280280
"$0"
281281
],
282-
"description" : "Add Import to Odoo"
282+
"description" : "Add Import to Odoo Tests"
283283
},
284284
"odoo_import_odoo_exceptions": {
285285
"prefix": "oimper",

0 commit comments

Comments
 (0)