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

  1. # -*- coding: utf-8 -*-
  2. # copyright Odoo SA
  3. # copyright OCA
  4. # Licence : LGPL-3
  5. {
  6. 'name': 'POS report Session Summary',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'summary': 'Adds a Session Summary PDF report on the POS session',
  10. 'author': 'Akretion, Odoo SA, Odoo Community Association (OCA)',
  11. 'license': 'LGPL-3',
  12. 'depends': ['point_of_sale'],
  13. 'data': [
  14. 'views/session_summary_report.xml',
  15. 'views/report_session_summary.xml',
  16. ],
  17. 'installable': True,
  18. 'application': False,
  19. 'website': 'https://github.com/OCA/pos',
  20. 'auto_install': False,
  21. }