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.

204 lines
8.2 KiB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <odoo>
  3. <!-- PDF/HMTL REPORTS -->
  4. <!-- General Ledger -->
  5. <report
  6. id="action_print_report_general_ledger_qweb"
  7. model="general.ledger.report.wizard"
  8. string="General Ledger"
  9. report_type="qweb-pdf"
  10. menu="False"
  11. name="account_financial_report.general_ledger"
  12. file="account_financial_report.general_ledger"
  13. />
  14. <report
  15. id="action_print_report_general_ledger_html"
  16. model="general.ledger.report.wizard"
  17. string="General Ledger"
  18. report_type="qweb-html"
  19. menu="False"
  20. name="account_financial_report.general_ledger"
  21. file="account_financial_report.general_ledger"
  22. />
  23. <!-- Journal Ledger -->
  24. <report
  25. id="action_print_journal_ledger_wizard_qweb"
  26. model="journal.ledger.report.wizard"
  27. report_type="qweb-pdf"
  28. menu="False"
  29. string="Journal Ledger"
  30. name="account_financial_report.journal_ledger"
  31. file="account_financial_report.journal_ledger"
  32. />
  33. <report
  34. id="action_print_journal_ledger_wizard_html"
  35. model="journal.ledger.report.wizard"
  36. report_type="qweb-html"
  37. menu="False"
  38. string="Journal Ledger"
  39. name="account_financial_report.journal_ledger"
  40. file="account_financial_report.journal_ledger"
  41. />
  42. <!-- Trial Balance -->
  43. <report
  44. id="action_report_trial_balance_qweb"
  45. model="trial.balance.report.wizard"
  46. string="Trial Balance"
  47. menu="False"
  48. report_type="qweb-pdf"
  49. name="account_financial_report.trial_balance"
  50. file="account_financial_report.trial_balance"
  51. />
  52. <report
  53. id="action_report_trial_balance_html"
  54. model="trial.balance.report.wizard"
  55. string="Trial Balance"
  56. menu="False"
  57. report_type="qweb-html"
  58. name="account_financial_report.trial_balance"
  59. file="account_financial_report.trial_balance"
  60. />
  61. <!-- Open Items -->
  62. <report
  63. id="action_print_report_open_items_qweb"
  64. model="open.items.report.wizard"
  65. string="Open Items"
  66. menu="False"
  67. report_type="qweb-pdf"
  68. name="account_financial_report.open_items"
  69. file="account_financial_report.open_items"
  70. />
  71. <report
  72. id="action_print_report_open_items_html"
  73. model="open.items.report.wizard"
  74. string="Open Items"
  75. menu="False"
  76. report_type="qweb-html"
  77. name="account_financial_report.open_items"
  78. file="account_financial_report.open_items"
  79. />
  80. <!-- Aged Partner Balance -->
  81. <report
  82. id="action_print_report_aged_partner_balance_qweb"
  83. model="aged.partner.balance.report.wizard"
  84. string="Aged Partner Balance"
  85. report_type="qweb-pdf"
  86. menu="False"
  87. name="account_financial_report.aged_partner_balance"
  88. file="account_financial_report.aged_partner_balance"
  89. />
  90. <report
  91. id="action_print_report_aged_partner_balance_html"
  92. model="aged.partner.balance.report.wizard"
  93. string="Aged Partner Balance"
  94. report_type="qweb-html"
  95. menu="False"
  96. name="account_financial_report.aged_partner_balance"
  97. file="account_financial_report.aged_partner_balance"
  98. />
  99. <!-- VAT Report -->
  100. <report
  101. id="action_print_report_vat_report_qweb"
  102. model="vat.report.wizard"
  103. string="VAT Report"
  104. report_type="qweb-pdf"
  105. menu="False"
  106. name="account_financial_report.vat_report"
  107. file="account_financial_report.vat_report"
  108. />
  109. <report
  110. id="action_print_report_vat_report_html"
  111. model="vat.report.wizard"
  112. string="VAT Report"
  113. report_type="qweb-html"
  114. menu="False"
  115. name="account_financial_report.vat_report"
  116. file="account_financial_report.vat_report"
  117. />
  118. <!-- PDF REPORTS : paperformat -->
  119. <record id="report_qweb_paperformat" model="report.paperformat">
  120. <field name="name">Account financial report qweb paperformat</field>
  121. <field name="default" eval="True" />
  122. <field name="format">custom</field>
  123. <field name="page_height">297</field>
  124. <field name="page_width">210</field>
  125. <field name="orientation">Portrait</field>
  126. <field name="margin_top">12</field>
  127. <field name="margin_bottom">8</field>
  128. <field name="margin_left">5</field>
  129. <field name="margin_right">5</field>
  130. <field name="header_line" eval="False" />
  131. <field name="header_spacing">10</field>
  132. <field name="dpi">110</field>
  133. </record>
  134. <record id="action_print_report_general_ledger_qweb" model="ir.actions.report">
  135. <field name="paperformat_id" ref="report_qweb_paperformat" />
  136. </record>
  137. <record id="action_print_journal_ledger_wizard_qweb" model="ir.actions.report">
  138. <field name="paperformat_id" ref="report_qweb_paperformat" />
  139. </record>
  140. <record id="action_report_trial_balance_qweb" model="ir.actions.report">
  141. <field name="paperformat_id" ref="report_qweb_paperformat" />
  142. </record>
  143. <record id="action_print_report_open_items_qweb" model="ir.actions.report">
  144. <field name="paperformat_id" ref="report_qweb_paperformat" />
  145. </record>
  146. <record
  147. id="action_print_report_aged_partner_balance_qweb"
  148. model="ir.actions.report"
  149. >
  150. <field name="paperformat_id" ref="report_qweb_paperformat" />
  151. </record>
  152. <record id="action_print_report_vat_report_qweb" model="ir.actions.report">
  153. <field name="paperformat_id" ref="report_qweb_paperformat" />
  154. </record>
  155. <!-- XLSX REPORTS -->
  156. <record id="action_report_general_ledger_xlsx" model="ir.actions.report">
  157. <field name="name">General Ledger XLSX</field>
  158. <field name="model">general.ledger.report.wizard</field>
  159. <field name="type">ir.actions.report</field>
  160. <field name="report_name">a_f_r.report_general_ledger_xlsx</field>
  161. <field name="report_type">xlsx</field>
  162. <field name="report_file">report_general_ledger</field>
  163. </record>
  164. <record id="action_report_journal_ledger_xlsx" model="ir.actions.report">
  165. <field name="name">Journal Ledger XLSX</field>
  166. <field name="model">journal.ledger.report.wizard</field>
  167. <field name="type">ir.actions.report</field>
  168. <field name="report_name">a_f_r.report_journal_ledger_xlsx</field>
  169. <field name="report_type">xlsx</field>
  170. <field name="report_file">report_journal_ledger</field>
  171. </record>
  172. <record id="action_report_trial_balance_xlsx" model="ir.actions.report">
  173. <field name="name">Trial Balance XLSX</field>
  174. <field name="model">trial.balance.report.wizard</field>
  175. <field name="type">ir.actions.report</field>
  176. <field name="report_name">a_f_r.report_trial_balance_xlsx</field>
  177. <field name="report_type">xlsx</field>
  178. <field name="report_file">report_trial_balance</field>
  179. </record>
  180. <record id="action_report_open_items_xlsx" model="ir.actions.report">
  181. <field name="name">Open Items XLSX</field>
  182. <field name="model">open.items.report.wizard</field>
  183. <field name="type">ir.actions.report</field>
  184. <field name="report_name">a_f_r.report_open_items_xlsx</field>
  185. <field name="report_type">xlsx</field>
  186. <field name="report_file">report_open_items</field>
  187. </record>
  188. <record id="action_report_aged_partner_balance_xlsx" model="ir.actions.report">
  189. <field name="name">Aged Partner Balance XLSX</field>
  190. <field name="model">aged.partner.balance.report.wizard</field>
  191. <field name="type">ir.actions.report</field>
  192. <field name="report_name">a_f_r.report_aged_partner_balance_xlsx</field>
  193. <field name="report_type">xlsx</field>
  194. <field name="report_file">report_aged_partner_balance</field>
  195. </record>
  196. <record id="action_report_vat_report_xlsx" model="ir.actions.report">
  197. <field name="name">VAT Report XLSX</field>
  198. <field name="model">vat.report.wizard</field>
  199. <field name="type">ir.actions.report</field>
  200. <field name="report_name">a_f_r.report_vat_report_xlsx</field>
  201. <field name="report_type">xlsx</field>
  202. <field name="report_file">report_vat_report</field>
  203. </record>
  204. </odoo>