from openerp import api, fields, models class AccountInvoice(models.Model): _inherit = 'account.invoice'