~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to c2c_period_yyyymm/period_yyyymm.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 time
23
 
import netsvc
24
 
 
25
22
from osv import fields, osv
26
 
 
27
 
#from tools.misc import currency
28
 
#from tools.translate import _
29
23
import pooler
30
24
import tools.sql
31
25
from tools import config