FIX style

pull/267/head
eLBati 2015-11-30 12:27:54 +01:00
parent 2bd1be0bf3
commit 7f8e41a6e3
9 changed files with 24 additions and 19 deletions

View File

@ -18,6 +18,9 @@
'data': [
'views/sale_order_view.xml'
],
'images': [
'images/so_signature.png',
],
'website': 'http://www.agilebg.com',
'installable': True,
'auto_install': False,

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -7,7 +7,8 @@
#
##############################################################################
from openerp import models, fields, api
from openerp import models, fields
class Users(models.Model):
_inherit = 'sale.order'

View File

@ -10,7 +10,8 @@
#
##############################################################################
from openerp import models, fields, api
from openerp import models, fields
class Users(models.Model):
_name = 'res.users'