Reviewers: ,
Please review this at http://codereview.tryton.org/38001/ Affected files: M tryton/gui/window/view_form/view/graph.py Index: tryton/gui/window/view_form/view/graph.py =================================================================== --- a/tryton/gui/window/view_form/view/graph.py +++ b/tryton/gui/window/view_form/view/graph.py @@ -44,3 +44,6 @@ def set_cursor(self, new=False, reset_view=True): pass + + def get_fields(self): + return [] -- [email protected] mailing list
