[IMP] remove unnecessary changes.

bzr revid: tpa@tinyerp.com-20120914051525-k8ksmrjmodmla352
This commit is contained in:
Turkesh Patel (Open ERP) 2012-09-14 10:45:25 +05:30
parent d7dfc3dc1c
commit 7e0e0df812
2 changed files with 0 additions and 3 deletions

View File

@ -63,7 +63,6 @@ class report_document_user(osv.osv):
)
""")
report_document_user()
class report_document_file(osv.osv):
_name = "report.document.file"
@ -88,6 +87,5 @@ class report_document_file(osv.osv):
)
""")
report_document_file()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -63,7 +63,6 @@ class mail_alias(osv.Model):
return dict.fromkeys(ids, domain or "")
_columns = {
'alias_force_id': fields.integer('Alias Force Id'),
'alias_name': fields.char('Alias', required=True,
help="The name of the email alias, e.g. 'jobs' "
"if you want to catch emails for <jobs@example.my.openerp.com>",),