odoo_dev 开发培训作业:图书管理系统
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.

30 lines
877B

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <!-- Library App Menu -->
  4. <menuitem id="menu_library" name="Library" />
  5. <!-- Action to open the Book list -->
  6. <act_window id="action_library_book"
  7. name="Library Books"
  8. res_model="library.book"
  9. view_mode="tree,form"
  10. />
  11. <!-- Menu item to open the Book list -->
  12. <menuitem id="menu_library_book"
  13. name="Books"
  14. parent="menu_library"
  15. action="action_library_book"
  16. />
  17. <!-- 打开 book report 的actoin-->
  18. <act_window id="action_library_book_report_window"
  19. name="Book Report"
  20. res_model="library.book.report"
  21. view_mode="tree,form"
  22. />
  23. <!-- 添加 book report 的菜单-->
  24. <menuitem id="menu_library_book_report"
  25. name="Book Report"
  26. parent="menu_library"
  27. action="action_library_book_report_window"
  28. />
  29. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1