Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
15
crm_demo_data_loader/__manifest__.py
Normal file
15
crm_demo_data_loader/__manifest__.py
Normal file
@ -0,0 +1,15 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': 'CRM Demo Data Loader',
|
||||
'version': '1.0',
|
||||
'category': 'Technical',
|
||||
'summary': 'Demo data for CRM module',
|
||||
'depends': ['crm', 'demo_data_loader_base'],
|
||||
'data': [],
|
||||
'demo': [
|
||||
'demo/demo_crm.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Reference in New Issue
Block a user