Odoo Community Association

Point Of Sale - Tare

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runboat

Allow to enter a tare weight when weighing products in the Point of Sale. This will compute the net weight automatically and set it on the currently selected order line.

https://raw.githubusercontent.com/OCA/pos/16.0/pos_tare/static/description/pos_tare.png

The net weight is displayed in the order with the tare value below it.

https://raw.githubusercontent.com/OCA/pos/16.0/pos_tare/static/description/order.png

This information is also displayed on the receipt.

https://raw.githubusercontent.com/OCA/pos/16.0/pos_tare/static/description/pos_ticket.png

Table of contents

Usage

Install this module and configure the point of sale. To enable this addon, go to the point of sale configuration page. There, enable the electronic scale and barcode reader in the “IoT Box” section. In the same page, look for the “Tare Input Method” field, and choose a tare method. There are three tare methods:

  • “Manual”: allows to enter the tare value when a product is weighed
  • “Barcode”: allows to scan a barcode containing the tare value
  • “Both”: allows both of the above methods
https://raw.githubusercontent.com/OCA/pos/16.0/pos_tare/static/description/pos_config.png

To handle tare barcodes you need to use the default barcode nomenclature. The default tare barcode rule is an EAN-13 barcode of the form 0700000{NNDDD} (where N will encode the kilograms units and D the decimals). Using that pattern, the barcode for a tare of 1.234 kg is 0700000012347 (the last digit is the EAN-13 check digit). This barcode rule can be modified if needed, and other ones added.

The pos_self_service_weighing_tare module allows to weigh containers and create tare barcode labels from a PoS configured as a self-service weighing station.

You can define a default tare on the product form view, if you always use the same type of packaging (or container) for a given product.

https://raw.githubusercontent.com/OCA/pos/16.0/pos_tare/static/description/product_template.png

Note

If a product with a different UoM category than the one used for the tare is set to be weighed with a scale, an error message will appear when a tare is set, as the weight cannot be computed.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • GRAP
  • Le Nid

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

fkawala legalsylvain

This module is part of the OCA/pos project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.