~camptocamp/banking-addons/bank-statement-reconcile_vre

« back to all changes in this revision

Viewing changes to account_statement_base_completion/statement.py

  • Committer: Guewen Baconnier @ Camptocamp
  • Author(s): Frédéric Clementi
  • Date: 2012-12-18 14:45:22 UTC
  • mfrom: (71.2.2 fr_translations_fclementi)
  • Revision ID: guewen.baconnier@camptocamp.com-20121218144522-q4qi4byjk9jzzqvv
[ADD] translation FR on account_advanced_reconcile, account_statement_base_completion, account_statement_base_import and account_statement_ext

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
            ]
114
114
    
115
115
    _columns={
116
 
        'sequence': fields.integer('Sequence', help="Lower means paresed first."),
 
116
        'sequence': fields.integer('Sequence', help="Lower means parsed first."),
117
117
        'name': fields.char('Name', size=128),
118
118
        'profile_ids': fields.many2many('account.statement.profile', 
119
119
            rel='as_rul_st_prof_rel',