Commit c105b60e authored by Luca Cristaldi's avatar Luca Cristaldi
Browse files

make not including the date a default

parent 241be165
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ class Subscription(metaclass=PoolMeta):
#        else:
#            return date

    def default_include():
        return False

    @classmethod
    @ModelView.button
    @Workflow.transition('running')