19 lines
524 B
Python
19 lines
524 B
Python
{
|
|
'name': 'Sale Order Tracking',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Sales',
|
|
'summary': 'Track changes in Sale Orders and Lines',
|
|
'description': """
|
|
This module tracks:
|
|
1. Customer changes in Sale Order.
|
|
2. Product and Quantity changes in Sale Order Lines.
|
|
3. Addition and Removal of Sale Order Lines.
|
|
""",
|
|
'author': 'Antigravity',
|
|
'depends': ['sale_management'],
|
|
'data': [],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|