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.

75 lines
2.2 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg
  2. :target: https://www.gnu.org/licenses/agpl.html
  3. :alt: License: AGPL-3
  4. ============================
  5. Account Entries Report Hooks
  6. ============================
  7. This module extends the functionality of the "Account Entries Report" by
  8. overriding the standard query with a new one that will allow other modules
  9. to extend it more flexibly.
  10. Configuration
  11. =============
  12. In order to extend the Account Entries Report, you need to:
  13. * Include this module as dependency in your own module
  14. * Inherit from "account.entries.report" module
  15. * Add your own fields, as needed
  16. * Implement one of the new methods _select, _from, _where, _group_by,
  17. calling first to the super() method and then adding the extra string as
  18. needed.
  19. Usage
  20. =====
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/91/8.0
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues
  27. <https://github.com/OCA/91/issues>`_. In case of trouble, please
  28. check there if your issue has already been reported. If you spotted it first,
  29. help us smashing it by providing a detailed and welcomed `feedback
  30. <https://github.com/OCA/
  31. 91/issues/new?body=module:%20
  32. account_entries_report_hooks%0Aversion:%20
  33. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  39. Contributors
  40. ------------
  41. * Eficent Business and IT Consulting Services S.L. <contact@eficent.com>
  42. * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
  43. * Xpansa Group <hello@xpansa.com>
  44. Maintainer
  45. ----------
  46. .. image:: https://odoo-community.org/logo.png
  47. :alt: Odoo Community Association
  48. :target: http://odoo-community.org
  49. This module is maintained by the OCA.
  50. OCA, or the Odoo Community Association, is a nonprofit organization whose
  51. mission is to support the collaborative development of Odoo features and
  52. promote its widespread use.
  53. To contribute to this module, please visit http://odoo-community.org.