[ADD]pw_sale_total_qty

This commit is contained in:
2024-12-31 14:17:44 +01:00
parent c6880f9bbc
commit be44c3c5d4
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"],
}