From 09b3889f71321ce7214166e56b926e150a764536 Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Mon, 22 Jan 2024 08:55:25 +0530 Subject: [PATCH] Jan 22 : [FIX] Bug Fixed 'split_mrp_order' --- split_mrp_order/__manifest__.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/split_mrp_order/__manifest__.py b/split_mrp_order/__manifest__.py index f831d4d96..62836a409 100644 --- a/split_mrp_order/__manifest__.py +++ b/split_mrp_order/__manifest__.py @@ -24,10 +24,11 @@ 'version': '17.0.1.0.0', 'category': 'Manufacturing', 'summary': """Manufacturing Orders Splitting by different methods""", - 'description': """"Split manufacturing order from one order to another - manufacturing order on odoo system. this module also helps to split order - with the number of qty & number of split manufacturing orders and split - manually by numbers""", + 'description': """"Split manufacturing order from one order to + another manufacturing order on odoo system. this module + also helps to split order with the number of qty + & number of split manufacturing orders and split + manually by numbers""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', @@ -38,7 +39,7 @@ 'wizard/split_order_views.xml', 'views/mrp_production_views.xml', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,