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 satır
676B

  1. {
  2. 'name': 'Library Management', #插件模块标题字符串
  3. 'description': 'Manage library book catalogue and lending.',#功能描述长文件,通常为RST格式
  4. 'author': 'Alan Hou', #作者姓名,本处为一个字符串,可以是逗号分隔的一系列姓名
  5. 'depends': ['base'], #一个依赖插件模块列表,在模块安装时会先安装这些插件
  6. 'application': True, #一个布尔型标记,代表模块是否在应用列表中以 app 展现
  7. 'data':
  8. [
  9. 'security/library_security.xml',
  10. 'security/ir.model.access.csv',
  11. 'views/library_menu.xml',
  12. ],
  13. }
上海开阖软件有限公司 沪ICP备12045867号-1