~jgrandguillaume-c2c/openobject-addons/multi-company-cost-price

« back to all changes in this revision

Viewing changes to hr_timesheet_invoice/hr_timesheet_invoice.py

  • Committer: Joël Grand-Guillaume
  • Date: 2010-04-08 09:00:10 UTC
  • mfrom: (2533.3.664)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100408090010-c0pqjan341s18bxs
[MRG] Merge from last trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    }
79
79
 
80
80
    def unlink(self, cursor, user, ids, context=None):
81
 
        # self._check(cursor, user, ids)
82
81
        return super(account_analytic_line,self).unlink(cursor, user, ids,
83
82
                context=context)
84
83