~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_override/account_analytic_line.py

  • Committer: jf
  • Date: 2012-03-27 14:38:50 UTC
  • Revision ID: jf@tempo4-20120327143850-e41gh5zyjam3un11
[FIX] Default values

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        'is_reallocated': lambda *a: False,
59
59
    }
60
60
 
61
 
    def reverse(self, cr, uid, ids, context={}):
 
61
    def reverse(self, cr, uid, ids, context=None):
62
62
        """
63
63
        Reverse an analytic line
64
64
        """