Repository
OCA/pos · module folder · Try on Runboat
Module version
1.1.0
Category
Point of Sale
Folder size
0.6 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
Odoo Community Association (OCA), GRAP, Le Nid
Maintainers
Odoo Community Association (OCA), GRAP, Le Nid
Committers
Weblate, OCA-git-bot, oca-ci, Robin Keunen, hugues de keyzer
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
res_config_settings_view_form pos.config.form.view res.config.settings form Inherits point_of_sale.res_config_settings_view_form
view_pos_order_form pos.order form Inherits point_of_sale.view_pos_pos_form
view_product_template_form product.template form Inherits point_of_sale.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (1)
  • type Selection
    ondelete={'tare': 'set default'} selection_add=[('tare', 'Tare')]
Public methods (0)

No public methods.

New fields (3)
  • iface_gross_weight_method Selection
    default='scale' required=True string='Gross Weight Input Method' args: [('manual', 'Input the Gross Weight manually'), ('scale', 'Input Gross Weight via Scale')]
  • iface_tare_method Selection
    default='both' help="Select tare method:\n* 'manual': the scale screen has an extra tare input field;\n* 'barcode': scan a barcode to tare the selected order line;\n* 'both': manual input and barcode methods are enabled;" required=True string='Tare Input Method' args: [('manual', 'Input the tare manually'), ('barcode', 'Scan a barcode to set the tare'), ('both', 'Manual input and barcode')]
  • iface_tare_uom_id Many2one → uom.uom
    comodel_name='uom.uom' default=<expr> required=True string='Unit of Measure of the tare'
Public methods (0)

No public methods.

New fields (1)
  • tare Float
    digits='Product Unit of Measure'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • tare_weight Float
    digits='Product Unit of Measure' help='Set here Constant tare weight for the given product. This tare will be subtracted when the product is weighed.'
Public methods (0)

No public methods.

New fields (3)
  • pos_iface_gross_weight_method Selection
    readonly=False related='pos_config_id.iface_gross_weight_method'
  • pos_iface_tare_method Selection
    readonly=False related='pos_config_id.iface_tare_method'
  • pos_iface_tare_uom_id Many2one
    readonly=False related='pos_config_id.iface_tare_uom_id'
Public methods (0)

No public methods.

Loading…