Repository
OCA/pos · module folder · Try on Runboat
Module version
1.1.0
Category
Point Of Sale
Folder size
0.14 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 07:47:37
Authors
Akretion, Odoo Community Association (OCA), GRAP, Aurélien DUMAINE
Maintainers
Akretion, Odoo Community Association (OCA), GRAP, Aurélien DUMAINE
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets assets ir.ui.view qweb Inherits point_of_sale.assets
pos_config_view_form pos.config form Inherits pos_epson_printer.pos_iot_config_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (8)
  • customer_display_format Selection
    default='2_20' required=True selection=_CUSTOMER_DISPLAY_FORMAT_SELECTION string='Customer Display Format'
  • customer_display_line_length Integer
    compute='_compute_customer_display_line_length' help='Length of the LEDs lines of the customer display' store=True string='Line Length'
  • customer_display_msg_closed_l1 Char
    default=<expr> help='First line of the message on the customer display which is displayed when POS is closed' string='PoS Closed (Line 1)'
  • customer_display_msg_closed_l2 Char
    default=<expr> help='Second line of the message on the customer display which is displayed when POS is closed' string='PoS Closed (Line 2)'
  • customer_display_msg_next_l1 Char
    default=<expr> help='First line of the message on the customer display which is displayed after starting POS and also after validation of an order' string='Next Customer (Line 1)'
  • customer_display_msg_next_l2 Char
    default=<expr> help='Second line of the message on the customer display which is displayed after starting POS and also after validation of an order' string='Next Customer (Line 2)'
  • epos_customer_display Boolean
    help='Activate if you use an Epson LCD connected via USB (DM-D30, DM-D110 or DM-D210) to your Epson printer defined above that support the ePOS protocol.' string='LED Customer Display (Epson ePOS)'
  • iface_customer_display Boolean
    help='Display data on the customer display' string='LED Customer Display'
Public methods (2)
  • is_posbox_change_customer_display(self)
    @api.onchange('is_posbox')
  • other_devices_change_customer_display(self)
    @api.onchange('other_devices')

Loading…

Loading…

Loading…

Loading…