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.

25 lines
695 B

  1. # Copyright 2017, Grap
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Pos to weight by product uom",
  5. "summary": "Make 'To Weight' default value"
  6. " depending on product UoM settings",
  7. "version": "12.0.1.0.0",
  8. "website": "https://github.com/OCA/pos",
  9. "author": "GRAP, Odoo Community Association (OCA)",
  10. "development_status": "Beta",
  11. "license": "AGPL-3",
  12. "installable": True,
  13. "depends": [
  14. "point_of_sale",
  15. ],
  16. "data": [
  17. 'views/view_uom_uom.xml',
  18. 'views/view_uom_category.xml',
  19. ],
  20. 'demo': [
  21. 'demo/res_groups.xml',
  22. 'demo/uom_category.xml',
  23. 'demo/uom_uom.xml',
  24. ]
  25. }