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.

76 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==================
  5. Account Export CSV
  6. ==================
  7. Add a wizard that allow you to export a csv file based on accounting
  8. journal entries
  9. - Trial Balance
  10. - Analytic Balance (with accounts)
  11. - Journal Entries
  12. You can filter by date range
  13. Installation
  14. ============
  15. This module depends on date_range module in thta can be found in `server-tools <https://github.com/OCA/server-tools/tree/10.0/date_range#readme>`_.
  16. Usage
  17. =====
  18. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  19. :alt: Try me on Runbot
  20. :target: https://runbot.odoo-community.org/runbot/91/10.0
  21. Known issues / Roadmap
  22. ======================
  23. * rearange wizard view with only one button to generate file plus define a selection list to select report type
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues
  27. <https://github.com/OCA/account-financial-reporting/issues>`_. In case of trouble, please
  28. check there if your issue has already been reported. If you spotted it first,
  29. help us smash it by providing detailed and welcomed feedback.
  30. Credits
  31. =======
  32. Images
  33. ------
  34. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  35. Contributors
  36. ------------
  37. * Yannick Vaucher <yannick.vaucher@camptocamp.com>
  38. * Stéphane Bidoul <stephane.bidoul@acsone.eu>
  39. * Vincent Renaville <vincent.renaville@camptocamp.com>
  40. * Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
  41. * Guewen Baconnier <guewen.baconnier@camptocamp.com>
  42. * Laetitia Gangloff <laetitia.gangloff@acsone.eu>
  43. * Adrien Peiffer <adrien.peiffer@acsone.eu>
  44. Maintainer
  45. ----------
  46. .. image:: https://odoo-community.org/logo.png
  47. :alt: Odoo Community Association
  48. :target: https://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 https://odoo-community.org.