[16.0] add purchase_report_received_amount
This commit is contained in:
parent
bf02699b61
commit
d9a0eeb878
7 changed files with 193 additions and 0 deletions
13
purchase_report_received_amount/__manifest__.py
Normal file
13
purchase_report_received_amount/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue