Files
manufacture/mrp_bom_image/__manifest__.py
2024-07-11 22:25:55 +02:00

21 lines
571 B
Python

# Copyright (C) 2024 - Today: GRAP (http://www.grap.coop)
# @author: Quentin Dupont (quentin.dupont@grap.coop)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP BoM Image",
"summary": "Add product Images to BoM",
"version": "16.0.1.0.0",
"category": "Manufacture",
"author": "GRAP, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"license": "AGPL-3",
"depends": [
"mrp",
],
"data": [
"views/view_mrp_bom.xml",
],
"installable": True,
}