Arbore/arbore#134 add purchase_subtotal_undiscounted

This commit is contained in:
Luis 2025-05-12 10:28:04 +02:00
parent 08fca37c6d
commit ebb6b6efce
8 changed files with 130 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"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,
}