You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
249 B

  1. # -*- coding: utf-8 -*-
  2. '''
  3. Created on 16 mai 2016
  4. @author: Thibault Francois (thibault@françois.be)
  5. '''
  6. from openerp import models, fields
  7. class BankStatement(models.Model):
  8. _inherit = 'account.bank.statement'
  9. coda_note = fields.Text()