From: Frederic van der Essen Date: Wed, 19 Nov 2014 10:09:15 +0000 (+0100) Subject: [IMP] point_of_sale: removing obsolete field X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=0071914277fb5b252cc81006a78fee447cb7b23a;p=odoo%2Fodoo.git [IMP] point_of_sale: removing obsolete field --- diff --git a/addons/point_of_sale/point_of_sale.py b/addons/point_of_sale/point_of_sale.py index b235896..f418345 100644 --- a/addons/point_of_sale/point_of_sale.py +++ b/addons/point_of_sale/point_of_sale.py @@ -64,8 +64,6 @@ class pos_config(osv.osv): domain=[('type', '=', 'sale')], help="Accounting journal used to post sales entries."), 'currency_id' : fields.function(_get_currency, type="many2one", string="Currency", relation="res.currency"), - 'iface_self_checkout' : fields.boolean('Self Checkout Mode', # FIXME : this field is obsolete - help="Check this if this point of sale should open by default in a self checkout mode. If unchecked, Odoo uses the normal cashier mode by default."), 'iface_cashdrawer' : fields.boolean('Cashdrawer', help="Automatically open the cashdrawer"), 'iface_payment_terminal' : fields.boolean('Payment Terminal', help="Enables Payment Terminal integration"), 'iface_electronic_scale' : fields.boolean('Electronic Scale', help="Enables Electronic Scale integration"),