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.

22 lines
648 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2015-TODAY Akretion (<http://www.akretion.com>).
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'POS Remove POS Category',
  6. 'version': '10.0.2.0.0',
  7. 'author': 'Akretion, Camptocamp SA, ACSONE SA/NV, '
  8. 'Odoo Community Association (OCA)',
  9. 'category': 'Sales Management',
  10. 'depends': [
  11. 'point_of_sale',
  12. ],
  13. 'demo': [],
  14. 'website': 'https://www.akretion.com',
  15. 'data': [
  16. 'views/assets.xml',
  17. 'views/pos_view.xml',
  18. 'views/pos_category_view.xml',
  19. ],
  20. 'installable': True,
  21. 'license': 'AGPL-3',
  22. }