21 lines
596 B
Python
21 lines
596 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2021 Joan Marín <Github@JoanMarin>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Colombian Unit of Measure Codes",
|
|
"summary": "Colombian Unit of Measure Codes",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/JoanMarin",
|
|
"author": "Joan Marín Github@JoanMarin",
|
|
"category": "Localization",
|
|
"depends": ["product"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/uom.code.csv",
|
|
"views/uom_uom_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|