~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to chricar_stocklocation_moves/stocklocation_move.py

improved logging, improved import structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
 
 
3
2
##############################################################################
4
3
#
5
4
# Copyright (c) 2007 TINY SPRL. (http://tiny.be) All Rights Reserved.
28
27
##############################################################################
29
28
from mx import DateTime
30
29
from mx.DateTime import now
31
 
import time
32
 
 
33
 
import netsvc
34
30
from osv import fields, osv
35
 
 
36
 
import wizard
37
 
import pooler
38
31
from tools import config
39
32
from tools.sql import drop_view_if_exists
40
33
 
131
124
                   )
132
125
                """)
133
126
chricar_report_location_moves_sum()
134