Point of Sale - Restrict users

pos_user_restriction
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/18.0/pos_user_restriction
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, christian-ramos-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Restrict some users to only access their assigned points of sale.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_config_view_form_users pos_config_view_form_users pos.config xpath Inherits point_of_sale.pos_config_view_form
Models touched (3)

New fields (2)
  • assigned_user_ids Many2many → res.users
    help="Restrict some users to only access their assigned points of sale.In order to apply the restriction, the user needs the 'User: Assigned POS Only' group" string='Assigned users' args: 'res.users'
  • group_pos_user_id Many2one → res.groups
    compute='_compute_group_pos_user_id' help='This field is there to passthe id of the pos user group to the point of sale client.' store=True string='Point of Sale User Group' args: 'res.groups'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_closing_control_data(self)

New fields (0)

No new fields.

Public methods (1)
  • has_group(self, group_ext_id: str) -> bool
    @api.readonly
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/17.0/pos_user_restriction
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSEnric Tobella, Weblate, OCA-git-bot, oca-ci, Eugene Molotov, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Restrict some users to only access their assigned points of sale.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_config_view_form_users pos_config_view_form_users pos.config xpath Inherits point_of_sale.pos_config_view_form
Models touched (3)

New fields (2)
  • assigned_user_ids Many2many → res.users
    help="Restrict some users to only access their assigned points of sale.In order to apply the restriction, the user needs the 'User: Assigned POS Only' group" string='Assigned users' args: 'res.users'
  • group_pos_user_id Many2one → res.groups
    compute='_compute_group_pos_user_id' help='This field is there to passthe id of the pos user group to the point of sale client.' store=True string='Point of Sale User Group' args: 'res.groups'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_closing_control_data(self)

New fields (0)

No new fields.

Public methods (1)
  • has_group(self, group_ext_id)
    @api.model
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/15.0/pos_user_restriction
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Juliette BLANC
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_config_view_form_users pos_config_view_form_users pos.config xpath Inherits point_of_sale.pos_config_view_form
Models touched (3)

New fields (2)
  • assigned_user_ids Many2many → res.users
    help="Restrict some users to only access their assigned points of sale.In order to apply the restriction, the user needs the 'User: Assigned POS Only' group" string='Assigned users' args: 'res.users'
  • group_pos_user_id Many2one → res.groups
    compute='_compute_group_pos_user_id' help='This field is there to passthe id of the pos user group to the point of sale client.' store=True string='Point of Sale User Group' args: 'res.groups'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_closing_control_data(self)
  • set_cashbox_pos(self, cashbox_value, notes)

New fields (0)

No new fields.

Public methods (1)
  • has_group(self, group_ext_id)
    @api.model
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/14.0/pos_user_restriction
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, hkapatel, Ashish Hirpara
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_config_view_form_users pos_config_view_form_users pos.config xpath Inherits point_of_sale.pos_config_view_form
Models touched (1)

New fields (2)
  • assigned_user_ids Many2many → res.users
    help="Restrict some users to only access their assigned points of sale.In order to apply the restriction, the user needs the 'User: Assigned POS Only' group" string='Assigned users' args: 'res.users'
  • group_pos_user_id Many2one → res.groups
    compute='_compute_group_pos_user_id' help='This field is there to passthe id of the pos user group to the point of sale client.' store=True string='Point of Sale User Group' args: 'res.groups'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/13.0/pos_user_restriction
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Juliette BLANC
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_config_view_form_users pos_config_view_form_users pos.config xpath Inherits point_of_sale.pos_config_view_form
Models touched (1)

New fields (2)
  • assigned_user_ids Many2many → res.users
    help="Restrict some users to only access their assigned points of sale. In order to apply the restriction, the user needs the 'User: Assigned POS Only' group" string='Assigned users' args: 'res.users'
  • group_pos_user_id Many2one → res.groups
    compute='_compute_group_pos_user_id' help='This field is there to passthe id of the pos user group to the point of sale client.' store=True string='Point of Sale User Group' args: 'res.groups'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/12.0/pos_user_restriction
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSeLBati, Sylvain LE GAL, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - web_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_config_view_form_users pos_config_view_form_users pos.config xpath Inherits point_of_sale.pos_config_view_form
Models touched (1)

New fields (1)
  • assigned_user_ids Many2many → res.users
    help="Restrict some users to only access their assigned points of sale. In order to apply the restriction, the user needs the 'User: Assigned POS Only' group" string='Assigned users' args: 'res.users'
Public methods (0)

No public methods.