Files
manufacture/account_move_line_mrp_info/__manifest__.py
2022-12-20 10:47:36 +00:00

19 lines
605 B
Python

# © 2022ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Move Line Mrp Info",
"version": "14.0.1.1.0",
"author": "ForgeFlow," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacture",
"depends": ["account_move_line_stock_info", "mrp"],
"installable": True,
"pre_init_hook": "pre_init_hook",
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"views/account_move_line_view.xml",
"views/mrp_production_view.xml",
],
}