22 lines
698 B
Python
22 lines
698 B
Python
{
|
|
'name': 'Purchase Bill Sync',
|
|
'version': '17.0.1.0.0',
|
|
'category': 'Purchases',
|
|
'summary': 'Sync Vendor Bills with Purchase Orders',
|
|
'description': """
|
|
This module allows users to:
|
|
1. Find discrepancies between Vendor Bills and linked Purchase Orders within a date range.
|
|
2. Sync selected Vendor Bills to update the Purchase Orders.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['purchase', 'account'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'wizard/purchase_bill_sync_wizard_views.xml',
|
|
'views/purchase_bill_sync_menus.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|