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.

26 lines
1.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <menuitem icon="STOCK_PRINT" name="General Ledger"
  5. parent="account.final_accounting_reports" action="action_account_general_ledger_menu_webkit"
  6. groups="account.group_account_manager,account.group_account_user" id="account.menu_general_ledger"/>
  7. <menuitem icon="STOCK_PRINT" name="Trial Balance"
  8. parent="account.final_accounting_reports" action="action_account_trial_balance_menu_webkit"
  9. groups="account.group_account_manager,account.group_account_user" id="account.menu_general_Balance_report"/>
  10. <menuitem icon="STOCK_PRINT" name="Partner Ledger"
  11. parent="account.next_id_22" action="action_account_partners_ledger_menu_webkit"
  12. groups="account.group_account_manager,account.group_account_user" id="account.menu_account_partner_ledger"/>
  13. <menuitem icon="STOCK_PRINT" name="Partner Balance"
  14. parent="account.next_id_22" action="action_account_partner_balance_menu_webkit"
  15. groups="account.group_account_manager,account.group_account_user" id="account.menu_account_partner_balance_report"/>
  16. <menuitem icon="STOCK_PRINT" name="Open Invoices"
  17. parent="account.next_id_22" action="action_account_open_invoices_menu_webkit"
  18. groups="account.group_account_manager,account.group_account_user" id="menu_account_open_invoices"/>
  19. </data>
  20. </openerp>