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.

66 lines
1.8 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. Maintainer
  38. ----------
  39. .. image:: http://odoo-community.org/logo.png
  40. :alt: Odoo Community Association
  41. :target: http://odoo-community.org
  42. This module is maintained by the OCA.
  43. OCA, or the Odoo Community Association, is a nonprofit organization whose
  44. mission is to support the collaborative development of Odoo features and
  45. promote its widespread use.
  46. To contribute to this module, please visit http://odoo-community.org.