# -*- coding: utf-8 -*- # © 2016 - Francesco Apruzzese # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Point of sale Menu in Reporting Dashboard", "description": "Add a menus to show sessions and orders in Eiru Reporting Dashboard", "version": "8.0.1.0.0", "category": "extra", "website": "https://www.eiru.com.py", "author": "EIRU", "license": "AGPL-3", "application": False, "installable": True, "depends": [ "eiru_reporting_dashboard", "point_of_sale" ], "data": [ "views/actions.xml", "views/menus.xml", ], }