~account-core-editors/account-analytic/6.1

« back to all changes in this revision

Viewing changes to analytic_secondaxis_project/analytic_secondaxis.py

  • Committer: Guewen Baconnier @ Camptocamp
  • Date: 2012-04-23 12:29:53 UTC
  • Revision ID: guewen.baconnier@camptocamp.com-20120423122953-56p51cfsa5ku0iqk
[MRG] from upstream
(lp:c2c-financial-addons/6.1 rev 24.1.3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#
30
30
##############################################################################
31
31
 
32
 
import time
33
 
from mx import DateTime
34
 
import netsvc
35
32
from osv import fields
36
33
from osv import osv
37
 
import decimal_precision as dp
38
34
 
39
35
 
40
36
####################################################################################
94
90
        return super(project_activity_al, self).search(cr, uid, args, offset, limit,
95
91
                order, context=context, count=count)
96
92
 
97
 
project_activity_al()
 
 
b'\\ No newline at end of file'
 
93
project_activity_al()