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.

23 lines
583 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Akretion (<http://www.akretion.com>).
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. # -*- encoding: utf-8 -*-
  5. {
  6. 'name': 'POS Remove POS Category',
  7. 'version': '8.0.0.1.0',
  8. 'author': 'Akretion, 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. 'point_of_sale_view.xml',
  17. 'views/pos_category.xml',
  18. ],
  19. 'installable': True,
  20. "license": "AGPL-3",
  21. }