odoo_dev 开发培训作业:图书管理系统
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

36 lines
870B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "my_library",
  4. 'summary': """轻松管理图书""",
  5. 'description': """
  6. 图书管理系统,轻松管理图书
  7. """,
  8. 'author': "202002001",
  9. 'website': "http://www.202002001.com",
  10. # Categories can be used to filter modules in modules listing
  11. # Check https://github.com/odoo/odoo/blob/13.0/odoo/addons/base/data/ir_module_category_data.xml
  12. # for the full list
  13. 'category': '图书管理类',
  14. 'version': '13.0.1',
  15. # any module necessary for this one to work correctly
  16. 'depends': ['base', 'web', 'mail'],
  17. # always loaded
  18. 'data': [
  19. 'security/groups.xml',
  20. 'security/ir.model.access.csv',
  21. 'views/library_book.xml',
  22. 'views/templates.xml',
  23. ],
  24. # only loaded in demonstration mode
  25. # 'demo': [
  26. # 'demo/demo.xml',
  27. # ],
  28. }
上海开阖软件有限公司 沪ICP备12045867号-1