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.

16 lines
495 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2015 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': 'Account tax report without zeroes',
  6. 'version': '8.0.1.0.0',
  7. 'category': 'Accounting & Finance',
  8. 'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza,'
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'http://www.serviciosbaeza.com',
  11. 'depends': [
  12. 'account',
  13. ],
  14. 'installable': False,
  15. }