Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Sales/Point of Sale
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:23:00
Authors
Odoo Community Association (OCA), Cetmix
Maintainers
Odoo Community Association (OCA), Cetmix
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits point_of_sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…