Files
manufacture/stock_whole_kit_constraint/__manifest__.py
2021-09-28 14:26:17 +02:00

15 lines
495 B
Python

# Copyright 2021 Tecnativa - David Vidal
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock whole kit constraint",
"summary": "Avoid to deliver a kit partially",
"version": "13.0.1.0.0",
"category": "Stock",
"website": "https://github.com/OCA/manufacture",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": ["mrp"],
"data": ["views/product_template_views.xml"],
}