Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.2
Category
Point of Sale
Folder size
0.21 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:09:20
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
miguel.cepeda, Iván Todorovich, Weblate, OCA-git-bot, oca-ci, trisdoan
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form 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 (4)

New fields (1)
  • iface_product_label Boolean
    default=True help='Display a button to print Product Labels for ordered products' string='Print Product Labels'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • print_product_labels(self, data)
    Print product labels from the POS. :param data: dict with the following keys: - pos_quantity: either 'order' or 'custom' - order_quantity_by_product: dict of {product_id: quantity} - product_ids: list of product ids - custom_quantity: int - print_format: str - extra_html: str

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • iface_product_label Boolean
    readonly=False related='pos_config_id.iface_product_label'
Public methods (0)

No public methods.