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.

37 lines
1.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <!--
  5. the only reason for defining these entries is to include
  6. the rml files in the module's translations
  7. -->
  8. <report id="account_profit_loss"
  9. string="Profit and Loss"
  10. model="account.account"
  11. name="account.profit_loss"
  12. rml="account_report_alt/report/account_profit_loss.rml"
  13. auto="False"
  14. menu="False"/>
  15. <report id="account_profit_loss_horizontal"
  16. string="Profit and Loss Horizontal"
  17. model="account.account"
  18. name="account.profit_horizontal"
  19. rml="account_report_alt/report/account_profit_horizontal.rml"
  20. auto="False"
  21. menu="False"/>
  22. <report id="account_balance_sheet"
  23. string="Balance Sheet"
  24. model="account.account"
  25. name="account.balancesheet"
  26. rml="account_report_alt/report/account_balance_sheet.rml"
  27. auto="False"
  28. menu="False"/>
  29. <report id="account_balance_sheet_horizontal"
  30. string="Balance Sheet Horizontal"
  31. model="account.account"
  32. name="account.balancesheet.horizontal"
  33. rml="account_report_alt/report/account_balance_sheet_horizontal.rml"
  34. auto="False"
  35. menu="False"/>
  36. </data>
  37. </openerp>