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.

106 lines
3.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report
  5. auto="False"
  6. id="1_col_report"
  7. menu="True"
  8. model="wizard.report"
  9. name="afr.1cols"
  10. rml="account_financial_report/report/balance_full.rml"
  11. string="Balance 1 Columna"
  12. header="False"
  13. />
  14. <report
  15. auto="False"
  16. id="2_col_report"
  17. menu="True"
  18. model="wizard.report"
  19. name="afr.2cols"
  20. rml="account_financial_report/report/balance_full_2_cols.rml"
  21. string="Balance 2 Columnas"
  22. header="False"
  23. />
  24. <report
  25. auto="False"
  26. id="4_col_report"
  27. menu="True"
  28. model="wizard.report"
  29. name="afr.4cols"
  30. rml="account_financial_report/report/balance_full_4_cols.rml"
  31. string="Balance 4 Columnas"
  32. header="False"
  33. />
  34. <report
  35. auto="False"
  36. id="analytic_ledger_report"
  37. menu="True"
  38. model="wizard.report"
  39. name="afr.analytic.ledger"
  40. rml="account_financial_report/report/balance_full_4_cols_analytic_ledger.rml"
  41. string="Analytic Ledger"
  42. header="False"
  43. />
  44. <report
  45. auto="False"
  46. id="partner_balance_report"
  47. menu="True"
  48. model="wizard.report"
  49. name="afr.partner.balance"
  50. rml="account_financial_report/report/balance_full_4_cols_partner_balance.rml"
  51. string="Partner Balance"
  52. header="False"
  53. />
  54. <report
  55. auto="False"
  56. id="journal_ledger_report"
  57. menu="True"
  58. model="wizard.report"
  59. name="afr.journal.ledger"
  60. rml="account_financial_report/report/balance_full_4_cols_journal_ledger.rml"
  61. string="journal Ledger"
  62. header="False"
  63. />
  64. <report
  65. auto="False"
  66. id="5_col_report"
  67. menu="True"
  68. model="wizard.report"
  69. name="afr.5cols"
  70. rml="account_financial_report/report/balance_full_5_cols.rml"
  71. string="Balance 5 Columnas"
  72. header="False"
  73. />
  74. <report
  75. auto="False"
  76. id="qtr_col_report"
  77. menu="True"
  78. model="wizard.report"
  79. name="afr.qtrcols"
  80. rml="account_financial_report/report/balance_full_qtr_cols.rml"
  81. string="Balance QTRs Columnas"
  82. header="False"
  83. />
  84. <report
  85. auto="False"
  86. id="13_col_report"
  87. menu="True"
  88. model="wizard.report"
  89. name="afr.13cols"
  90. rml="account_financial_report/report/balance_full_13_cols.rml"
  91. string="Balance 13 Columnas"
  92. header="False"
  93. />
  94. </data>
  95. </openerp>