mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Use relative import in __init__.py and complte module path for others import
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import product
|
||||
from . import product
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import decimal_precision as dp
|
||||
from openerp.addons import decimal_precision as dp
|
||||
|
||||
from openerp.osv import orm, fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user