__openerp__.py 663 B

1234567891011121314151617181920212223
  1. # -*- coding: utf-8 -*-
  2. # © 2016 - Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Point of sale Menu in Reporting Dashboard",
  6. "description": "Add a menus to show sessions and orders in Eiru Reporting Dashboard",
  7. "version": "8.0.1.0.0",
  8. "category": "extra",
  9. "website": "https://www.eiru.com.py",
  10. "author": "EIRU",
  11. "license": "AGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "eiru_reporting_dashboard",
  16. "point_of_sale"
  17. ],
  18. "data": [
  19. "views/actions.xml",
  20. "views/menus.xml",
  21. ],
  22. }