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.

133 lines
4.3 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_xls_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, period, partner, account,
  47. <br/>
  48. date_maturity, debit, credit, balance,
  49. <br/>
  50. reconcile, reconcile_partial, analytic_account,
  51. <br/>
  52. ref, partner_ref, tax_code, tax_amount, 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/>statement, invoice, narration, blocked
  58. </code>
  59. </div>
  60. </div>
  61. </li>
  62. </ul>
  63. </p>
  64. <p class="oe_mt32">
  65. <ul>
  66. <li>
  67. <b>_report_xls_template</b>
  68. <div style="padding-top:10px">
  69. Change/extend the Excel template.
  70. </div>
  71. </li>
  72. </ul>
  73. </p>
  74. </div>
  75. </div>
  76. </section>
  77. <section class="oe_container">
  78. <div class="oe_row oe_spaced">
  79. <h2 class="oe_slogan">Credits</h2>
  80. <div class="oe_span6">
  81. <p class="oe_mt32">
  82. Author:
  83. <ul>
  84. <li>
  85. <a href="mailto:info@noviat.com">Luc De Meyer (Noviat)</a>
  86. </li>
  87. </ul>
  88. </p>
  89. </div>
  90. <div class="oe_span6">
  91. <p class="oe_mt32">
  92. Contributors:
  93. <ul>
  94. <li>
  95. <a href="mailto:guillaume.auger@savoirfairelinux.com">Guillaume Auger, Savoir-faire LINUX</a>
  96. </li>
  97. </ul>
  98. </p>
  99. </div>
  100. </div>
  101. </section>
  102. <section class="oe_container oe_dark">
  103. <div class="oe_row oe_spaced">
  104. <div class="oe_span12">
  105. <h2 class="oe_slogan">Maintainer</h2>
  106. </div>
  107. <div class="oe_span8">
  108. <p class="oe_mt32">
  109. This module is maintained by the OCA.
  110. </p>
  111. <p>
  112. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development
  113. of Odoo features and promote its widespread use.
  114. </p>
  115. <p>
  116. To contribute to this module, please visit <a href="http://odoo-community.org">http://odoo-community.org.</a>
  117. </p>
  118. </div>
  119. <div class="oe_span4">
  120. <a href="http://odoo-community.org">
  121. <div class="oe_picture">
  122. <img src="oca_logo.png"/>
  123. </div>
  124. </a>
  125. </div>
  126. </div>
  127. </section>
  128. </data>