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.
|
|
# -*- coding: utf-8 -*- # © 2016 KMEE INFORMATICA LTDA (<http://kmee.com.br>) # Hendrix Costa <hendrix.costa@kmee.com.br> # 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, }
|