[ADD] pw_sale_total_qty add-on

This commit is contained in:
Stéphan Sainléger
2026-01-20 10:02:36 +01:00
parent 63f12238da
commit 2bcb53d593
13 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
{
"name": "Sale Order Total Quantity",
'version': '16.0.1.0.1',
'author': 'Preway IT Solutions',
'category': 'Sales',
'depends': ['sale'],
'summary': 'This module helps you to show total qty, delivered qty, invoiced qty and remaining qty on sale order | Sale Order Total Quantity | Sale Total Qty | Total Quantity Of Sale Order Line',
'description': """
- Sale Order Total Quantity
""",
'data': [
"views/sale_order_view.xml",
],
'price': 3.0,
'currency': "EUR",
'application': True,
'installable': True,
"license": "LGPL-3",
"images":["static/description/Banner.png"],
}