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.

59 lines
2.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report
  5. auto="False"
  6. id="wizard_reporte_comprobacion_cuatro_col"
  7. menu="True"
  8. model="wizard.reporte.comprobacion"
  9. name="wizard.reporte.comprobacion.cuatro.col"
  10. rml="l10n_ve_account_financial_report/report/balance_full_4_cols_h.rml"
  11. string="Balance de Comprobacion Cuatro Columnas"
  12. header="False"
  13. />
  14. <report
  15. auto="False"
  16. id="wizard_reporte_comprobacion_dos_col"
  17. menu="True"
  18. model="wizard.reporte.comprobacion"
  19. name="wizard.reporte.comprobacion.dos.col"
  20. rml="l10n_ve_account_financial_report/report/balance_full_2_cols.rml"
  21. string="Balance de Comprobacion Dos Columnas"
  22. header="False"
  23. />
  24. <report
  25. auto="False"
  26. id="wizard_reporte_comprobacion_un_col"
  27. menu="True"
  28. model="wizard.reporte.comprobacion"
  29. name="wizard.reporte.comprobacion.un.col"
  30. rml="l10n_ve_account_financial_report/report/balance_full.rml"
  31. string="Balance de Comprobacion Una Columna"
  32. header="False"
  33. />
  34. # Reporte mayor analitico
  35. <report
  36. auto="False"
  37. id="wizard_mayor_analitico_reporte"
  38. menu="False"
  39. model="wizard.reporte.comprobacion"
  40. name="wizard.reporte.comprobacion.mayor.analitico"
  41. rml="l10n_ve_account_financial_report/report/mayor_analitico.rml"
  42. string="Mayor Analitico"
  43. header="False"
  44. />
  45. # Reporte analisis de cuentas
  46. <report
  47. auto="False"
  48. id="wizard_analisis_cuentas_reporte"
  49. menu="False"
  50. model="wizard.reporte.comprobacion"
  51. name="wizard.reporte.comprobacion.analisis.cuentas"
  52. rml="l10n_ve_account_financial_report/report/analisis_cuentas.rml"
  53. string="Analisis de Cuentas"
  54. header="False"
  55. />
  56. </data>
  57. </openerp>