15 lines
412 B
Python
15 lines
412 B
Python
{
|
|
"name": "Purchase Subtotal Undiscounted",
|
|
"version": "16.0.1.0.0",
|
|
"depends": ["purchase_discount"],
|
|
"author": "Criptomart",
|
|
"category": "Purchases",
|
|
"description": "Show subtotal undiscounted in purchase order lines",
|
|
"data": [
|
|
"views/purchase_order_line.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"application": False,
|
|
"auto_install": False,
|
|
}
|