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.

28 lines
708 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017, Grap
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Pos to weight by product uom",
  6. "summary": "Module summary",
  7. "version": "8.0.1.0.0",
  8. "category": "Uncategorized",
  9. "website": "https://github.com/OCA/pos",
  10. "author": "GRAP, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "external_dependencies": {
  15. "python": [],
  16. "bin": [],
  17. },
  18. "depends": [
  19. "product",
  20. ],
  21. "data": [
  22. 'views/pos_to_weight.xml',
  23. ],
  24. 'demo': [
  25. 'demo/product_uom_categ_demo.xml',
  26. 'demo/product_uom_demo.xml'
  27. ]
  28. }