15 lines
425 B
Python
15 lines
425 B
Python
|
|
{
|
|
'name': 'Customer Itch Cycle Management',
|
|
'version': '1.0',
|
|
'depends': ['base', 'sale'],
|
|
'author': 'Your Name',
|
|
'category': 'Sales Management',
|
|
'description': "Manage customer itch cycles by product for proactive sales engagement.",
|
|
'data': [
|
|
'views/itch_cycle_product_partner_view.xml',
|
|
'views/res_partner_view.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|