Reviewers: ,
Please review this at http://codereview.tryton.org/163014/ Affected files: M opportunity.py Index: opportunity.py =================================================================== --- a/opportunity.py +++ b/opportunity.py @@ -122,7 +122,6 @@ def default_employee(self): user_obj = Pool().get('res.user') - employee_obj = Pool().get('company.employee') employee_id = False if Transaction().context.get('employee'): -- [email protected] mailing list
