POS Session Sequence

pos_session_sequence
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/18.0/pos_session_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL-Nagarro, Antoni Marroig
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL-Nagarro, Antoni Marroig
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Antoni Marroig Campomar
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
This module allows you to configure multiple sequences for every session in different points of sale.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form_inherit res.config.settings.inherit res.config.settings xpath Inherits point_of_sale.res_config_settings_view_form
Models touched (3)

New fields (1)
  • session_sequence_id Many2one → ir.sequence
    comodel_name='ir.sequence' copy=False default=_default_session_sequence_id help='This sequence is automatically created by Odoo but you can change it to customize the reference numbers of your sessions.' ondelete='restrict' string='Session IDs Sequence'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • set_opening_control(self, cashbox_value: int, notes: str)

New fields (1)
  • pos_session_sequence_id Many2one
    related='pos_config_id.session_sequence_id'
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/17.0/pos_session_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL-Nagarro, Antoni Marroig
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL-Nagarro, Antoni Marroig
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, 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
This module allows you to configure multiple sequences for every session in different points of sale.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form_inherit res.config.settings.inherit res.config.settings xpath Inherits point_of_sale.res_config_settings_view_form
Models touched (3)

New fields (1)
  • session_sequence_id Many2one → ir.sequence
    copy=False default=_default_session_sequence_id help='This sequence is automatically created by Odoo but you can change it to customize the reference numbers of your sessions.' ondelete='restrict' string='Session IDs Sequence' args: 'ir.sequence'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (1)
  • pos_session_sequence_id Many2one
    related='pos_config_id.session_sequence_id'
Public methods (0)

No public methods.