diff --git a/addons/point_of_sale/point_of_sale.py b/addons/point_of_sale/point_of_sale.py index 349ad8b4f81..97c1955fb8e 100644 --- a/addons/point_of_sale/point_of_sale.py +++ b/addons/point_of_sale/point_of_sale.py @@ -61,7 +61,7 @@ class pos_config(osv.osv): 'iface_cashdrawer' : fields.boolean('Cashdrawer Interface'), 'iface_payment_terminal' : fields.boolean('Payment Terminal Interface'), 'iface_electronic_scale' : fields.boolean('Electronic Scale Interface'), - 'iface_vkeyboard' : fields.boolean('Virtual KeyBoard Interface'), + 'iface_vkeyboard' : fields.boolean('Virtual Keyboard Interface'), 'iface_print_via_proxy' : fields.boolean('Print via Proxy'), 'state' : fields.selection(POS_CONFIG_STATE, 'Status', required=True, readonly=True), @@ -1333,7 +1333,7 @@ class product_product(osv.osv): 'available_in_pos': fields.boolean('Available in the Point of Sale', help='Check if you want this product to appear in the Point of Sale'), 'pos_categ_id': fields.many2one('pos.category','Point of Sale Category', help="The Point of Sale Category this products belongs to. Those categories are used to group similar products and are specific to the Point of Sale."), - 'to_weight' : fields.boolean('To Weight', help="Check if the product should be weighted (mainly used with self check-out interface)."), + 'to_weight' : fields.boolean('To Weigh', help="Check if the product should be weighted (mainly used with self check-out interface)."), } def _default_pos_categ_id(self, cr, uid, context=None): diff --git a/addons/point_of_sale/point_of_sale_view.xml b/addons/point_of_sale/point_of_sale_view.xml index 8a53015b7d7..778395e6c53 100644 --- a/addons/point_of_sale/point_of_sale_view.xml +++ b/addons/point_of_sale/point_of_sale_view.xml @@ -121,7 +121,7 @@ Click to create a new order.

Use this menu to browse your preceeding orders. To record new - orders, you should better use the menu Your Session for + orders, you may use the menu Your Session for the touchscreen interface.

@@ -1013,7 +1013,7 @@ currencies in your cash registers at the beginning and the end of each session.

- Note that you should better to use the menu Your Session + Note that you may to use the menu Your Session to quickly open a new session.