Browse Source

Jan 22 : [FIX] Bug Fixed 'split_mrp_order'

pull/313/head
RisvanaCybro 2 years ago
parent
commit
09b3889f71
  1. 11
      split_mrp_order/__manifest__.py

11
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,

Loading…
Cancel
Save