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.

23 lines
896 B

  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_horizontal"
  9. string="Profit and Loss Horizontal"
  10. model="account.account"
  11. name="account.profit_horizontal"
  12. rml="account_financial_report_horizontal/report/account_profit_horizontal.rml"
  13. auto="False"
  14. menu="False"/>
  15. <report id="account_balance_sheet_horizontal"
  16. string="Balance Sheet Horizontal"
  17. model="account.account"
  18. name="account.balancesheet.horizontal"
  19. rml="account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml"
  20. auto="False"
  21. menu="False"/>
  22. </data>
  23. </openerp>