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.

108 lines
3.7 KiB

  1. <data>
  2. <section class="oe_container">
  3. <div class="oe_row oe_spaced">
  4. <div class="oe_span12">
  5. <h2 class="oe_slogan">Journal Items Excel export</h2>
  6. </div>
  7. <div class="oe_span6">
  8. <div class="oe_demo oe_picture oe_screenshot">
  9. <img src="journal_items.png"/>
  10. </div>
  11. </div>
  12. <div class="oe_span6">
  13. <p class="oe_mt32">
  14. This module extends the functionality of the journal items ('account.move.line') list view and allow you to export the selected lines.
  15. </p>
  16. </div>
  17. </div>
  18. </section>
  19. <section class="oe_container oe_dark">
  20. <div class="oe_row oe_spaced">
  21. <div class="oe_span12">
  22. <h2 class="oe_slogan">Installation &amp; Usage</h2>
  23. <p class="oe_mt32">
  24. To install this module, you need also the <b>report_xls</b> module located in:
  25. <br/><a href="https://github.com/OCA/reporting-engine">https://github.com/OCA/reporting-engine</a>
  26. </p>
  27. <p class="oe_mt32">
  28. To use this module, you need to:
  29. <ul>
  30. <li>go to the list view of the journal items</li>
  31. <li>select the lines you wish to export</li>
  32. <li>click on the button on top to export</li>
  33. </ul>
  34. </p>
  35. <p class="oe_mt32">
  36. The Excel export can be tailored to your exact needs via the following methods of the 'account.move.line' object:
  37. <ul>
  38. <li>
  39. <b>_report_xlsx_fields</b>
  40. <div style="padding-top:10px">
  41. Add/drop columns or change order from the list of columns that are defined in the Excel template.
  42. <br>
  43. The following fields are available:
  44. <div style="margin-left:40px">
  45. <code>
  46. move, name, date, journal, partner, account,
  47. <br/>
  48. date_maturity, debit, credit, balance,
  49. <br/>
  50. reconcile, analytic_account,
  51. <br/>
  52. ref, partner_ref, amount_residual,
  53. <br/>
  54. amount_currency, currency_name, company_currency,
  55. <br/>
  56. amount_residual_currency, product, product_ref', product_uom, quantity,
  57. <br/>
  58. statement, invoice, narration, blocked
  59. </code>
  60. </div>
  61. </div>
  62. </li>
  63. </ul>
  64. </p>
  65. <p class="oe_mt32">
  66. <ul>
  67. <li>
  68. <b>_report_xlsx_template</b>
  69. <div style="padding-top:10px">
  70. Change/extend the Excel template.
  71. </div>
  72. </li>
  73. </ul>
  74. </p>
  75. </div>
  76. </div>
  77. </section>
  78. <section class="oe_container oe_dark">
  79. <div class="oe_row oe_spaced">
  80. <div class="oe_span12">
  81. <h2 class="oe_slogan">Maintainer</h2>
  82. </div>
  83. <div class="oe_span8">
  84. <p class="oe_mt32">
  85. This module is maintained by the OCA.
  86. </p>
  87. <p>
  88. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development
  89. of Odoo features and promote its widespread use.
  90. </p>
  91. <p>
  92. To contribute to this module, please visit <a href="http://odoo-community.org">http://odoo-community.org.</a>
  93. </p>
  94. </div>
  95. <div class="oe_span4">
  96. <a href="http://odoo-community.org">
  97. <div class="oe_picture">
  98. <img src="oca_logo.png"/>
  99. </div>
  100. </a>
  101. </div>
  102. </div>
  103. </section>
  104. </data>