# -*- coding: utf-8 -*- # (c) 2015 Pedro M. Baeza # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': 'Account tax report without zeroes', 'version': '8.0.1.0.0', 'category': 'Accounting & Finance', 'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza,' 'Odoo Community Association (OCA)', 'website': 'http://www.serviciosbaeza.com', 'depends': [ 'account', ], 'installable': True, 'license': 'AGPL-3', }