mrp_prodlot_autosplit mis à jour et devient product_serial
We recently updated the mrp_prodlot_autosplit module by :<br><br>* Updating the module name to make it more 'understandable' to product_serial (lp:~openerp-commiter/openobject-addons/extra-6.0 : /product_serial). The main aim of the split is indeed to create new lines to ease the filing of serial numbers.<br>* Separating the mrp dependancy in another module : product_serial_mrp (lp:~openerp-commiter/openobject-addons/extra-6.0 : /product_serial_mrp)<br>* Adding a new split method : split by product Logistical Unit quantity<br><br>To use the “split by LU”, you have to create at least one LU in the product form (at prestent time, the module is only doing a simple split using only the first LU line). If the LU (a box for example) quantity is 4 product units and if you order 10 units, the module will then split the reception into 3 lines (line 1 : 4 units ; line 2 : 4 units ; line 3 : 2 units)<br>