Files
sale-tools/pw_sale_total_qty/__manifest__.py

22 lines
688 B
Python

# -*- 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"],
}