purchase_order_tracking/__manifest__.py
2026-01-02 17:01:03 +07:00

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',
}