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.

15 lines
442 B

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Copyright 2015 Lorenzo Battistini - Agile Business Group
  5. #
  6. # About License, see __openerp__.py
  7. #
  8. ##############################################################################
  9. from openerp import models, fields, api
  10. class Users(models.Model):
  11. _inherit = 'sale.order'
  12. signature_image= fields.Binary(string='Signature')