mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
23 lines
578 B
Python
23 lines
578 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2015 Akretion (http://www.akretion.com).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Product Quick Bom",
|
|
"summary": "Create the bom directly from the product",
|
|
"version": "10.0.1.0.0",
|
|
"category": "mrp",
|
|
"website": "https://odoo-community.org/",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"mrp",
|
|
],
|
|
"data": [
|
|
"views/product_view.xml",
|
|
],
|
|
|
|
}
|