# Copyright (C) 2018 - Today: GRAP (http://www.grap.coop) # @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import fields, models class PosConfig(models.Model): _inherit = 'pos.config' check_session_state_frequency = fields.Integer( string="Frequency of Checking the State of the Session", default=60, help="The value is set in seconds.")