[IMP] remove unnecessary changes.

bzr revid: tpa@tinyerp.com-20120914055248-zhpzklpwrur0s76m
This commit is contained in:
Turkesh Patel (Open ERP) 2012-09-14 11:22:48 +05:30
parent 7e0e0df812
commit c60ca1a94b
2 changed files with 0 additions and 2 deletions

View File

@ -352,7 +352,6 @@ account_bank_statement()
class coda_bank_statement_line(osv.osv):
_name = 'coda.bank.statement.line'
_inherit = "account.bank.statement.line"
_order = 'sequence'
_description = 'CODA Bank Statement Line'
_columns = {

View File

@ -226,7 +226,6 @@ class hr_applicant(base_stage, osv.Model):
'color': fields.integer('Color Index'),
'emp_id': fields.many2one('hr.employee', 'employee'),
'user_email': fields.related('user_id', 'email', type='char', string='User Email', readonly=True),
'section_id': fields.integer('Section Id'),
}
_defaults = {