Reviewers: ,


Please review this at http://codereview.tryton.org/165005/

Affected files:
  M invoice.py


Index: invoice.py
===================================================================

--- a/invoice.py
+++ b/invoice.py
@@ -41,8 +41,6 @@
             with_rec_name=with_rec_name)

     def read(self, ids, fields_names=None):
-        selection_obj = Pool().get('analytic_account.account.selection')
-
         int_id = False
         if isinstance(ids, (int, long)):
             int_id = True



--
[email protected] mailing list

Reply via email to