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.

36 lines
923B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "my_library_return",
  4. 'summary': """
  5. Short (1 phrase/line) summary of the module's purpose, used as
  6. subtitle on modules listing or apps.openerp.com""",
  7. 'description': """
  8. Long description of module's purpose
  9. """,
  10. 'author': "My Company",
  11. 'website': "http://www.yourcompany.com",
  12. # Categories can be used to filter modules in modules listing
  13. # Check https://github.com/odoo/odoo/blob/13.0/odoo/addons/base/data/ir_module_category_data.xml
  14. # for the full list
  15. 'category': 'Uncategorized',
  16. 'version': '0.1',
  17. # any module necessary for this one to work correctly
  18. 'depends': ['base'],
  19. # always loaded
  20. 'data': [
  21. # 'security/ir.model.access.csv',
  22. 'views/views.xml',
  23. 'views/templates.xml',
  24. ],
  25. # only loaded in demonstration mode
  26. 'demo': [
  27. 'demo/demo.xml',
  28. ],
  29. }
上海开阖软件有限公司 沪ICP备12045867号-1