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.

40 line
1.0KB

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "car_driver",
  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': ['car_app'],
  19. 'application': False,
  20. # always loaded
  21. 'data': [
  22. 'security/ir.model.access.csv',
  23. 'security/car_security.xml',
  24. 'views/car_view.xml',
  25. 'views/driver_menu.xml',
  26. 'views/member_view.xml',
  27. 'views/driver_list_template.xml',
  28. ],
  29. # only loaded in demonstration mode
  30. 'demo': [
  31. 'demo/demo.xml',
  32. ],
  33. }
上海开阖软件有限公司 沪ICP备12045867号-1