17 lines
500 B
Python
17 lines
500 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": "Hide Decimal on unit",
|
|
"version": "18.0.0.1.1",
|
|
"category": "Extra Tools",
|
|
"summary": "Hide decimal on Qty when there is no decimal",
|
|
"description": """
|
|
Hide decimal on Qty when there is no decimal
|
|
""",
|
|
"author": "Bemade",
|
|
"website": "https://www.bemade.org",
|
|
"depends": ["sale", "purchase"],
|
|
"data": ["views/sale.xml", "views/purchase.xml"],
|
|
"auto_install": False,
|
|
"installable": True,
|
|
"license": "OPL-1",
|
|
}
|