bemade-addons/purchase_customer_requisition/__manifest__.py
2025-01-15 11:59:19 -05:00

26 lines
No EOL
797 B
Python

{
'name': 'Purchase Customer Requisition',
'version': '1.0',
'category': 'Purchase',
'summary': 'Link customer requisition references to purchase orders',
'description': """
This module allows to:
* Store customer-specific requisition references for suppliers
* Automatically add these references to purchase order lines
* Track customer requisition numbers across purchase orders
""",
'license': 'LGPL-3',
'depends': [
'purchase_stock',
'sale_purchase',
'purchase_requisition'
],
'data': [
'security/ir.model.access.csv',
'views/purchase_views.xml',
'views/purchase_requisition_views.xml',
],
'installable': True,
'application': False,
'auto_install': False,
}