[FIX] typos

This commit is contained in:
Guewen Baconnier @ Camptocamp
2012-12-13 14:57:29 +01:00
parent fc48ba6eb0
commit 4446af911d
5 changed files with 51 additions and 52 deletions

View File

@@ -113,7 +113,7 @@ class AccountStatementCompletionRule(Model):
]
_columns={
'sequence': fields.integer('Sequence', help="Lower means paresed first."),
'sequence': fields.integer('Sequence', help="Lower means parsed first."),
'name': fields.char('Name', size=128),
'profile_ids': fields.many2many('account.statement.profile',
rel='as_rul_st_prof_rel',