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', 'version': '17.0.1.0.0',
'category': 'Manufacturing', 'category': 'Manufacturing',
'summary': """Manufacturing Orders Splitting by different methods""", 'summary': """Manufacturing Orders Splitting by different methods""",
'description': """"Split manufacturing order from one order to another 'description': """"Split manufacturing order from one order to
manufacturing order on odoo system. this module also helps to split order another manufacturing order on odoo system. this module
with the number of qty & number of split manufacturing orders and split also helps to split order with the number of qty
manually by numbers""", & number of split manufacturing orders and split
manually by numbers""",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',
@ -38,7 +39,7 @@
'wizard/split_order_views.xml', 'wizard/split_order_views.xml',
'views/mrp_production_views.xml', 'views/mrp_production_views.xml',
], ],
'images': ['static/description/banner.png'], 'images': ['static/description/banner.jpg'],
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

Loading…
Cancel
Save