[IMP] point_of_sale: Change the text of a field

bzr revid: stw@openerp.com-20120604132239-7t9px9qvhmsvqbxp
This commit is contained in:
Stephane Wirtel 2012-06-04 15:22:39 +02:00
parent 6b8be91a6a
commit 98206ad425
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class pos_config(osv.osv):
"to store the data in the browser, instead of localStore mechanism. "\
"It's more efficient but works on the Chrome browser only."
),
'iface_led' : fields.boolean('LED Interface'),
'iface_led' : fields.boolean('Help Notification'),
'iface_cashdrawer' : fields.boolean('Cashdrawer Interface'),
'iface_payment_terminal' : fields.boolean('Payment Terminal Interface'),
'iface_electronic_scale' : fields.boolean('Electronic Scale Interface'),