Skip to content

Commit

Permalink
命名空间调整
Browse files Browse the repository at this point in the history
  • Loading branch information
JoneXiong committed Nov 28, 2022
1 parent 5474e2b commit 10cd471
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion models/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import json

from openerp import models, fields, api
from odoo import models, fields, api

_logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion models/res_partner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8

from openerp import models, fields, api
from odoo import models, fields, api


class res_partner(models.Model):
Expand Down
2 changes: 1 addition & 1 deletion models/sale_order.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8

from openerp import models, fields, api
from odoo import models, fields, api

from .. import defs

Expand Down

0 comments on commit 10cd471

Please sign in to comment.