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.

16 lines
358 B

11 years ago
11 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <menuitem
  5. icon="STOCK_EXECUTE"
  6. name="Accounting CSV Export"
  7. action="action_account_csv_export"
  8. id="menu_account_csv_export"
  9. parent="account.menu_finance_reports"
  10. sequence="110"
  11. />
  12. </data>
  13. </openerp>