barcodes => oca-ocb-warehouse

This commit is contained in:
Ernad Husremovic 2025-10-25 09:09:43 +02:00
parent 2526f41c76
commit 88b19d74eb
178 changed files with 0 additions and 48002 deletions

View file

@ -1,15 +0,0 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models
class IrHttp(models.AbstractModel):
_inherit = 'ir.http'
def session_info(self):
res = super(IrHttp, self).session_info()
if self.env.user._is_internal():
res['max_time_between_keys_in_ms'] = int(
self.env['ir.config_parameter'].sudo().get_param('barcode.max_time_between_keys_in_ms', default='100'))
return res