Skip to content

Commit bc924c4

Browse files
authored
Merge pull request #11 from ww-michael/main
FIX odoo import
2 parents cdb840e + 632602d commit bc924c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"odoo_import_odoo": {
269269
"prefix": "oimp",
270270
"body": [
271-
"from odoo.exceptions import _, api, fields, models",
271+
"from odoo import _, api, fields, models",
272272
"$0"
273273
],
274274
"description" : "Add Odoo import"

0 commit comments

Comments
 (0)