17 lines
479 B
Python
17 lines
479 B
Python
{
|
|
'name': 'Purchase Order Tracking',
|
|
'version': '1.0',
|
|
'category': 'Purchase',
|
|
'summary': 'Track changes in Purchase Order Lines',
|
|
'description': """
|
|
This module tracks changes in Purchase Order Lines (Product and Quantity)
|
|
and posts notifications to the Purchase Order chatter.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['purchase'],
|
|
'data': [],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|