[MRG] From last updated 7.0 series

This commit is contained in:
Joel Grand-Guillaume
2012-12-18 22:22:57 +01:00
14 changed files with 1696 additions and 2 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',