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.

21 lines
605 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 KMEE INFORMATICA LTDA (<http://kmee.com.br>)
  3. # Hendrix Costa <hendrix.costa@kmee.com.br>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Point of Sale - Session Detailed Report",
  7. "version": "8.0.1.0.0",
  8. "author": "KMEE INFORMATICA LTDA, "
  9. "Odoo Community Association (OCA)",
  10. 'website': 'http://odoo-brasil.org',
  11. "license": "AGPL-3",
  12. "category": "Point Of Sale",
  13. "depends": [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. "report/pos_session_report.xml",
  18. ],
  19. "installable": True,
  20. }