mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
26 lines
776 B
Python
26 lines
776 B
Python
# Copyright 2022 Akretion (https://www.akretion.com).
|
|
# @author Kévin Roche <kevin.roche@akretion.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Product Route Profile",
|
|
"summary": "Add Route profile concept on product",
|
|
"version": "14.0.1.0.4",
|
|
"category": "Warehouse",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"maintainers": ["Kev-Roche"],
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"views/route_profile.xml",
|
|
"views/product_template.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
}
|