23 lines
543 B
Python
23 lines
543 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": "Hide Decimal on unit",
|
|
"version": "15.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'
|
|
}
|