TIP: You can type at any time to perform a new search.
Point Of Sale - Tare
pos_tare · OCA/pos
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
typeSelectionondelete={'tare': 'set default'}selection_add=[('tare', 'Tare')]
No public methods.
New fields (3)
-
iface_gross_weight_methodSelectiondefault='scale'required=Truestring='Gross Weight Input Method' args: [('manual', 'Input the Gross Weight manually'), ('scale', 'Input Gross Weight via Scale')] -
iface_tare_methodSelectiondefault='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=Truestring='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_idMany2one → uom.uomcomodel_name='uom.uom'default=<expr>required=Truestring='Unit of Measure of the tare'
No public methods.
New fields (1)
-
tareFloatdigits='Product Unit of Measure'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
tare_weightFloatdigits='Product Unit of Measure'help='Set here Constant tare weight for the given product. This tare will be subtracted when the product is weighed.'
No public methods.
New fields (3)
-
pos_iface_gross_weight_methodSelectionreadonly=Falserelated='pos_config_id.iface_gross_weight_method' -
pos_iface_tare_methodSelectionreadonly=Falserelated='pos_config_id.iface_tare_method' -
pos_iface_tare_uom_idMany2onereadonly=Falserelated='pos_config_id.iface_tare_uom_id'
No public methods.
Loading…