Arbore/arbore#134 add purchase_subtotal_undiscounted
This commit is contained in:
parent
08fca37c6d
commit
ebb6b6efce
8 changed files with 130 additions and 0 deletions
15
purchase_subtotal_undiscounted/__manifest__.py
Normal file
15
purchase_subtotal_undiscounted/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue