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.

36 lines
1.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report
  5. auto="False"
  6. id="wizard_report_reporte_4_col"
  7. menu="True"
  8. model="wizard.report"
  9. name="wizard.report.reporte"
  10. rml="account_financial_report/report/balance_full_4_cols.rml"
  11. string="Balance de Comprobacion Wizard 4 Columnas"
  12. header="False"
  13. />
  14. <report
  15. auto="False"
  16. id="wizard_report_reporte_2_col"
  17. menu="True"
  18. model="wizard.report.account.balance.gene.2"
  19. name="account.account.balance.gene.2"
  20. rml="account_financial_report/report/balance_full_2_cols.rml"
  21. string="Balance de Comprobacion Wizard 2 Columnas"
  22. header="False"
  23. />
  24. <report
  25. auto="False"
  26. id="wizard_report_reporte"
  27. menu="True"
  28. model="wizard.report.account.balance.gene"
  29. name="account.account.balance.gene"
  30. rml="account_financial_report/report/balance_full.rml"
  31. string="Balance de Comprobacion Wizard"
  32. header="False"
  33. />
  34. </data>
  35. </openerp>