示例#1
0
 def __init__(self, context, request):
     BaseView.__init__(self, context, request)
     self.root_directory = get_root_directory(request)
示例#2
0
 def __init__(self, *args, **kw):
     BaseView.__init__(self, *args, **kw)
示例#3
0
 def __init__(self, *args, **kw):
     BaseView.__init__(self, *args, **kw)
示例#4
0
 def __init__(self, context, request):
     BaseView.__init__(self, context, request)
     self.root_directory = get_root_directory(request)
 def __init__(self, *args, **kwargs):
     BaseView.__init__(self, *args, **kwargs)
     self.max_order = IncomeStatementMeasureType.get_next_order_by_category(
         self.context.id) - 1
 def __init__(self, *args, **kwargs):
     BaseView.__init__(self, *args, **kwargs)
     self.max_order = IncomeStatementMeasureTypeCategory.get_next_order(
     ) - 1