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.

91 lines
2.6 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ==========================
  5. Journal Items Excel Export
  6. ==========================
  7. This module extends the functionality of the journal items
  8. ('account.move.line') list view and allow you to export the selected lines.
  9. Installation
  10. ============
  11. To install this module, you need also the **report_xlsx_helper**
  12. module located in:
  13. https://github.com/OCA/reporting-engine
  14. Usage
  15. =====
  16. To use this module, you need to:
  17. * go to the list view of the journal items
  18. * select the lines you wish to export
  19. * click on the button on top to export
  20. The Excel export can be tailored to your exact needs via the following methods
  21. of the 'account.move.line' object:
  22. * **_report_xls_fields**
  23. Add/drop columns or change order from the list of columns that are defined
  24. in the Excel template.
  25. The following fields are defined in the Excel template:
  26. move, name, date, journal, period, partner, account,
  27. date_maturity, debit, credit, balance,
  28. reconcile, reconcile_partial, analytic_account,
  29. ref, partner_ref, tax_code, tax_amount, amount_residual,
  30. amount_currency, currency_name, company_currency,
  31. amount_residual_currency, product, product_ref', product_uom, quantity,
  32. statement, invoice, narration, blocked
  33. * **_report_xls_template**
  34. Change/extend the Excel template.
  35. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  36. :alt: Try me on Runbot
  37. :target: https://runbot.odoo-community.org/runbot/91/10.0
  38. Bug Tracker
  39. ===========
  40. Bugs are tracked on `GitHub Issues
  41. <https://github.com/OCA/account-financial-reporting/issues>`_. In case of trouble, please
  42. check there if your issue has already been reported. If you spotted it first,
  43. help us smashing it by providing a detailed and welcomed feedback.
  44. Credits
  45. =======
  46. Author
  47. ------------
  48. * Luc De Meyer, Noviat <info@noviat.com>
  49. Contributors
  50. ------------
  51. * Guillaume Auger <guillaume.auger@savoirfairelinux.com>
  52. Icon
  53. ----
  54. * https://openclipart.org/detail/38353/58294main-The.Brain.in.Space-page-91-spreadsheet-by-rejon
  55. Maintainer
  56. ----------
  57. .. image:: https://odoo-community.org/logo.png
  58. :alt: Odoo Community Association
  59. :target: https://odoo-community.org
  60. This module is maintained by the OCA.
  61. OCA, or the Odoo Community Association, is a nonprofit organization whose
  62. mission is to support the collaborative development of Odoo features and
  63. promote its widespread use.
  64. To contribute to this module, please visit http://odoo-community.org.