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.

37 lines
1.2 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 Container Weighing",
  7. 'version': '12.0.1.0.0',
  8. 'summary':
  9. """
  10. Creates a container 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 created container.
  19. Use pos_toledo_product module to order a weighted product once it is lifted from the scale.
  20. """,
  21. "author": "Coop IT Easy SCRLfs, "
  22. "Odoo Community Association (OCA)",
  23. 'website': "https://odoo-community.org/",
  24. 'category': 'Point of Sale',
  25. 'depends': ['pos_container'],
  26. 'data': [
  27. 'templates/templates.xml',
  28. ],
  29. }