[FIX] point_of_sale: Corrected typo.

bzr revid: uco@tinyerp.com-20101013125718-cd2k4pxwp0so5nj0
This commit is contained in:
uco (OpenERP) 2010-10-13 18:27:18 +05:30
parent 6c7662ab66
commit c822a92a40
1 changed files with 2 additions and 2 deletions

View File

@ -1268,8 +1268,8 @@ class product_product(osv.osv):
_columns = {
'income_pdt': fields.boolean('Product for Input'),
'expense_pdt': fields.boolean('Product for expenses'),
'am_out': fields.boolean('Controle for Output Operations'),
'disc_controle': fields.boolean('Discount Controle '),
'am_out': fields.boolean('Control for Output Operations'),
'disc_controle': fields.boolean('Discount Control'),
}
_defaults = {
'disc_controle': lambda *a: True,