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

  1. # Copyright 2019 Coop IT Easy SCRLfs
  2. # Robin Keunen <robin@coopiteasy.be>
  3. # Vincent Van Rossem <vvrossem@gmail.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': "POS Toledo Product Weighing",
  7. 'version': '12.0.1.0.0',
  8. 'summary':
  9. """
  10. Orders a weighted product after it is lifted from a Mettler-Toledo scale
  11. """,
  12. 'description':
  13. """
  14. The Mettler-Toledo scale has to be configured with the Checkout-Dialogue 06 communication protocol,
  15. as described in the Service Manual:
  16. https://www.manualslib.com/manual/861274/Mettler-Toledo-Viva.html?page=42#manual
  17. Once the scale answers with a 30 or 31 status code and the weight value is different than zero,
  18. the products screen is shown with the ordered product
  19. """,
  20. "author": "Coop IT Easy SCRLfs, "
  21. "Odoo Community Association (OCA)",
  22. 'website': "https://odoo-community.org/",
  23. 'category': 'Point of Sale',
  24. 'depends': ['point_of_sale'],
  25. 'data': [
  26. 'templates/templates.xml',
  27. ],
  28. }