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.

21 lines
717 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Eficent Business and IT Consulting Services S.L. -
  3. # Jordi Ballester Alomar
  4. # © 2015 Serpent Consulting Services Pvt. Ltd.
  5. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name' : 'Account Entries Report Hooks',
  8. 'version' : '8.0.1.0.0',
  9. "author": "Eficent Business and IT Consulting Services S.L., "
  10. "Serpent Consulting Services Pvt. Ltd.,"
  11. "Odoo Community Association (OCA)",
  12. 'category' : 'Accounting & Finance',
  13. 'description' : """
  14. This module
  15. """,
  16. "website": "http://www.eficent.com",
  17. "license": "AGPL-3",
  18. 'depends' : ['account'],
  19. 'installable': True,
  20. 'auto_install': False,
  21. }