You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
# Copyright 2019 Coop IT Easy SCRLfs
|
|
# Robin Keunen <robin@coopiteasy.be>
|
|
# Vincent Van Rossem <vvrossem@gmail.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': "POS Toledo Product Weighing",
|
|
'version': '12.0.1.0.0',
|
|
|
|
'summary':
|
|
"""
|
|
Orders a weighted product after it is lifted from a Mettler-Toledo scale
|
|
""",
|
|
|
|
'description':
|
|
"""
|
|
The Mettler-Toledo scale has to be configured with the Checkout-Dialogue 06 communication protocol,
|
|
as described in the Service Manual:
|
|
https://www.manualslib.com/manual/861274/Mettler-Toledo-Viva.html?page=42#manual
|
|
|
|
Once the scale answers with a 30 or 31 status code and the weight value is different than zero,
|
|
the products screen is shown with the ordered product
|
|
""",
|
|
|
|
"author": "Coop IT Easy SCRLfs, "
|
|
"Odoo Community Association (OCA)",
|
|
'website': "https://odoo-community.org/",
|
|
|
|
'category': 'Point of Sale',
|
|
|
|
'depends': ['point_of_sale'],
|
|
|
|
'data': [
|
|
'templates/templates.xml',
|
|
],
|
|
}
|