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.

70 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 manually, you need also the **report_xls**
  8. module located in:
  9. https://launchpad.net/openerp-reporting-engines
  10. Usage
  11. =====
  12. To use this module, you need to:
  13. * go to the list view of the journal items
  14. * select the line 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. Contributors
  34. ------------
  35. * Noviat <info@noviat.com>
  36. * Guillaume Auger <guillaume.auger@savoirfairelinux.com>
  37. Icon
  38. ----
  39. * https://openclipart.org/detail/38353/58294main-The.Brain.in.Space-page-91-spreadsheet-by-rejon
  40. Maintainer
  41. ----------
  42. .. image:: http://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: http://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit http://odoo-community.org.