Files
odoo-usability/volume_precision/__manifest__.py
2021-11-26 18:57:02 +03:00

21 lines
509 B
Python
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright 2019 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Volume Precision",
"summary": "Set precision on volume fields",
"version": "12.0.0.0.1",
"author": "Akretion",
"maintainer": "Akretion",
"license": "AGPL-3",
"category": "product",
"depends": [
"delivery",
],
"website": "https://github.com/OCA/odoo-usability",
"data": [
"data/precision.xml",
],
"installable": False,
}