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.

16 lines
462B

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!-- This Menu Item will appear in the Upper bar, That's why It needs NO parent or action -->
  3. <odoo>
  4. <menuitem id="menu_library" name="Library"/>
  5. <act_window id="action_library_book"
  6. name="Library Books"
  7. res_model="library.book"
  8. view_mode="tree,form"/>
  9. <menuitem id="menu_library_book"
  10. name="Books"
  11. parent="menu_library"
  12. action="action_library_book"/>
  13. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1