Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed May 8, 2015
1 parent e5c10d3 commit 46e3ba0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reminder_phonecall/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from openerp import api, models, fields, SUPERUSER_ID
from openerp import models


class crm_phonecall(models.Model):
_name = 'crm.phonecall'
_inherit = ['crm.phonecall', 'reminder']
_reminder_date_field = 'date'

0 comments on commit 46e3ba0

Please sign in to comment.