mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
17 lines
523 B
Python
17 lines
523 B
Python
# Copyright Akretion
|
|
# License ALGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Product Packaging Usability",
|
|
"summary": "Add sugar to Product Packaging",
|
|
"version": "16.0.1.0.1",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"maintainer": ["bealdav"],
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Stock",
|
|
"depends": ["product"],
|
|
"data": ["views/product_packaging.xml"],
|
|
"installable": True,
|
|
"license": "AGPL-3",
|
|
}
|