diff --git a/mrp_production_quant_manual_assign/__manifest__.py b/mrp_production_quant_manual_assign/__manifest__.py index 6210126b7..e92a89a1e 100644 --- a/mrp_production_quant_manual_assign/__manifest__.py +++ b/mrp_production_quant_manual_assign/__manifest__.py @@ -4,10 +4,10 @@ { "name": "Production - Manual Quant Assignment", "version": "12.0.1.0.0", - "category": "Manufacturing", + "category": "Manufactureing", "license": "AGPL-3", "author": "Quartile Limited, Odoo Community Association (OCA)", - "website": "https://github.com/OCA/manufacturing", + "website": "https://github.com/OCA/manufacture", "depends": ["mrp", "stock_quant_manual_assign"], "data": ["views/mrp_production_views.xml"], "installable": True,