Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Point Of Sale
Folder size
0.08 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
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
> - In Point Of Sale Front End - Products list:
>   - Display only one product per template;
>   - Display template name instead of product name;
>   - Display products quantity instead of price;
>   - Click on template displays an extra screen to select Variant;
>
> - In Point Of Sale Front End - Variants list:
>   - Display all the products of the selected variant;
>   - Click on a attribute value to make your own choice and confirm;
>   - Or click on a product adds it to the current Order or display normal
>     extra screen if it is a weightable product;

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form 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_template_show_variants Boolean
    default=True help='If selected the product variant selection screen will show the variants, else it will only allow to confirm once all the attributes are chosen.' string='Product template show variants'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • template_name Char
    compute='_compute_template_name'
  • template_variants Integer
    compute='_compute_template_variants'
Public methods (0)

No public methods.

New fields (1)
  • iface_product_template_show_variants Boolean
    default=True help='If selected the product variant selection screen will show the variants, else it will only allow to confirm once all the attributes are chosen.' readonly=False related='pos_config_id.iface_product_template_show_variants' string='Product template show variants'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…