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.

19 lines
626 B

  1. # coding: utf-8
  2. # Copyright (C) 2015-Today GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Point Of Sale - Tare",
  7. "summary": "Manage Tare in Point Of Sale module",
  8. "version": "8.0.1.0.0",
  9. "category": "Point Of Sale",
  10. "author": "GRAP",
  11. "website": "http://www.grap.coop",
  12. "license": "AGPL-3",
  13. "depends": ["point_of_sale",],
  14. "data": ["views/templates.xml",],
  15. "demo": ["demo/pos_config.xml",],
  16. "qweb": ["static/src/xml/pos_tare.xml",],
  17. "installable": False,
  18. }