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.

19 lines
737 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. 'summary': 'Implements an Account Entries Report that is extensible',
  10. 'author': "Eficent Business and IT Consulting Services S.L., "
  11. "Serpent Consulting Services Pvt. Ltd.,"
  12. "Odoo Community Association (OCA)",
  13. 'category': 'Accounting & Finance',
  14. 'website': "http://www.eficent.com",
  15. "license": "AGPL-3",
  16. 'depends': ['account'],
  17. 'installable': True,
  18. 'auto_install': False,
  19. }