# -*- coding: utf-8 -*- { 'name': "cloud_llm", 'summary': """ cloud_llm""", 'description': """ cloud_llm """, 'author': "Zhiguo Yuan", 'website': "https://www.openstone.cn", 'license': 'LGPL-3', # Categories can be used to filter modules in modules listing # Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml # for the full list 'category': 'Base', 'version': '0.1', # any module necessary for this one to work correctly 'depends': ['base', 'mail', 'mail_bot', 'queue_job'], # always loaded 'data': [ # 'security/ir.model.access.csv', 'views/views.xml', 'views/templates.xml', ], # only loaded in demonstration mode 'demo': [ 'demo/demo.xml', ], }