~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to c2c_budget/wizard/budget_by_period.py

improved logging, improved import structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#
30
30
##############################################################################
31
31
import wizard
32
 
import netsvc
33
32
import pooler
34
33
from tools.misc import UpdateableStr
35
34