~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to sale_uos_entry/product.py

improved logging, improved import structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
#
21
21
##############################################################################
22
 
import pooler
23
 
import time
24
22
from osv import fields, osv
25
23
from tools.translate import _
26
 
import netsvc
27
24
import logging
28
25
import decimal_precision as dp
29
26