mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
18 lines
473 B
Python
18 lines
473 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "MRP Restrict Lot",
|
|
"version": "14.0.1.0.1",
|
|
"category": "Manufacturing",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"license": "AGPL-3",
|
|
"maintainers": ["florian-dacosta"],
|
|
"development_status": "Beta",
|
|
"depends": [
|
|
"stock_restrict_lot",
|
|
"mrp",
|
|
],
|
|
"installable": True,
|
|
}
|