You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
305 B

# Copyright (C) 2019 by Lambda IS <https://www.lambda-is.com>
from odoo import fields, models
class POSConfig(models.Model):
_inherit = 'pos.config'
require_cashier_login = fields.Boolean(
string='Cashier Login',
help='Require for cashier to be selected before each new sale')