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.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. Journal Items Excel Export
  4. ==========================
  5. This module extends the functionality of the journal items
  6. ('account.move.line') list view and allow you to export the selected lines.
  7. Installation
  8. ============
  9. To install this module, you need also the **report_xls**
  10. module located in:
  11. https://github.com/OCA/reporting-engine
  12. Usage
  13. =====
  14. To use this module, you need to:
  15. * go to the list view of the journal items
  16. * select the lines you wish to export
  17. * click on the button on top to export
  18. The Excel export can be tailored to your exact needs via the following methods
  19. of the 'account.move.line' object:
  20. * **_report_xls_fields**
  21. Add/drop columns or change order from the list of columns that are defined
  22. in the Excel template.
  23. The following fields are defined in the Excel template:
  24. move, name, date, journal, period, partner, account,
  25. date_maturity, debit, credit, balance,
  26. reconcile, reconcile_partial, analytic_account,
  27. ref, partner_ref, tax_code, tax_amount, amount_residual,
  28. amount_currency, currency_name, company_currency,
  29. amount_residual_currency, product, product_ref', product_uom, quantity,
  30. statement, invoice, narration, blocked
  31. * **_report_xls_template**
  32. Change/extend the Excel template.
  33. Credits
  34. =======
  35. Author
  36. ------------
  37. * Luc De Meyer, Noviat <info@noviat.com>
  38. Contributors
  39. ------------
  40. * Guillaume Auger <guillaume.auger@savoirfairelinux.com>
  41. Icon
  42. ----
  43. * https://openclipart.org/detail/38353/58294main-The.Brain.in.Space-page-91-spreadsheet-by-rejon
  44. Maintainer
  45. ----------
  46. .. image:: http://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.