# Copyright 2016 Ucamco - Wim Audenaert # Copyright 2016-19 ForgeFlow S.L. (https://www.forgeflow.com) # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "MRP Multi Level", "version": "14.0.1.13.0", "development_status": "Production/Stable", "license": "LGPL-3", "author": "Ucamco, ForgeFlow, Odoo Community Association (OCA)", "maintainers": ["JordiBForgeFlow", "LoisRForgeFlow"], "summary": "Adds an MRP Scheduler", "website": "https://github.com/OCA/manufacture", "category": "Manufacturing", "depends": ["mrp", "purchase_stock", "mrp_warehouse_calendar"], "data": [ "security/mrp_multi_level_security.xml", "security/ir.model.access.csv", "data/system_parameter.xml", "views/mrp_area_views.xml", "views/product_product_views.xml", "views/product_template_views.xml", "views/product_mrp_area_views.xml", "views/stock_location_views.xml", "wizards/mrp_inventory_procure_views.xml", "views/mrp_inventory_views.xml", "views/mrp_move_views.xml", "views/mrp_planned_order_views.xml", "wizards/mrp_multi_level_views.xml", "views/mrp_menuitem.xml", "data/mrp_multi_level_cron.xml", "data/mrp_area_data.xml", ], "demo": [ "demo/product_category_demo.xml", "demo/product_product_demo.xml", "demo/res_partner_demo.xml", "demo/product_supplierinfo_demo.xml", "demo/product_mrp_area_demo.xml", "demo/mrp_bom_demo.xml", "demo/initial_on_hand_demo.xml", ], "installable": True, "application": True, }