oca-product/odoo-bringout-oca-product-pack-product_pack/product_pack/__manifest__.py
Ernad Husremovic bf10deb440 Move 7 IoT modules to oca-ocb-hw and 9 product modules to oca-product
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:53:36 +02:00

23 lines
864 B
Python

# Copyright 2019 NaN (http://www.nan-tic.com) - Àngel Àlvarez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Product Pack",
"version": "16.0.1.1.0",
"category": "Product",
"summary": "This module allows you to set a product as a Pack",
"website": "https://github.com/OCA/product-pack",
"author": "NaN·tic, ADHOC SA, Tecnativa, Odoo Community Association (OCA)",
"maintainers": ["ernestotejeda"],
"license": "AGPL-3",
"depends": ["product"],
"data": [
"security/ir.model.access.csv",
"views/product_pack_line_views.xml",
"views/product_template_views.xml",
"views/product_product_views.xml",
],
"demo": ["demo/product_product_demo.xml", "demo/product_pack_line_demo.xml"],
"installable": True,
"auto_install": False,
"application": False,
}