Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Point Of Sale
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:42:55
Authors
Akretion, ACSONE SA/NV, Odoo Community Association (OCA), GRAP, Aurélien DUMAINE
Maintainers
Akretion, ACSONE SA/NV, Odoo Community Association (OCA), GRAP, Aurélien DUMAINE
Committers
Weblate, OCA-git-bot, oca-ci, phucph
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds support for credit card reader and checks printer in
the Point of Sale.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
pos_payment_method_view_form pos.payment.method form Inherits point_of_sale.pos_payment_method_view_form
res_config_settings_view_form res.config.settings.view.form.inherit 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 (3)

New fields (2)
  • iface_payment_terminal Boolean
    help='A payment terminal is available on the Proxy' string='OCA Payment Terminal'
  • payment_terminal_hide_back_btn Boolean
    default=True help='Prevent from returning to basket from payment screen as soon as a payment line exists' string='Hide Back Button'
Public methods (0)

No public methods.

New fields (3)
  • oca_fast_payment Boolean
    default=True string='Fast Payment'
  • oca_payment_terminal_id Char
    help='The identifier of the terminal as known by the hardware proxy. ' string='Terminal Identifier'
  • oca_payment_terminal_mode Selection
    default='card' string='Payment Mode' args: [('card', 'Card'), ('check', 'Check')]
Public methods (0)

No public methods.

New fields (2)
  • pos_iface_payment_terminal Boolean
    readonly=False related='pos_config_id.iface_payment_terminal'
  • pos_payment_terminal_hide_back_btn Boolean
    readonly=False related='pos_config_id.payment_terminal_hide_back_btn'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…