mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
21 lines
550 B
Python
21 lines
550 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Packaging UOM",
|
|
"version": "9.0.1.0.0",
|
|
"author": 'ACSONE SA/NV, '
|
|
'Odoo Community Association (OCA)',
|
|
"category": "Warehouse",
|
|
"website": "http://www.acsone.eu",
|
|
'summary': "Use uom in package",
|
|
"depends": [
|
|
"product",
|
|
],
|
|
"data": [
|
|
"views/product_packaging_views.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|