1234567891011121314151617181920212223 |
- # -*- coding: utf-8 -*-
- # © 2016 - Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
- # 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",
- ],
- }
|