POS Screen Elements Custom Size

pos_screen_element_custom_size
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/16.0/pos_screen_element_custom_size
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/Point of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksim Shurupov
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:54
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
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to define custom size values for certain POS screen elements.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.inherited.view res.config.settings div Inherits point_of_sale.res_config_settings_view_form
Models touched (2)

New fields (3)
  • price_tag_font_size Integer
    default=12
  • product_text_font_size Integer
    default=12
  • product_title_min_width Integer
    default=122
Public methods (0)

No public methods.

New fields (3)
  • pos_price_tag_font_size Integer
    readonly=False related='pos_config_id.price_tag_font_size'
  • pos_product_text_font_size Integer
    readonly=False related='pos_config_id.product_text_font_size'
  • pos_product_title_min_width Integer
    readonly=False related='pos_config_id.product_title_min_width'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/pos
PULL REQUEST
PULL REQUEST[17.0][MIG] pos_screen_element_custom_size: Migration to 17.0 (#1306)