mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-24 09:31:58 +02:00
17 lines
473 B
Python
17 lines
473 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "MRP Restrict Lot",
|
|
"version": "16.0.1.0.3",
|
|
"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,
|
|
}
|