[16.0] add purchase_report_received_amount

This commit is contained in:
Luis 2026-03-09 17:09:55 +01:00
parent bf02699b61
commit d9a0eeb878
7 changed files with 193 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"name": "Purchase Report Received Amount",
"version": "16.0.1.0.0",
"depends": ["purchase", "purchase_discount"],
"author": "Criptomart",
"category": "Purchases",
"summary": "Add received amount measures to purchase report",
"license": "AGPL-3",
"data": [],
"installable": True,
"application": False,
"auto_install": False,
}