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.

17 line
448B

  1. {
  2. 'name': 'Library Website',
  3. 'description': 'Create and check book checkout requests.',
  4. 'author': 'Alan Hou',
  5. 'depends': [
  6. 'library_checkout',
  7. 'website',
  8. ],
  9. 'data': [
  10. 'security/ir.model.access.csv',
  11. 'security/library_security.xml',
  12. 'views/library_member.xml',
  13. 'views/helloworld_template.xml',
  14. 'views/checkout_template.xml',
  15. 'views/website_assets.xml',
  16. ],
  17. }
上海开阖软件有限公司 沪ICP备12045867号-1