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.

73 lines
1.9 KiB

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