# -*- coding: utf-8 -*- # © 2016 KMEE INFORMATICA LTDA () # Hendrix Costa # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Point of Sale - Session Detailed Report", "version": "8.0.1.0.0", "author": "KMEE INFORMATICA LTDA, " "Odoo Community Association (OCA)", 'website': 'http://odoo-brasil.org', "license": "AGPL-3", "category": "Point Of Sale", "depends": [ 'point_of_sale', ], 'data': [ "report/pos_session_report.xml", ], "installable": True, }