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

# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright 2015 Lorenzo Battistini - Agile Business Group
#
# About License, see __openerp__.py
#
##############################################################################
from openerp import models, fields, api
class Users(models.Model):
_inherit = 'sale.order'
signature_image= fields.Binary(string='Signature')