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.

22 lines
486B

  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. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1