28 lines
839 B
Python
28 lines
839 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": [
|
|
"sale",
|
|
"purchase",
|
|
"stock",
|
|
"purchase_requisition_stock",
|
|
"purchase_requisition",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/purchase_views.xml",
|
|
"views/purchase_requisition_views.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
"auto_install": False,
|
|
}
|