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.

181 lines
6.8 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- PDF/HMTL REPORTS -->
  4. <!-- General Ledger -->
  5. <report
  6. id="action_report_general_ledger_qweb"
  7. model="report_general_ledger_qweb"
  8. string="General Ledger"
  9. report_type="qweb-pdf"
  10. name="account_financial_report_qweb.report_general_ledger_qweb"
  11. file="account_financial_report_qweb.report_general_ledger_qweb"
  12. />
  13. <report
  14. id="action_report_general_ledger_html"
  15. model="report_general_ledger_qweb"
  16. string="General Ledger"
  17. report_type="qweb-html"
  18. name="account_financial_report_qweb.report_general_ledger_html"
  19. file="account_financial_report_qweb.report_general_ledger_html"
  20. />
  21. <report
  22. id="action_report_journal_qweb"
  23. model="report_journal_qweb"
  24. string="Journal"
  25. report_type="qweb-pdf"
  26. name="account_financial_report_qweb.report_journal_qweb"
  27. file="account_financial_report_qweb.report_journal_qweb"
  28. />
  29. <report
  30. id="action_report_journal_html"
  31. model="report_journal_qweb"
  32. string="Journal"
  33. report_type="qweb-html"
  34. name="account_financial_report_qweb.report_journal_html"
  35. file="account_financial_report_qweb.report_journal_html"
  36. />
  37. <report
  38. id="action_report_trial_balance_qweb"
  39. model="report_trial_balance_qweb"
  40. string="Trial Balance"
  41. report_type="qweb-pdf"
  42. name="account_financial_report_qweb.report_trial_balance_qweb"
  43. file="account_financial_report_qweb.report_trial_balance_qweb"
  44. />
  45. <report
  46. id="action_report_trial_balance_html"
  47. model="report_trial_balance_qweb"
  48. string="Trial Balance"
  49. report_type="qweb-html"
  50. name="account_financial_report_qweb.report_trial_balance_html"
  51. file="account_financial_report_qweb.report_trial_balance_html"
  52. />
  53. <report
  54. id="action_report_open_items_qweb"
  55. model="report_open_items_qweb"
  56. string="Open Items"
  57. report_type="qweb-pdf"
  58. name="account_financial_report_qweb.report_open_items_qweb"
  59. file="account_financial_report_qweb.report_open_items_qweb"
  60. />
  61. <report
  62. id="action_report_open_items_html"
  63. model="report_open_items_qweb"
  64. string="Open Items"
  65. report_type="qweb-html"
  66. name="account_financial_report_qweb.report_open_items_html"
  67. file="account_financial_report_qweb.report_open_items_html"
  68. />
  69. <report
  70. id="action_report_aged_partner_balance_qweb"
  71. model="report_aged_partner_balance_qweb"
  72. string="Aged Partner Balance"
  73. report_type="qweb-pdf"
  74. name="account_financial_report_qweb.report_aged_partner_balance_qweb"
  75. file="account_financial_report_qweb.report_aged_partner_balance_qweb"
  76. />
  77. <report
  78. id="action_report_aged_partner_balance_html"
  79. model="report_aged_partner_balance_qweb"
  80. string="Aged Partner Balance"
  81. report_type="qweb-html"
  82. name="account_financial_report_qweb.report_aged_partner_balance_html"
  83. file="account_financial_report_qweb.report_aged_partner_balance_html"
  84. />
  85. <!-- PDF REPORTS : paperformat -->
  86. <record id="report_qweb_paperformat" model="report.paperformat">
  87. <field name="name">Account financial report qweb paperformat</field>
  88. <field name="default" eval="True"/>
  89. <field name="format">custom</field>
  90. <field name="page_height">297</field>
  91. <field name="page_width">210</field>
  92. <field name="orientation">Portrait</field>
  93. <field name="margin_top">12</field>
  94. <field name="margin_bottom">8</field>
  95. <field name="margin_left">5</field>
  96. <field name="margin_right">5</field>
  97. <field name="header_line" eval="False"/>
  98. <field name="header_spacing">10</field>
  99. <field name="dpi">110</field>
  100. </record>
  101. <record id="action_report_general_ledger_qweb" model="ir.actions.report.xml">
  102. <field name="paperformat_id" ref="report_qweb_paperformat"/>
  103. </record>
  104. <record id="action_report_journal_qweb" model="ir.actions.report.xml">
  105. <field name="paperformat_id" ref="report_qweb_paperformat"/>
  106. </record>
  107. <record id="action_report_trial_balance_qweb" model="ir.actions.report.xml">
  108. <field name="paperformat_id" ref="report_qweb_paperformat"/>
  109. </record>
  110. <record id="action_report_open_items_qweb" model="ir.actions.report.xml">
  111. <field name="paperformat_id" ref="report_qweb_paperformat"/>
  112. </record>
  113. <record id="action_report_aged_partner_balance_qweb" model="ir.actions.report.xml">
  114. <field name="paperformat_id" ref="report_qweb_paperformat"/>
  115. </record>
  116. <!-- XLSX REPORTS -->
  117. <record id="action_report_general_ledger_xlsx" model="ir.actions.report.xml">
  118. <field name="name">General Ledger XLSX</field>
  119. <field name="model">report_general_ledger_qweb</field>
  120. <field name="type">ir.actions.report.xml</field>
  121. <field name="report_name">account_financial_report_qweb.report_general_ledger_xlsx</field>
  122. <field name="report_type">xlsx</field>
  123. <field name="auto" eval="False"/>
  124. </record>
  125. <record id="action_report_journal_xlsx" model="ir.actions.report.xml">
  126. <field name="name">Journal XLSX</field>
  127. <field name="model">report_journal_qweb</field>
  128. <field name="type">ir.actions.report.xml</field>
  129. <field name="report_name">account_financial_report_qweb.report_journal_xlsx</field>
  130. <field name="report_type">xlsx</field>
  131. <field name="auto" eval="False"/>
  132. </record>
  133. <record id="action_report_trial_balance_xlsx" model="ir.actions.report.xml">
  134. <field name="name">Trial Balance XLSX</field>
  135. <field name="model">report_trial_balance_qweb</field>
  136. <field name="type">ir.actions.report.xml</field>
  137. <field name="report_name">account_financial_report_qweb.report_trial_balance_xlsx</field>
  138. <field name="report_type">xlsx</field>
  139. <field name="auto" eval="False"/>
  140. </record>
  141. <record id="action_report_open_items_xlsx" model="ir.actions.report.xml">
  142. <field name="name">Open Items XLSX</field>
  143. <field name="model">report_open_items_qweb</field>
  144. <field name="type">ir.actions.report.xml</field>
  145. <field name="report_name">account_financial_report_qweb.report_open_items_xlsx</field>
  146. <field name="report_type">xlsx</field>
  147. <field name="auto" eval="False"/>
  148. </record>
  149. <record id="action_report_aged_partner_balance_xlsx" model="ir.actions.report.xml">
  150. <field name="name">Aged Partner Balance XLSX</field>
  151. <field name="model">report_aged_partner_balance_qweb</field>
  152. <field name="type">ir.actions.report.xml</field>
  153. <field name="report_name">account_financial_report_qweb.report_aged_partner_balance_xlsx</field>
  154. <field name="report_type">xlsx</field>
  155. <field name="auto" eval="False"/>
  156. </record>
  157. </odoo>