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
772 B

  1. # Copyright 2018 GRAP - Sylvain LE GAL
  2. # Copyright 2018 Tecnativa S.L. - David Vidal
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'POS Frontend Orders Management',
  6. 'summary': 'Manage old POS Orders from the frontend',
  7. 'version': '12.0.1.1.3',
  8. 'category': 'Point of Sale',
  9. 'author': 'GRAP, '
  10. 'Tecnativa, '
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://github.com/OCA/pos',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'point_of_sale',
  16. ],
  17. 'data': [
  18. 'views/assets.xml',
  19. 'views/view_pos_config.xml',
  20. 'views/view_pos_order.xml',
  21. ],
  22. 'qweb': [
  23. 'static/src/xml/pos.xml'
  24. ],
  25. 'application': False,
  26. 'installable': True,
  27. }