# -*- coding: utf-8 -*- { 'name': "crm test", 'summary': """ crm test""", 'description': """ """, 'author': "Cenhomes", 'website': "https://www.cenhomes.vn", # 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': 'Uncategorized', 'version': '0.1', # any module necessary for this one to work correctly 'depends': ['base', 'web', 'crm'], # always loaded 'data': [ # 'views/a.xml', ], 'assets': { 'web.assets_common': [ ], 'web.assets_backend': [ 'custom_crm/static/src/components/**/*', 'custom_crm/static/src/xml/**/*', 'custom_crm/static/src/views/**/*', ], }, }