TIP: You can type at any time to perform a new search.
POS Product Label
pos_product_label · OCA/pos
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_labelBooleandefault=Truehelp='Display a button to print Product Labels for ordered products'string='Print Product Labels'
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_labelBooleanreadonly=Falserelated='pos_config_id.iface_product_label'
No public methods.